update modules

This commit is contained in:
2025-11-24 17:49:16 +08:00
parent e5f46e8fe3
commit 8e3273d8f1
10 changed files with 2623 additions and 1649 deletions

View File

@@ -6,11 +6,7 @@ const isDev = process.env.NODE_ENV === 'development';
const centerEnv = process.env.CENTER_ENV;
const plugins: any[] = [];
plugins.push(tailwindcss());
const devBackend = 'https://kevisual.silkyai.cn';
const meBackend = 'https://kevisual.xiongxiao.me';
// const meBackend = 'https://kevisual.cn';
// const backend = isDev ? devBackend : meBackend;
const backendWss = devBackend.replace(/^https:/, 'wss:');
const backend = meBackend;
let proxy = {};
if (true) {