locals init ...

This commit is contained in:
duanfuxiang
2025-05-01 13:09:03 +08:00
parent db34038acc
commit 03e0d08623
27 changed files with 176 additions and 3 deletions

8
src/lang/locale/zh-cn.ts Normal file
View File

@@ -0,0 +1,8 @@
// import { APPNAME, MINEXCALIDRAWVERSION } from "src/constants/constants";
// 简体中文
export default {
prompt: {
"title": "模型提示词设置",
}
};