Browse Source
chore: add badges (#4260)
* chore: add badges
* docs: fix editLink
pull/4265/head
Li Kui
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
8 additions and
1 deletions
-
README.ja-JP.md
-
README.md
-
README.zh-CN.md
-
docs/.vitepress/config/en.mts
|
|
@ -5,6 +5,8 @@ |
|
|
<h1>Vue Vben Admin</h1> |
|
|
<h1>Vue Vben Admin</h1> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
[](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin)     |
|
|
|
|
|
|
|
|
**日本語** | [English](./README.md) | [中文](./README.zh-CN.md) |
|
|
**日本語** | [English](./README.md) | [中文](./README.zh-CN.md) |
|
|
|
|
|
|
|
|
## 紹介 |
|
|
## 紹介 |
|
|
|
|
|
@ -5,6 +5,8 @@ |
|
|
<h1>Vue Vben Admin</h1> |
|
|
<h1>Vue Vben Admin</h1> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
[](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin)     |
|
|
|
|
|
|
|
|
**English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md) |
|
|
**English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md) |
|
|
|
|
|
|
|
|
## Introduction |
|
|
## Introduction |
|
|
|
|
|
@ -5,6 +5,8 @@ |
|
|
<h1>Vue Vben Admin</h1> |
|
|
<h1>Vue Vben Admin</h1> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
[](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin)     |
|
|
|
|
|
|
|
|
**中文** | [English](./README.md) | [日本語](./README.ja-JP.md) |
|
|
**中文** | [English](./README.md) | [日本語](./README.ja-JP.md) |
|
|
|
|
|
|
|
|
## 简介 |
|
|
## 简介 |
|
|
|
|
|
@ -13,7 +13,8 @@ export const en = defineConfig({ |
|
|
prev: 'Previous Page', |
|
|
prev: 'Previous Page', |
|
|
}, |
|
|
}, |
|
|
editLink: { |
|
|
editLink: { |
|
|
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/src/:path', |
|
|
pattern: |
|
|
|
|
|
'https://github.com/vbenjs/vue-vben-admin/edit/main/docs/src/:path', |
|
|
text: 'Edit this page on GitHub', |
|
|
text: 'Edit this page on GitHub', |
|
|
}, |
|
|
}, |
|
|
footer: { |
|
|
footer: { |
|
|
|