增加了基础的块功能

This commit is contained in:
2026-02-25 14:57:25 +08:00
parent 5709ef2966
commit f7c2f8f53e
11 changed files with 1565 additions and 16 deletions
+1
View File
@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "node --no-warnings --experimental-strip-types scripts/run-editor-block-ops-tests.mjs",
"check": "npm run lint -- --max-warnings=0 && npx tsc --noEmit"
},
"dependencies": {