chore: 优化渲染器应用的代码切割,加快加载速度

This commit is contained in:
wangxuefeng
2025-03-21 11:01:08 +08:00
parent b76b9e9013
commit 828fe45a43
6 changed files with 5312 additions and 321 deletions

View File

@@ -0,0 +1,11 @@
# 只在生产模式中被载入
VITE_NODE_ENV = 'analyze'
# 公共基础路径, 详见: https://cn.vitejs.dev/guide/build.html#public-base-path
VITE_BASE_URL = /
VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/'
VITE_PLATFORM_URL = 'https://y-code.shiyue.com/'
VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/'
VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/'