feat: 完善见素起名小程序功能
- 添加收藏锦囊功能,支持查看和删除收藏 - 实现积分系统,每日赠送5次灵感次数 - 添加静心阅读功能,阅读15秒可获得额外次数 - 实现灵感广场,展示用户分享的名字 - 添加字源溯源组件,长按汉字查看详情 - 优化空状态和结语卡片样式统一 - 添加音频控制(静音/风铃/雨落/古琴/白噪音/森林/溪流) - 优化名字生成逻辑,确保每次返回5个不重复名字 - 修复卡片翻转样式问题 - 移除首页动态提醒气泡
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/index/index",
|
||||
"pages/profile/profile"
|
||||
"pages/profile/profile",
|
||||
"pages/square/square"
|
||||
],
|
||||
"window": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
@@ -11,6 +12,7 @@
|
||||
"navigationBarTitleText": "见素",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"requiredBackgroundModes": ["audio"],
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
Reference in New Issue
Block a user