From 756705adb03abf5aa978402a8d552d34cac114af Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 21 Nov 2024 23:17:46 +0800 Subject: [PATCH] chore: update --- docs/.vuepress/config.js | 2 +- docs/.vuepress/config/nav.js | 7 +++-- ...30\350\264\250\346\234\215\345\212\241.md" | 14 ++++----- .../01.JS\347\211\210\346\234\254.md" | 2 +- .../01.Max\347\211\210\346\234\254.md" | 2 +- theme-vdoing/components/Sidebar.vue | 29 +++++++++---------- theme-vdoing/layouts/Layout.vue | 6 ---- theme-vdoing/styles/index.styl | 2 +- 8 files changed, 27 insertions(+), 37 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8ff2b257c..cfbd6095e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,7 +3,7 @@ const base = require("../../base.js"); const htmlModules = require("./config/htmlModules.js"); module.exports = { - title: "Pure Admin 保姆级文档(已兼容最新版v5.8.0)", + title: "Pure Admin 保姆级文档", description: "一款开源完全免费且开箱即用的中后台管理系统模版", port: 8889, base, // '/<仓库名>/', 默认'/' diff --git a/docs/.vuepress/config/nav.js b/docs/.vuepress/config/nav.js index 8ed78ae54..9361b5d72 100644 --- a/docs/.vuepress/config/nav.js +++ b/docs/.vuepress/config/nav.js @@ -159,7 +159,8 @@ module.exports = [ { text: "优质服务", link: "/pages/service/", - icon: ``, + // icon: ``, + // icon: ``, // icon: ` // `, + // icon: ``, // icon: ``, }, { text: "Max版本", link: "/pages/max/", - icon: ``, + // icon: ``, }, { text: "赞助", diff --git "a/docs/02.\344\274\230\350\264\250\346\234\215\345\212\241/01.\344\274\230\350\264\250\346\234\215\345\212\241.md" "b/docs/02.\344\274\230\350\264\250\346\234\215\345\212\241/01.\344\274\230\350\264\250\346\234\215\345\212\241.md" index b50db9a38..a5efe0a61 100644 --- "a/docs/02.\344\274\230\350\264\250\346\234\215\345\212\241/01.\344\274\230\350\264\250\346\234\215\345\212\241.md" +++ "b/docs/02.\344\274\230\350\264\250\346\234\215\345\212\241/01.\344\274\230\350\264\250\346\234\215\345\212\241.md" @@ -5,24 +5,20 @@ permalink: /pages/service/ article: false --- -我们提供的服务没有任何强制绑定、没有任何套路,完全自愿选择。这些都可以从我们的开源代码和保姆级文档看出,而且我们的文档永远不会收费并且提供[文档源代码](https://github.com/pure-admin/pure-admin-doc),主打专业与贴心! - - - -微信号: pureadmin 或扫上方二维码,添加时请备注需要哪项服务,无备注会被忽略 - ## 解答微信群 -价格:`¥188/每年` 或 `¥698/永久` +价格:`¥698/永久`(限时`¥188/每年`,`2024-12-01`当天关闭`¥188/每年`活动) 服务内容:在使用 [pure-admin](https://github.com/pure-admin) 中所有项目时遇到的问题、难点、疑惑都可在群内相互交流,我会在每天的空闲时间回复,也可以问非`pure-admin`的前端问题,我会在每天的空闲时间随机解答。群内交流活跃,技术氛围好,问题基本都会在当天解答。 服务时间:`工作日 10:00 - 18:00` -如何获得服务:加上方作者微信备注 `微信群` 即可 - 限时特惠活动:仅选择 `¥698/永久` 入群的用户可免费赠送 [`JS`版本](https://pure-admin.github.io/pure-admin-doc/pages/js/) 与 [`Max`版本](https://pure-admin.github.io/pure-admin-doc/pages/max/) +如何购买:加微信号 `pureadmin` 或扫下方二维码,添加时请备注`微信群`,无备注会被忽略 + + + :::tip 视频教程(不管什么价格入群都可享有,入群后看群公告即可拿到视频教程) 1. `jsx` 语法讲解,如何在 `pureadmin` 中运用 `jsx`(视频时长 `20` 分钟) diff --git "a/docs/03.JS\347\211\210\346\234\254/01.JS\347\211\210\346\234\254.md" "b/docs/03.JS\347\211\210\346\234\254/01.JS\347\211\210\346\234\254.md" index cf2590454..357dc14ac 100644 --- "a/docs/03.JS\347\211\210\346\234\254/01.JS\347\211\210\346\234\254.md" +++ "b/docs/03.JS\347\211\210\346\234\254/01.JS\347\211\210\346\234\254.md" @@ -22,7 +22,7 @@ function padZero(num) { function updateCountdown(isServer) { const now = new Date(); - const targetDate = new Date('2025-01-01T00:00:00'); + const targetDate = new Date('2024-12-01T00:00:00'); const diff = targetDate - now; if (diff <= 0) { diff --git "a/docs/04.Max\347\211\210\346\234\254/01.Max\347\211\210\346\234\254.md" "b/docs/04.Max\347\211\210\346\234\254/01.Max\347\211\210\346\234\254.md" index eceb65be3..9f76e979c 100644 --- "a/docs/04.Max\347\211\210\346\234\254/01.Max\347\211\210\346\234\254.md" +++ "b/docs/04.Max\347\211\210\346\234\254/01.Max\347\211\210\346\234\254.md" @@ -39,7 +39,7 @@ function padZero(num) { function updateCountdown(isServer) { const now = new Date(); - const targetDate = new Date('2025-01-01T00:00:00'); + const targetDate = new Date('2024-12-01T00:00:00'); const diff = targetDate - now; if (diff <= 0) { diff --git a/theme-vdoing/components/Sidebar.vue b/theme-vdoing/components/Sidebar.vue index b523ef9d9..161fef714 100644 --- a/theme-vdoing/components/Sidebar.vue +++ b/theme-vdoing/components/Sidebar.vue @@ -1,20 +1,19 @@