refactor: sync managers and section box actions

Wire section box scale/reverse/reset to clipping APIs and sync demo artifacts.
This commit is contained in:
yuding
2026-02-04 18:20:30 +08:00
parent b12940f49c
commit 191c571f40
64 changed files with 10569 additions and 7065 deletions

View File

@@ -21,7 +21,9 @@ export default defineConfig(() => {
// 开发服务器配置
server: {
port: 3000,
open: '/demo/index.html', // 自动打开 demo 页面
host: '0.0.0.0',
open: '/demo/index.html',
allowedHosts: true,
},
build: {
lib: {