feat: 重构项目并添加新功能

- 重命名项目为 Digital Pilates
- 更新 bundleIdentifier 为 digital-pilates
- 重新设计底部导航栏,增加选中状态和标签
- 添加 CLAUDE.md 文件,提供代码助手指导
- 删除 README.md 文件中的冗余信息
This commit is contained in:
richarjiang
2025-08-11 10:12:35 +08:00
parent 3990ce7aee
commit d3d11c9d48
4 changed files with 137 additions and 72 deletions

View File

@@ -10,7 +10,7 @@
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.anonymous.digitalpilates"
"bundleIdentifier": "digital-pilates"
},
"android": {
"adaptiveIcon": {
@@ -41,4 +41,4 @@
"typedRoutes": true
}
}
}
}