Skip to content

Commit ed923ec

Browse files
docs: ✏️ 添加快速上手项目链接
1 parent 2d8bb9f commit ed923ec

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @Author: weisheng
33
* @Date: 2023-07-27 10:26:09
4-
* @LastEditTime: 2025-05-07 13:27:31
4+
* @LastEditTime: 2025-06-29 17:05:24
55
* @LastEditors: weisheng
66
* @Description:
77
* @FilePath: /wot-design-uni/docs/.vitepress/config.mts
@@ -176,13 +176,14 @@ export default defineConfig({
176176
]
177177
},
178178
{ text: '🥤一杯咖啡', link: '/reward/reward', activeMatch: '/reward/' },
179+
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-demo' },
179180
{
180181
text: '周边生态',
181182
items: [
182-
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-demo' },
183183
{ text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
184184
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
185185
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
186+
{ text: 'uni-ku', link: 'https://github.com/uni-ku' },
186187
],
187188
},
188189
],

docs/.vitepress/locales/en-US.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ export default defineConfig({
7777
]
7878
},
7979
{ text: '🥤Buy Me a Coffee', link: '/en-US/reward/reward', activeMatch: '/reward/' },
80+
{ text: 'Quick Start Project', link: 'https://github.com/Moonofweisheng/wot-demo' },
8081
{
8182
text: 'Ecosystem',
8283
items: [
83-
{ text: 'Quick Start Project', link: 'https://github.com/Moonofweisheng/wot-demo' },
8484
{ text: 'Vue3 uni-app Router', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
8585
{ text: 'Mini Program CI Tool', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
8686
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
87+
{ text: 'uni-ku', link: 'https://github.com/uni-ku' },
8788
],
8889
},
8990
],

docs/.vitepress/locales/zh-CN.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ export default defineConfig({
7777
]
7878
},
7979
{ text: '🥤一杯咖啡', link: '/reward/reward', activeMatch: '/reward/' },
80+
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-demo' },
8081
{
8182
text: '周边生态',
8283
items: [
83-
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-demo' },
8484
{ text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
8585
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
8686
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
87+
{ text: 'uni-ku', link: 'https://github.com/uni-ku' },
8788
],
8889
},
8990
],

docs/.vitepress/theme/components/HomeStar.vue

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
* @Author: weisheng
3+
* @Date: 2025-06-29 14:38:23
4+
* @LastEditTime: 2025-06-29 17:05:39
5+
* @LastEditors: weisheng
6+
* @Description:
7+
* @FilePath: /wot-design-uni/docs/.vitepress/theme/components/HomeStar.vue
8+
* 记得注释
9+
-->
110
<script setup lang="ts"></script>
211

312
<template>
@@ -7,9 +16,9 @@
716
</a>
817

918

10-
<a href="https://github.com/Moonofweisheng/wot-design-uni">
19+
<!-- <a href="https://github.com/Moonofweisheng/wot-design-uni">
1120
<img alt="GitHub" src="https://img.shields.io/codecov/c/github/Moonofweisheng/wot-design-uni?style=flat-square">
12-
</a>
21+
</a> -->
1322

1423
<a href="https://www.npmjs.com/package/wot-design-uni">
1524
<img alt="npm" src="https://img.shields.io/npm/dm/wot-design-uni?logo=npm&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fwot-design-uni&style=flat-square">

0 commit comments

Comments
 (0)