初始化简单写作项目

This commit is contained in:
2026-07-10 17:09:39 +08:00
commit 31e631027b
74 changed files with 5123 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"appId": "com.jiandan.xiezuo",
"appName": "简单写作",
"webDir": "src",
"server": {
"androidScheme": "https"
},
"android": {
"allowMixedContent": true
}
}