diff --git a/.vitepress/components/ContactButton.vue b/.vitepress/components/ContactButton.vue new file mode 100644 index 0000000..19d59fc --- /dev/null +++ b/.vitepress/components/ContactButton.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index 6105ec2..9d78e8a 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -59,12 +59,12 @@ export default defineConfig({ text: "⌨️ 提词遥控器", link: "/advanced/remote", }, + // { + // text: "🫡 OBS精品课", + // link: "/advanced/obslesson", + // }, { - text: "🫡 五年会员+OBS精品课", - link: "/advanced/obslesson", - }, - { - text: "🎩 终身版+官方系统课", + text: "🎩 芦笋学苑-官方系统课", link: "/advanced/lusunlesson", }, ], diff --git a/.vitepress/theme/index.js b/.vitepress/theme/index.js index c5c101f..2228115 100644 --- a/.vitepress/theme/index.js +++ b/.vitepress/theme/index.js @@ -3,6 +3,7 @@ import ImgCenter from "../components/ImgCenter.vue"; import ImgDesc from "../components/ImgDesc.vue"; import Link from "../components/Link.vue"; import UserGroup from "../components/UserGroup.vue"; +import ContactButton from "../components/ContactButton.vue"; import DefaultTheme from "vitepress/theme"; import { onMounted, watch, nextTick } from "vue"; import { useRoute } from "vitepress"; @@ -18,6 +19,7 @@ export default { app.component("ImgCenter", ImgCenter); app.component("ImgDesc", ImgDesc); app.component("Link", Link); + app.component("ContactButton", ContactButton); }, setup() { const route = useRoute(); diff --git a/advanced/lusunlesson.md b/advanced/lusunlesson.md index 155362e..c91f504 100644 --- a/advanced/lusunlesson.md +++ b/advanced/lusunlesson.md @@ -2,15 +2,15 @@ description: 这篇文章介绍了芦笋提词器终身版 + 官方系统课的超豪华套餐内容 --- -# 🎩 终身版+官方系统课 +# 🎩 芦笋学苑系统课 ## 基础信息 -* 购买链接:请点击这里:[https://tcq.lusun.com/pricing/](https://tcq.lusun.com/pricing/) -* 了解更多会员权益,请参考 [芦笋提词器会员特权介绍](https://docs.lusun.com/tcq/basic/vip.html) +* 🔥 买芦笋提词器终身版,限时送全套课程 👉🏻 [**【0元听课】点击了解!**](https://tcq.lusun.com/pricing/) +* 购买 **芦笋学苑-官方系统课** 一站搞定直播录课,还有一对一指导 ~ - -官网直播录课-系统课 + +👆🏻 扫码购买-官方系统课 ## 客服咨询 diff --git a/public/assets/lusunlesson5.png b/public/assets/lusunlesson5.png new file mode 100644 index 0000000..71cb034 Binary files /dev/null and b/public/assets/lusunlesson5.png differ