feat: AI 修改图形打印页

This commit is contained in:
2025-07-22 16:36:38 +08:00
parent 8921d1b871
commit c5538ce044
4 changed files with 1049 additions and 559 deletions
+9 -4
View File
@@ -1,7 +1,12 @@
{
"navigationBarTitleText": "图形绘制 示例",
"navigationBarBackgroundColor": "#d2e7d8",
"navigationBarTitleText": "形状涂色练习生成器",
"navigationBarBackgroundColor": "#667eea",
"homeButton": true,
"backgroundColor": "#e8eddb",
"enablePullDownRefresh": false
"backgroundColor": "#f5f5f5",
"enablePullDownRefresh": false,
"usingComponents": {
"van-popup": "@vant/weapp/popup/index",
"van-icon": "@vant/weapp/icon/index",
"color-picker": "/components/color-picker/color-picker"
}
}