feat:完成颜色选择器和button组件

This commit is contained in:
2025-06-10 17:32:08 +08:00
parent 13a0afe97e
commit efa213bfe1
14 changed files with 515 additions and 17 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
"enablePullDownRefresh": false,
"usingComponents": {
"van-icon": "@vant/weapp/icon/index",
"van-popup": "@vant/weapp/popup/index",
"word-input": "../../components/word-input/word-input",
"word-card": "../../components/word-card/word-card"
"word-card": "../../components/word-card/word-card",
"color-picker": "../../components/color-picker/color-picker",
"toy-button": "../../ui/button/button"
}
}