chore: 提取公共类

This commit is contained in:
CrescentLeaf
2025-11-08 23:50:43 +08:00
parent 3c5bd187b7
commit 743ccd1172
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
interface BaseChatSettings {
[key: string]: unknown
}
export default BaseChatSettings