mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-18 08:54:16 +08:00
fix: 引入Vue组件 解决页内跳转404的错误
This commit is contained in:
@@ -3,11 +3,21 @@ title: 超级剪贴板
|
||||
navbar: false
|
||||
---
|
||||
|
||||
<img src="./assets/logo.png" alt="logo" style="margin: 0 auto" />
|
||||
<script setup>
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 强大的剪贴板管理工具。',
|
||||
logo: './assets/logo.png',
|
||||
linkList: [
|
||||
{ content: '⭐ 开源代码', target: 'https://github.com/ZiuChen/ClipboardManager' },
|
||||
{ content: '🌎 疑难解答', target: './statement/' },
|
||||
{ content: '🚀 进阶功能', target: './guide/' },
|
||||
{ content: '🚚 更新日志', target: './log/' },
|
||||
{ content: '🎈 插件发布页', target: 'https://yuanliao.info/d/5722/29' },
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<p style="text-align: center">✨ 强大的剪贴板管理工具。</p>
|
||||
|
||||
[⭐ 开源代码](https://github.com/ZiuChen/ClipboardManager) [🌎 疑难解答](./statement/) [🚀 进阶功能](./guide/) [🚚 更新日志](./log/) [🎈 插件发布页](https://yuanliao.info/d/5722/29)
|
||||
<Title v-bind="titleInfo" />
|
||||
|
||||
## 🔰 开始使用
|
||||
|
||||
|
||||
@@ -3,11 +3,19 @@ title: 超级分词
|
||||
navbar: false
|
||||
---
|
||||
|
||||
<img src="./assets/logo.png" alt="logo" style="margin: 0 auto" />
|
||||
<script setup>
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 智慧分词,快速提取文本关键词。',
|
||||
logo: './assets/logo.png',
|
||||
linkList: [
|
||||
{ content: '⭐ 插件发布页', target: 'https://yuanliao.info/d/5722/29' },
|
||||
{ content: '🌎 Q&A', target: './statement/' },
|
||||
{ content: '🚚 更新日志', target: './log/' },
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<p style="text-align: center">✨ 智慧分词,快速提取文本关键词。</p>
|
||||
|
||||
[⭐ 插件发布页](https://yuanliao.info/d/5722/29) [🌎 Q&A](./statement/) [🚚 更新日志](./log/)
|
||||
<Title v-bind="titleInfo" />
|
||||
|
||||
## 🔰 开始使用
|
||||
|
||||
|
||||
Reference in New Issue
Block a user