feat: 开放小爱音箱补丁固件构建源代码和教程

This commit is contained in:
Del Wang
2025-04-12 23:49:07 +08:00
parent 0585ddab72
commit 2cf6623db9
21 changed files with 1794 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 排除全部文件
**/*
# 只保留构建相关的文件
!src
!package.json
!package-lock.json
!tsconfig.json