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

@@ -5,8 +5,9 @@ export default defineConfig({
root: '.',
server: {
port: 8080,
host: '0.0.0.0',
open: true,
// 允许访问父目录的文件(用于加载 SDK
allowedHosts: true,
fs: {
allow: ['..']
}