瀏覽代碼

fix: 全局提示词全局默认语言修复

sheldon 1 周之前
父節點
當前提交
e73f6bfd9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/model/global-prompt/index.vue

+ 1 - 1
src/views/model/global-prompt/index.vue

@@ -8,7 +8,7 @@ import LangSelector from '@/components/LangSelector.vue'
 
 const loading = ref(false)
 const input = ref<string>('')
-const lang = ref<string>('zh_CN')
+const lang = ref<string>('cn')