feat: textPaint

This commit is contained in:
zhangyi
2025-03-17 17:50:44 +08:00
parent 277477dd9b
commit e4e9f6d527
11 changed files with 185 additions and 107 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{
"pages": ["pages/index/index", "pages/logs/logs"],
"pages": ["pages/index/index", "pages/logs/logs", "demoPages/textPaint/textPaint"],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
@@ -15,5 +15,6 @@
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
"lazyCodeLoading": "requiredComponents",
"enablePullDownRefresh": false
}