Skip to content

Commit df157b1

Browse files
committed
mod: 同步超链接
1 parent c8b195d commit df157b1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v3-admin-vite",
33
"version": "3.1.3",
4-
"description": "一个中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite",
4+
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.",
55
"author": {
66
"name": "pany",
77
"email": "[email protected]",

src/layout/components/NavigationBar/index.vue

+2-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ const state = reactive({
4949
<el-avatar :icon="UserFilled" :size="34" />
5050
<template #dropdown>
5151
<el-dropdown-menu>
52-
<a target="_blank" href="#">
52+
<a target="_blank" href="https://juejin.cn/post/7089377403717287972">
5353
<el-dropdown-item>V3-Admin-Vite 中文文档</el-dropdown-item>
5454
</a>
55-
<a target="_blank" href="#">
56-
<el-dropdown-item>V3-Admin-Vite English Docs</el-dropdown-item>
57-
</a>
5855
<a target="_blank" href="https://github.com/un-pany/v3-admin-vite">
5956
<el-dropdown-item>V3-Admin-Vite GitHub</el-dropdown-item>
6057
</a>
61-
<a target="_blank" href="#">
58+
<a target="_blank" href="https://gitee.com/un-pany/v3-admin-vite">
6259
<el-dropdown-item>V3-Admin-Vite Gitee</el-dropdown-item>
6360
</a>
6461
<a target="_blank" href="https://juejin.cn/post/6963876125428678693">

0 commit comments

Comments
 (0)