diff --git a/pages.json b/pages.json
index e228fa3..029437b 100644
--- a/pages.json
+++ b/pages.json
@@ -227,6 +227,12 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/search_common/search",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/settings/index",
"style": {
diff --git a/pages/home/components/notice-card.vue b/pages/home/components/notice-card.vue
new file mode 100644
index 0000000..bfcbdf0
--- /dev/null
+++ b/pages/home/components/notice-card.vue
@@ -0,0 +1,101 @@
+
+
+
+ {{ item.title }}
+
+ 发布时间:{{ formattedTime }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 84065dd..5a3ba8f 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -3,7 +3,7 @@