feat: 新增追问模式和iOS本地化,重构后端输出模型
This commit is contained in:
@@ -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 = "需要麥克風權限用於語音追問";
|
||||
Reference in New Issue
Block a user