feat:重构按钮和icon组件

This commit is contained in:
R524809
2026-04-07 17:23:05 +08:00
parent 672d457a35
commit 653737c481
95 changed files with 3261 additions and 1342 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@import '../../style/theme3.less';
@import '../../style/theme.less';
@age-tab-gap: 32rpx;
@age-tab-w: 226rpx;
+1 -2
View File
@@ -6,8 +6,7 @@
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"toy-button": "/ui/button/button",
"van-icon": "@vant/weapp/icon/index",
"toy-button": "/toy/button-v2/button",
"van-dialog": "@vant/weapp/dialog/index",
"word-input": "/components/word-input/word-input",
"word-card": "/components/word-card/word-card",
+1 -1
View File
@@ -12,7 +12,7 @@
height="80rpx"
width="410rpx"
icon="success"
icon-class-prefix="van-icon">
icon-class-prefix="toy-icon">
选择文字
</toy-button>
<toy-button
+1 -1
View File
@@ -1,4 +1,4 @@
@import '../../style/theme3.less';
@import '../../style/theme.less';
@fav-seg-track: #f0e7d6;
@fav-thumb-placeholder: #e5dcc9;
+1 -1
View File
@@ -1,4 +1,4 @@
@import '../../style/theme3.less';
@import '../../style/theme.less';
@home-track-gap: 16rpx;
+1 -1
View File
@@ -16,7 +16,7 @@
"introduction-popup": "../../components/introduction-popup/introduction-popup",
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"add-to-miniprogram-tip": "../../components/add-to-miniprogram-tip/add-to-miniprogram-tip",
"toy-button": "../../ui/button/button",
"toy-button": "../../toy/button-v2/button",
"word-picker": "../../components/word-picker/word-picker",
"empty-state": "../../components/empty-state/empty-state"
}
+1 -1
View File
@@ -1,4 +1,4 @@
@import '../../style/theme3.less';
@import '../../style/theme.less';
@profile-premium-bg: #2d2a26;