feat: 新增追问模式和iOS本地化,重构后端输出模型

This commit is contained in:
qzl
2026-04-29 14:26:15 +08:00
parent f497afbff2
commit 16cb47e75a
39 changed files with 1346 additions and 600 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Meeyao Qianwen</string>
<string>Meeyao</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -0,0 +1,4 @@
CFBundleDisplayName = "Meeyao";
NSPhotoLibraryUsageDescription = "Access your photo library to select and upload an avatar";
NSPhotoLibraryAddUsageDescription = "Save avatar processing results to your photo library";
NSMicrophoneUsageDescription = "Microphone access is required for voice follow-up questions";
@@ -0,0 +1,4 @@
CFBundleDisplayName = "觅爻";
NSPhotoLibraryUsageDescription = "需要访问您的相册以选择并上传头像";
NSPhotoLibraryAddUsageDescription = "需要将头像处理结果保存到您的相册";
NSMicrophoneUsageDescription = "需要麦克风权限用于语音追问";
@@ -0,0 +1,4 @@
CFBundleDisplayName = "覓爻";
NSPhotoLibraryUsageDescription = "需要存取您的相簿以選擇並上傳頭像";
NSPhotoLibraryAddUsageDescription = "需要將頭像處理結果儲存到您的相簿";
NSMicrophoneUsageDescription = "需要麥克風權限用於語音追問";