chore: 初始化迈思机床看板

This commit is contained in:
yexingqiang
2026-06-08 17:26:33 +08:00
commit d511c62596
39 changed files with 6485 additions and 0 deletions

3
.env.development Normal file
View File

@@ -0,0 +1,3 @@
ENV = 'development'
VITE_BASE_URL = 'http://localhost:10081'
VITE_CONFIG_URL = './public/config.js'