chore: 更新子模块到P2完成
This commit is contained in:
parent
003929b2af
commit
f86cdafaee
@ -32,7 +32,16 @@
|
|||||||
"Bash(dir:*)",
|
"Bash(dir:*)",
|
||||||
"Bash(git -C e:/qia status)",
|
"Bash(git -C e:/qia status)",
|
||||||
"Bash(git -C e:/qia init)",
|
"Bash(git -C e:/qia init)",
|
||||||
"Bash(git -C e:/qia add -A)"
|
"Bash(git -C e:/qia add -A)",
|
||||||
|
"Bash(git -C e:/qia rm -f --cached client server)",
|
||||||
|
"Bash(git -C e:/qia submodule add --name client file://e:/qia/client client)",
|
||||||
|
"Bash(git -C e:/qia submodule add --name server file://e:/qia/server server)",
|
||||||
|
"Bash(git -C e:/qia config -f .gitmodules submodule.client.update none)",
|
||||||
|
"Bash(git -C e:/qia config -f .gitmodules submodule.server.update none)",
|
||||||
|
"Bash(git -C e:/qia add .gitmodules .gitignore CHANGELOG.md README.md)",
|
||||||
|
"Bash(git -C e:/qia commit -m \"$\\(cat <<''EOF''\nfeat: 初始化项目结构和认证系统\n\n- 添加React + Vite前端项目 \\(client\\)\n- 添加Node.js + Express后端项目 \\(server\\)\n- 实现JWT认证系统 \\(注册/登录/刷新Token\\)\n- 添加Prisma ORM配置 \\(SQLite/PostgreSQL\\)\n- 配置Tailwind CSS和Mantine组件库\n\nCo-Authored-By: Claude \\(MiniMax-M2.1\\) <noreply@anthropic.com>\nEOF\n\\)\")",
|
||||||
|
"Bash(git -C e:/qia log --oneline -5)",
|
||||||
|
"Bash(git -C e:/qia tag -l)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user