包含: - GIT_WORKFLOW.md - 详细的 Git 工作流规范 - scripts/git-setup.sh - Git 工作区初始化脚本 - scripts/git-daily.sh - 日常 Git 管理脚本 - scripts/git-novel-workflow.sh - 小说专用 Git 工作流 - 更新 .gitignore 排除子仓库的 .git 目录 - 添加 novel-tracker/ 目录 - 添加 projects/ 目录(排除子仓库 .git) - 添加 tomato-novel/ 目录
18 lines
303 B
Plaintext
18 lines
303 B
Plaintext
{
|
|
"name": "tomato-novel",
|
|
"version": "0.1.0",
|
|
"language": "zh",
|
|
"llm": {
|
|
"provider": "openai",
|
|
"baseUrl": "",
|
|
"model": ""
|
|
},
|
|
"notify": [],
|
|
"daemon": {
|
|
"schedule": {
|
|
"radarCron": "0 */6 * * *",
|
|
"writeCron": "*/15 * * * *"
|
|
},
|
|
"maxConcurrentBooks": 3
|
|
}
|
|
} |