diff --git a/main.js b/main.js index 7394fea..d3236e6 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.4.sp24') + uni.setStorageSync('version', '1.0.4.sp25') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/manifest.json b/manifest.json index 1f72e09..b0c6af4 100644 --- a/manifest.json +++ b/manifest.json @@ -100,5 +100,10 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "3" + "vueVersion" : "3", + "h5" : { + "router" : { + "mode" : "history" + } + } } diff --git a/pages.json b/pages.json index facdc31..9cda11e 100644 --- a/pages.json +++ b/pages.json @@ -301,6 +301,22 @@ "navigationBarTitleText": "证书", "navigationStyle": "custom" } + }, + { + "path" : "silkBanner/silkBanner", + "style" : + { + "navigationBarTitleText" : "锦旗", + "navigationStyle": "custom" + } + }, + { + "path" : "certificate/index", + "style" : + { + "navigationBarTitleText" : "证书", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/index/index.nvue b/pages/index/index.nvue index 0e702cb..baa260d 100644 --- a/pages/index/index.nvue +++ b/pages/index/index.nvue @@ -288,6 +288,11 @@ const otherList = [{ name: "证书", path: "/pages/other/certificate/graduate" }, +{ + icon: "/static/image/other/silkBanner/silkBanner.png", + name: "锦旗", + path: "/pages/other/silkBanner/silkBanner" +}, ] const data = reactive({ diff --git a/pages/other/card/card.vue b/pages/other/card/card.vue index b189a3d..ad4251c 100644 --- a/pages/other/card/card.vue +++ b/pages/other/card/card.vue @@ -4,8 +4,8 @@ - - + + 此功能不具备真实性,仅供娱乐 diff --git a/pages/other/certificate/graduate.vue b/pages/other/certificate/graduate.vue index 1aa2e18..f3fc549 100644 --- a/pages/other/certificate/graduate.vue +++ b/pages/other/certificate/graduate.vue @@ -11,8 +11,8 @@ - - + + 此功能不具备真实性,仅供娱乐 diff --git a/pages/other/certificate/index.vue b/pages/other/certificate/index.vue new file mode 100644 index 0000000..194908c --- /dev/null +++ b/pages/other/certificate/index.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/pages/other/silkBanner/silkBanner.vue b/pages/other/silkBanner/silkBanner.vue new file mode 100644 index 0000000..737edc3 --- /dev/null +++ b/pages/other/silkBanner/silkBanner.vue @@ -0,0 +1,807 @@ + + + + + \ No newline at end of file diff --git a/static/image/other/silkBanner/banner1.png b/static/image/other/silkBanner/banner1.png new file mode 100644 index 0000000..9b3aa65 Binary files /dev/null and b/static/image/other/silkBanner/banner1.png differ diff --git a/static/image/other/silkBanner/banner2.png b/static/image/other/silkBanner/banner2.png new file mode 100644 index 0000000..d1555d2 Binary files /dev/null and b/static/image/other/silkBanner/banner2.png differ diff --git a/static/image/other/silkBanner/silkBanner.png b/static/image/other/silkBanner/silkBanner.png new file mode 100644 index 0000000..1527543 Binary files /dev/null and b/static/image/other/silkBanner/silkBanner.png differ