更新:增加“图书首页”功能

This commit is contained in:
2025-11-10 17:38:23 +08:00
parent 577e782cd8
commit e39f47855b
18 changed files with 1634 additions and 430 deletions

View File

@@ -10,7 +10,10 @@
"close": "Close",
"confirm": "Confirm",
"loading": "Loading",
"tips": "Tips"
"tips": "Tips",
"searchNoResult": "No search results found",
"more": "More",
"dataNull": "No data available"
},
"tabar.course": "COURSE",
"tabar.book": "EBOOK",
@@ -19,7 +22,7 @@
"title": "Taimed International",
"schema": "Schema",
"demo": "uni-app globalization",
"demo-description": "Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema",
"demoDescription": "Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema",
"detail": "Detail",
"language": "Language",
"language-info": "Settings",
@@ -250,9 +253,14 @@
"deleteSuccess": "Deleted"
},
"home": {
"block1": "My Books",
"block2": "Recommended",
"more": "More",
"activityTitle": "Featured Books",
"readingCount": " reads",
"listenCount": " listens",
"purchased": " purchased"
"purchased": " purchased",
"searchPlaceholder": "Search books..."
},
"listen": {
"title": "Audio Book",

View File

@@ -10,7 +10,10 @@
"close": "关闭",
"confirm": "确认",
"loading": "加载中",
"tips": "提示"
"tips": "提示",
"searchNoResult": "暂无搜索结果",
"more": "更多",
"dataNull": "暂无数据"
},
"tabar.course": "课程",
"tabar.book": "图书",
@@ -19,7 +22,7 @@
"title": "太湖国际",
"schema": "Schema",
"demo": "uni-app 国际化演示",
"demo-description": "包含 uni-framework、manifest.json、pages.json、tabbar、页面、组件、API、Schema",
"demoDescription": "包含 uni-framework、manifest.json、pages.json、tabbar、页面、组件、API、Schema",
"detail": "详情",
"language": "语言",
"language-info": "语言信息",
@@ -251,9 +254,14 @@
"deleteSuccess": "删除成功"
},
"home": {
"block1": "我的书单",
"block2": "推荐图书",
"more": "更多",
"activityTitle": "活动图书",
"readingCount": "次阅读",
"listenCount": "次听书",
"purchased": "人购买"
"purchased": "人购买",
"searchPlaceholder": "搜索图书..."
},
"listen": {
"title": "听书",