wangjia
36c7ad8b43
chore: release client-v1.0.61
...
Deploy Client / build-client-web (push) Successful in 38s
Deploy Client / build-windows (push) Successful in 1m52s
Deploy Client / build-macos (push) Successful in 1m55s
Deploy Client / build-android (push) Successful in 1m0s
Deploy Client / build-ios (push) Successful in 2m47s
Deploy Client / release-deploy-client (push) Successful in 1m21s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-20 08:56:02 +08:00
wangjia
53465ed704
fix(client): Info.plist 补 NSLocationWhenInUseUsageDescription,消除 ITMS-90683
...
某依赖引用定位 API,Apple 要求声明用途字符串(即便 App 不主动用定位)。
补上后正式提交 App Store / Beta 审核不再被该警告卡住。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-16 22:46:32 +08:00
wangjia
3f3aa41121
feat(client): iOS Info.plist 声明加密豁免,免每次上传答出口合规
...
加 ITSAppUsesNonExemptEncryption=NO,App 仅用标准 HTTPS 属豁免加密。
以后上传 TestFlight/App Store 不再弹「App 加密文稿」手动问答。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-16 13:38:47 +08:00
wangjia
211fafc7e1
feat(client): 商品详情页支持拍照添加照片(Android/iOS)
...
- 移动端加图改用 image_picker,底部弹出「拍照 / 从相册选择」二选一;
桌面/Web 保持 file_picker 文件选择
- 用 defaultTargetPlatform 判断移动端,避免在参与 Web 编译的文件引入 dart:io
- iOS:Info.plist 增加 NSCameraUsageDescription / NSPhotoLibraryUsageDescription
- Android:拍照走系统相机、相册走 Photo Picker,均无需声明权限
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 14:47:08 +08:00
wangjia
480ce836bb
chore: release v1.0.18
...
Deploy / build-linux-web (push) Successful in 53s
Deploy / build-windows (push) Successful in 1m48s
Deploy / build-macos (push) Successful in 1m17s
Deploy / build-android (push) Successful in 4m13s
Deploy / build-ios (push) Successful in 9s
Deploy / release-deploy (push) Successful in 1m37s
移动端响应式适配(抽屉导航/列表卡片/弹窗自适应)、Android 正式签名与 APK 发布、
iOS(TestFlight) 工程与 CI、多平台构建流水线、相关文档同步。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 07:55:33 +08:00