fix: filter non-normal gguf files

This commit is contained in:
jialin
2025-08-14 11:03:55 +08:00
parent ccfdb99348
commit d6dce4021d
12 changed files with 107 additions and 51 deletions
+2 -1
View File
@@ -248,5 +248,6 @@ export default {
'common.login.auth': '认证中...',
'common.login.auth.failed': '认证失败',
'common.login.password': '使用密码登录',
'common.external.login': '使用 {type} 登录'
'common.external.login': '使用 {type} 登录',
'common.sso.noConfig': '该系统未启用单点登录,请联系管理员。'
};