更新:增加“课程首页”功能

This commit is contained in:
2025-11-11 13:40:13 +08:00
parent e39f47855b
commit 9fcc1b8549
24 changed files with 2402 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"path": "pages/course/index",
"style": {
"navigationBarTitleText": "%index.title%"
}
@@ -123,21 +123,6 @@
}
}
],
// "tabBar": {
// "color": "#7A7E83",
// "selectedColor": "#007AFF",
// "borderStyle": "black",
// "backgroundColor": "#F8F8F8",
// "list": [{
// "pagePath": "pages/index/index",
// "text": "%index.home%"
// },
// {
// "pagePath": "pages/component/component",
// "text": "%index.component%"
// }
// ]
// },
"tabBar": {
"color": "#444444",
"selectedColor": "#079307",
@@ -145,7 +130,7 @@
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"pagePath": "pages/course/index",
"iconPath": "static/tab/icon1_n.png",
"selectedIconPath": "static/tab/icon1_y.png",
"text": "%tabar.course%"
@@ -166,7 +151,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "疯子读书",
"navigationBarTitleText": "太湖国际",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"