diff --git a/src/pages.json b/src/pages.json
index 922dd88..8c37930 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -45,18 +45,24 @@
"backgroundColor": "#F8F8F8"
},
"tabBar": {
- "color": "#222",
- "selectedColor": "#000",
- "backgroundColor": "#FFF",
+ "color": "#474747",
+ "selectedColor": "#9BC6FC",
+ "backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
- "text": "首页"
+ "text": "首页",
+ "iconPath": "static/images/tabBar/home.png",
+ "selectedIconPath": "static/images/tabBar/selectedHome.png"
},{
"pagePath": "pages/demo/index",
- "text": "Demo"
+ "text": "Demo",
+ "iconPath": "static/images/tabBar/demo.png",
+ "selectedIconPath": "static/images/tabBar/selectedDemo.png"
},{
"pagePath": "pages/about/index",
- "text": "关于"
+ "text": "关于",
+ "iconPath": "static/images/tabBar/about.png",
+ "selectedIconPath": "static/images/tabBar/selectedAbout.png"
}]
}
}
diff --git a/src/static/images/tabBar/about.png b/src/static/images/tabBar/about.png
new file mode 100644
index 0000000..1d9e2e8
Binary files /dev/null and b/src/static/images/tabBar/about.png differ
diff --git a/src/static/images/tabBar/category.png b/src/static/images/tabBar/category.png
new file mode 100644
index 0000000..ed2d66b
Binary files /dev/null and b/src/static/images/tabBar/category.png differ
diff --git a/src/static/images/tabBar/demo.png b/src/static/images/tabBar/demo.png
new file mode 100644
index 0000000..b7a1d39
Binary files /dev/null and b/src/static/images/tabBar/demo.png differ
diff --git a/src/static/images/tabBar/home.png b/src/static/images/tabBar/home.png
new file mode 100644
index 0000000..ec7d0c7
Binary files /dev/null and b/src/static/images/tabBar/home.png differ
diff --git a/src/static/images/tabBar/selectedAbout.png b/src/static/images/tabBar/selectedAbout.png
new file mode 100644
index 0000000..3566103
Binary files /dev/null and b/src/static/images/tabBar/selectedAbout.png differ
diff --git a/src/static/images/tabBar/selectedCategory.png b/src/static/images/tabBar/selectedCategory.png
new file mode 100644
index 0000000..c42ad6c
Binary files /dev/null and b/src/static/images/tabBar/selectedCategory.png differ
diff --git a/src/static/images/tabBar/selectedDemo.png b/src/static/images/tabBar/selectedDemo.png
new file mode 100644
index 0000000..1773840
Binary files /dev/null and b/src/static/images/tabBar/selectedDemo.png differ
diff --git a/src/static/images/tabBar/selectedHome.png b/src/static/images/tabBar/selectedHome.png
new file mode 100644
index 0000000..969aae2
Binary files /dev/null and b/src/static/images/tabBar/selectedHome.png differ
diff --git a/src/static/svg/404.svg b/src/static/svg/404.svg
new file mode 100644
index 0000000..212f549
--- /dev/null
+++ b/src/static/svg/404.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/svg/LOGO.svg b/src/static/svg/LOGO.svg
new file mode 100644
index 0000000..6e8bed6
--- /dev/null
+++ b/src/static/svg/LOGO.svg
@@ -0,0 +1 @@
+
\ No newline at end of file