chore: 完成v1.2.3版本迭代更新

主要变更:
1. 移除摇一摇相关功能代码与依赖
2. 新增自定义频道导入与管理功能
3. 优化iOS/macOS平台配置与适配
4. 重构路由转场逻辑为原生Cupertino风格
5. 修复设备发现与文件传输相关bug
6. 调整深色模式默认值为纯黑AMOLED
7. 新增运行模式标签与Spotlight搜索优化
8. 清理废弃的本地化字符串与设置项
This commit is contained in:
Developer
2026-06-10 07:57:58 +08:00
parent a4a7e10722
commit 3a38c69521
153 changed files with 31460 additions and 11143 deletions

View File

@@ -91,6 +91,29 @@
</array>
<key>NSUserTrackingUsageDescription</key>
<string>闲言需要追踪您的活动以提供个性化内容推荐</string>
<!-- 文档浏览器支持 — file_picker 导入字体/ZIP 所需 -->
<key>UISupportsDocumentBrowser</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<!-- 字体/ZIP 文档类型声明 — file_picker 导入所需 -->
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Font File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.truetype-ttf-font</string>
<string>public.opentype-font</string>
<string>com.pkware.zip-archive</string>
</array>
</dict>
</array>
<!-- App Group ID — 供receive_sharing_intent插件读取App Group容器 -->
<key>AppGroupId</key>
<string>group.apps.xy.xianyan.share</string>