Update: 更新板卡

This commit is contained in:
王立帮
2024-07-21 09:30:11 +08:00
parent ab9db2b32a
commit 189de53fb0
1258 changed files with 1461 additions and 1260 deletions

View File

@@ -6,7 +6,7 @@
"static": "node ./static-server/server.js",
"test": "npm run deps && npm run static",
"deps": "node scripts/deps-gen.js",
"build:boards:all": "node scripts/build-boards.js --type all",
"build:boards:all": "node scripts/build-boards.js --type all && npm run build:examples",
"build:boards:arduino": "node scripts/build-boards.js --type arduino",
"build:boards:micropython": "node scripts/build-boards.js --type micropython",
"build:boards:python": "node scripts/build-boards.js --type python",
@@ -29,6 +29,7 @@
"minimist": "^1.2.5",
"postcss-loader": "^7.3.3",
"shelljs": "^0.8.5",
"shortid": "^2.2.16",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",