refactor: rename project DADA → 云梦 (slug: yume)
- 所有 workspace 包 @dada/* → @yume/*,根包 dada → yume - 全部导入路径同步更新 - 内部 ID 对齐:dada-ripple → yume-ripple,dada:custom → yume:custom - 首页 / new / play 用户文案整段中文化,保留 smallcaps + 衬线 + 罗马数字排版语汇 - README 标题改为 "# 云梦",部署链接与目录树 slug 改为 yume - 重新生成 pnpm-lock.yaml Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "dada",
|
||||
"name": "yume",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "AI-driven visual novel",
|
||||
"description": "AI 驱动的视觉小说(云梦)",
|
||||
"license": "UNLICENSED",
|
||||
"packageManager": "pnpm@9.12.0",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "pnpm --filter @dada/web dev",
|
||||
"build": "pnpm --filter @dada/web build",
|
||||
"start": "pnpm --filter @dada/web start",
|
||||
"dev": "pnpm --filter @yume/web dev",
|
||||
"build": "pnpm --filter @yume/web build",
|
||||
"start": "pnpm --filter @yume/web start",
|
||||
"lint": "pnpm -r lint",
|
||||
"typecheck": "pnpm -r typecheck"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user