feat:首页输入框、文字卡片

This commit is contained in:
2025-05-30 20:49:35 +08:00
parent c00c45a9be
commit 419818eb24
22 changed files with 517 additions and 288 deletions
+8 -4
View File
@@ -1,7 +1,11 @@
{
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#d2e7d8",
"navigationBarTitleText": "涂鸦丫",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#e8eddb",
"enablePullDownRefresh": false
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"word-input": "../../components/word-input/word-input",
"word-card": "../../components/word-card/word-card"
}
}