chore: 更新.gitignore以允许跟踪manager-mobile中的env和json文件;修改LICENSE版权信息;添加环境配置文件;新增manifest.json和pages.json以支持移动应用结构

This commit is contained in:
Junsen
2025-08-11 16:39:53 +08:00
parent fc18677409
commit 3d696aaa64
9 changed files with 324 additions and 7 deletions
+6 -1
View File
@@ -177,4 +177,9 @@ uploadfile
.cursor
!package.json
!**/package.json
!**/package.json
# Do not ignore env and json files inside manager-mobile
!main/manager-mobile/**/env/
!main/manager-mobile/**/.env*
!main/manager-mobile/**/*.json