- 将 scripts/ 迁移至 packages/cook CLI 工具(飞书 fetch、CSV convert、单元测试) - 新增 packages/types 共享类型包,抽取 app/types 类型定义 - 更新依赖(nuxt 4.4、vite 8、eslint 10.1 等) - 新增 vitest coverage 配置 - 更新文档和配置(CLAUDE.md、.env.example、pnpm-workspace)
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
# Apple Development Team ID
|
|
# 用于 iOS 应用签名和打包
|
|
APPLE_DEVELOPMENT_TEAM=
|
|
|
|
# 飞书开放平台应用凭证
|
|
# 用于 cook fetch 命令从飞书拉取菜谱数据
|
|
# 获取方式: https://open.feishu.cn/app
|
|
# 1. 创建或选择应用
|
|
# 2. 在"凭证与基础信息"中获取 App ID 和 App Secret
|
|
FEISHU_APP_ID=
|
|
FEISHU_APP_SECRET=
|
|
|