File tree Expand file tree Collapse file tree 5 files changed +1474
-392
lines changed
Expand file tree Collapse file tree 5 files changed +1474
-392
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ <!--
2+ * @Author: weisheng
3+ * @Date: 2024-04-01 17:10:05
4+ * @LastEditTime: 2024-04-01 17:14:38
5+ * @LastEditors: weisheng
6+ * @Description:
7+ * @FilePath: \wot-design-uni\docs\.vitepress\theme\components\HomeStar.vue
8+ * 记得注释
9+ -->
10+ <script setup lang="ts"></script >
11+
12+ <template >
13+ <p class =" home-star" >
14+ <a href =" https://github.com/Moonofweisheng/wot-design-uni" >
15+ <img
16+ alt =" GitHub Repo stars"
17+ src =" https://img.shields.io/github/stars/Moonofweisheng/wot-design-uni?logo=github&color=%234d80f0&link=https%3A%2F%2Fgithub.com%2FMoonofweisheng%2Fwot-design-uni"
18+ />
19+ </a >
20+
21+ <a href =" https://gitee.com/wot-design-uni/wot-design-uni/stargazers" >
22+ <img src =" https://gitee.com/wot-design-uni/wot-design-uni/badge/star.svg?theme=gray" alt =" star" />
23+ </a >
24+
25+ <a href =" https://github.com/Moonofweisheng/wot-design-uni" >
26+ <img alt =" GitHub" src =" https://img.shields.io/github/license/Moonofweisheng/wot-design-uni?logo=github" />
27+ </a >
28+
29+ <a href =" https://www.npmjs.com/package/wot-design-uni" >
30+ <img alt =" npm" src =" https://img.shields.io/npm/dw/wot-design-uni?logo=npm&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fwot-design-uni" />
31+ </a >
32+
33+ <a href =" https://www.npmjs.com/package/wot-design-uni" >
34+ <img src =" https://img.shields.io/npm/dt/wot-design-uni?style=flat-square" />
35+ </a >
36+
37+
38+ </p >
39+ </template >
40+
41+ <style >
42+ .home-star {
43+ display : flex ;
44+ align-items : center ;
45+ justify-content : center ;
46+ padding-top : 24px ;
47+ flex-wrap : wrap ;
48+ gap : 12px ;
49+ }
50+ </style >
Original file line number Diff line number Diff line change 11/*
22 * @Author : weisheng
33 * @Date : 2023-07-27 12:36:30
4- * @LastEditTime : 2024-02-03 22:00:21
4+ * @LastEditTime : 2024-04-01 17:11:39
55 * @LastEditors : weisheng
66 * @Description :
77 * @FilePath : \wot-design-uni\docs\.vitepress\theme\index.ts
@@ -19,13 +19,15 @@ import HomeFriendly from './components/HomeFriendly.vue'
1919import NavBarTitleAfter from './components/NavBarTitleAfter.vue'
2020import CustomFooter from './components/CustomFooter.vue'
2121import SvgImage from './components/SvgImage.vue'
22+ import HomeStar from './components/HomeStar.vue'
2223import frame from './components/frame.vue'
2324
2425
2526export default {
2627 ...Theme ,
2728 Layout ( ) {
2829 return h ( Theme . Layout , null , {
30+ 'home-hero-info-after' :( ) => h ( HomeStar ) ,
2931 'home-features-after' : ( ) => h ( HomeFriendly ) ,
3032 'layout-bottom' :( ) => h ( CustomFooter ) ,
3133 'nav-bar-title-after' : ( ) => h ( NavBarTitleAfter ) ,
Original file line number Diff line number Diff line change 7272 "@dcloudio/uni-mp-xhs" : " 3.0.0-3090920231225001" ,
7373 "@dcloudio/uni-quickapp-webview" : " 3.0.0-3090920231225001" ,
7474 "element-plus" : " ^2.3.9" ,
75- "vitepress" : " ^1.0.0-beta.6 " ,
75+ "vitepress" : " ^1.0.1 " ,
7676 "vue" : " ^3.3.4" ,
7777 "vue-i18n" : " ^9.2.2"
7878 },
You can’t perform that action at this time.
0 commit comments