Quellcode durchsuchen

feat:补充提交

hanyang vor 1 Jahr
Ursprung
Commit
ed6b1bbaa5

+ 1 - 0
public/i18n/lang-zh.json

@@ -447,6 +447,7 @@
     "copy": "复制",
     "retry": "再次生成",
     "edit": "自由编辑",
+    "edit_1": "编辑",
     "download": "下载",
     "please_input_text": "请输入文字",
     "please_upload_file": "请上传文件",

+ 1 - 1
src/modules/conversation-item/DialogQuestionActions.vue

@@ -8,7 +8,7 @@
       </div>
 
       <div class="action-btn-item">
-        <a-tooltip :content="$t('conversation.edit')" position="top">
+        <a-tooltip :content="$t('conversation.edit_1')" position="top">
           <icon-edit size="18" @click="handleEdit" />
         </a-tooltip>
       </div>