feat: 完成多message存储

This commit is contained in:
ccnetcore
2025-12-14 13:07:44 +08:00
parent 1fc2734eb7
commit 7b14fdd8de
6 changed files with 30 additions and 84 deletions

View File

@@ -7,7 +7,6 @@ interface ImportMetaEnv {
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_FILE_UPLOAD_API: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}