Initial AI manga platform
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "src/pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "漫剧制作台"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/auth/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/help/tutorial",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新手教程"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/create",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新建项目"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/user/projects",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的项目"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/source-select",
|
||||
"style": {
|
||||
"navigationBarTitleText": "来源选择"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/original-setting",
|
||||
"style": {
|
||||
"navigationBarTitleText": "原创设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/upload-novel",
|
||||
"style": {
|
||||
"navigationBarTitleText": "上传小说"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/copyright",
|
||||
"style": {
|
||||
"navigationBarTitleText": "版权确认"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/story-bible",
|
||||
"style": {
|
||||
"navigationBarTitleText": "故事圣经"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/characters",
|
||||
"style": {
|
||||
"navigationBarTitleText": "角色库"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/episodes",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分集计划"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/storyboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "脚本分镜"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/progress",
|
||||
"style": {
|
||||
"navigationBarTitleText": "生成进度"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/projects/result",
|
||||
"style": {
|
||||
"navigationBarTitleText": "成品漫剧"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "src/pages/user/profile",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户中心"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "漫剧制作台",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f4f6f8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user