Skip to content

Commit d627ced

Browse files
committed
refactor: 更新项目信息为个人仓库 vue-vben-admin-antd
- 更新项目名称、作者信息(Ducr/ducrong@126.com) - 更新 GitHub 仓库链接为 Ducr/vue-vben-admin-antd - 更新文档链接为 https://ducrong.com/vue-vben-admin-antd/docs - 更新所有预览地址链接(ant/ele/naive/tdesign) - 仅更新根目录、web-antd 和 docs 的作者信息,内部依赖包保持原样 BREAKING CHANGE: 项目仓库地址、文档地址和预览地址已更改
1 parent 696fa12 commit d627ced

File tree

29 files changed

+147
-143
lines changed

29 files changed

+147
-143
lines changed

README.ja-JP.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<div align="center">
2-
<a href="https://github.com/anncwb/vue-vben-admin">
2+
<a href="https://github.com/Ducr/vue-vben-admin-antd">
33
<img alt="VbenAdmin Logo" width="215" src="https://unpkg.com/@vbenjs/static-source@0.1.7/source/logo-v1.webp">
44
</a>
55
<br>
66
<br>
77

8-
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
8+
[![license](https://img.shields.io/github/license/Ducr/vue-vben-admin-antd.svg)](LICENSE)
99

10-
<h1>Vue Vben Admin</h1>
10+
<h1>Vue Vben Admin Antd</h1>
1111
</div>
1212

13-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) ![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)
13+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Ducr_vue-vben-admin-antd&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Ducr_vue-vben-admin-antd) ![codeql](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/deploy.yml/badge.svg)
1414

1515
**日本語** | [English](./README.md) | [中文](./README.zh-CN.md)
1616

1717
## 紹介
1818

19-
Vue Vben Adminは、最新の`vue3``vite``TypeScript`などの主流技術を使用して開発された、無料でオープンソースの中・後端テンプレートです。すぐに使える中・後端のフロントエンドソリューションとして、学習の参考にもなります。
19+
Vue Vben Admin Antdは、最新の`vue3``vite``TypeScript`などの主流技術を使用して開発された、無料でオープンソースの中・後端テンプレートです。すぐに使える中・後端のフロントエンドソリューションとして、学習の参考にもなります。
2020

2121
## アップグレード通知
2222

23-
これは最新バージョン `5.0` であり、以前のバージョンとは互換性がありません。新しいプロジェクトを開始する場合は、最新バージョンを使用することをお勧めします。古いバージョンを表示したい場合は、[v2ブランチ](https://github.com/vbenjs/vue-vben-admin/tree/v2)を使用してください。
23+
これは最新バージョン `5.0` であり、以前のバージョンとは互換性がありません。新しいプロジェクトを開始する場合は、最新バージョンを使用することをお勧めします。古いバージョンを表示したい場合は、[v2ブランチ](https://github.com/Ducr/vue-vben-admin-antd/tree/v2)を使用してください。
2424

2525
## 特徴
2626

@@ -32,7 +32,7 @@ Vue Vben Adminは、最新の`vue3`、`vite`、`TypeScript`などの主流技術
3232

3333
## プレビュー
3434

35-
- [Vben Admin](https://vben.pro/) - フルバージョンの中国語サイト
35+
- [Vue Vben Admin Antd](https://ducrong.com/vue-vben-admin-antd) - Ant Design Vue バージョン
3636

3737
テストアカウント:vben/123456
3838

@@ -46,18 +46,18 @@ Vue Vben Adminは、最新の`vue3`、`vite`、`TypeScript`などの主流技術
4646

4747
Gitpod(GitHub用の無料オンライン開発環境)でプロジェクトを開き、すぐにコーディングを開始します。
4848

49-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin)
49+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Ducr/vue-vben-admin-antd)
5050

5151
## ドキュメント
5252

53-
[ドキュメント](https://doc.vben.pro/)
53+
[ドキュメント](https://ducrong.com/vue-vben-admin-antd/docs)
5454

5555
## インストールと使用
5656

5757
1. プロジェクトコードを取得
5858

5959
```bash
60-
git clone https://github.com/vbenjs/vue-vben-admin.git
60+
git clone https://github.com/Ducr/vue-vben-admin-antd.git
6161
```
6262

6363
2. 依存関係のインストール
@@ -82,11 +82,11 @@ pnpm build
8282

8383
## 変更ログ
8484

85-
[CHANGELOG](https://github.com/vbenjs/vue-vben-admin/releases)
85+
[CHANGELOG](https://github.com/Ducr/vue-vben-admin-antd/releases)
8686

8787
## 貢献方法
8888

89-
ご参加をお待ちしております![Issueを提出](https://github.com/anncwb/vue-vben-admin/issues/new/choose)するか、Pull Requestを送信してください。
89+
ご参加をお待ちしております![Issueを提出](https://github.com/Ducr/vue-vben-admin-antd/issues/new/choose)するか、Pull Requestを送信してください。
9090

9191
**Pull Request プロセス:**
9292

@@ -124,11 +124,11 @@ pnpm build
124124

125125
## メンテナー
126126

127-
[@Vben](https://github.com/anncwb)
127+
[@Ducr](https://github.com/Ducr)
128128

129129
## スター歴史
130130

131-
[![Star History Chart](https://api.star-history.com/svg?repos=vbenjs/vue-vben-admin&type=Date)](https://star-history.com/#vbenjs/vue-vben-admin&Date)
131+
[![Star History Chart](https://api.star-history.com/svg?repos=Ducr/vue-vben-admin-antd&type=Date)](https://star-history.com/#Ducr/vue-vben-admin-antd&Date)
132132

133133
## 寄付
134134

@@ -140,18 +140,18 @@ pnpm build
140140

141141
## 貢献者
142142

143-
<a href="https://openomy.app/github/vbenjs/vue-vben-admin" target="_blank" style="display: block; width: 100%;" align="center">
144-
<img src="https://openomy.app/svg?repo=vbenjs/vue-vben-admin&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
143+
<a href="https://openomy.app/github/Ducr/vue-vben-admin-antd" target="_blank" style="display: block; width: 100%;" align="center">
144+
<img src="https://openomy.app/svg?repo=Ducr/vue-vben-admin-antd&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
145145
</a>
146146

147-
<a href="https://github.com/vbenjs/vue-vben-admin/graphs/contributors">
148-
<img alt="Contributors" src="https://contrib.rocks/image?repo=vbenjs/vue-vben-admin" />
147+
<a href="https://github.com/Ducr/vue-vben-admin-antd/graphs/contributors">
148+
<img alt="Contributors" src="https://contrib.rocks/image?repo=Ducr/vue-vben-admin-antd" />
149149
</a>
150150

151151
## Discord
152152

153-
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
153+
- [Github Discussions](https://github.com/Ducr/vue-vben-admin-antd/discussions)
154154

155155
## ライセンス
156156

157-
[MIT © Vben-2020](./LICENSE)
157+
[MIT © Ducr-2020](./LICENSE)

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<div align="center">
2-
<a href="https://github.com/anncwb/vue-vben-admin">
2+
<a href="https://github.com/Ducr/vue-vben-admin-antd">
33
<img alt="VbenAdmin Logo" width="215" src="https://unpkg.com/@vbenjs/static-source@0.1.7/source/logo-v1.webp">
44
</a>
55
<br>
66
<br>
77

8-
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
8+
[![license](https://img.shields.io/github/license/Ducr/vue-vben-admin-antd.svg)](LICENSE)
99

10-
<h1>Vue Vben Admin</h1>
10+
<h1>Vue Vben Admin Antd</h1>
1111
</div>
1212

13-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) [![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg)](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml) [![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg)](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml) [![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg)](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml) [![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml)
13+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Ducr_vue-vben-admin-antd&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Ducr_vue-vben-admin-antd) [![codeql](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/codeql.yml/badge.svg)](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/codeql.yml) [![build](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/build.yml/badge.svg)](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/build.yml) [![ci](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/ci.yml/badge.svg)](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/ci.yml) [![deploy](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/deploy.yml/badge.svg)](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/deploy.yml)
1414

1515
**English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md)
1616

1717
## Introduction
1818

19-
Vue Vben Admin is a free and open source middle and back-end template. Using the latest `vue3`, `vite`, `TypeScript` and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
19+
Vue Vben Admin Antd is a free and open source middle and back-end template. Using the latest `vue3`, `vite`, `TypeScript` and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
2020

2121
## Upgrade Notice
2222

23-
This is the latest version, 5.0, and it is not compatible with previous versions. If you are starting a new project, it is recommended to use the latest version. If you wish to view the old version, please use the [v2 branch](https://github.com/vbenjs/vue-vben-admin/tree/v2).
23+
This is the latest version, 5.0, and it is not compatible with previous versions. If you are starting a new project, it is recommended to use the latest version. If you wish to view the old version, please use the [v2 branch](https://github.com/Ducr/vue-vben-admin-antd/tree/v2).
2424

2525
## Features
2626

@@ -32,7 +32,7 @@ This is the latest version, 5.0, and it is not compatible with previous versions
3232

3333
## Preview
3434

35-
- [Vben Admin](https://vben.pro/) - Full version Chinese site
35+
- [Vue Vben Admin Antd](https://ducrong.com/vue-vben-admin-antd) - Ant Design Vue Version
3636

3737
Test Account: vben/123456
3838

@@ -46,18 +46,18 @@ Test Account: vben/123456
4646

4747
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
4848

49-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin)
49+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Ducr/vue-vben-admin-antd)
5050

5151
## Documentation
5252

53-
[Document](https://doc.vben.pro/)
53+
[Document](https://ducrong.com/vue-vben-admin-antd/docs)
5454

5555
## Install and Use
5656

5757
1. Get the project code
5858

5959
```bash
60-
git clone https://github.com/vbenjs/vue-vben-admin.git
60+
git clone https://github.com/Ducr/vue-vben-admin-antd.git
6161
```
6262

6363
2. Install dependencies
@@ -82,11 +82,11 @@ pnpm build
8282

8383
## Change Log
8484

85-
[CHANGELOG](https://github.com/vbenjs/vue-vben-admin/releases)
85+
[CHANGELOG](https://github.com/Ducr/vue-vben-admin-antd/releases)
8686

8787
## How to Contribute
8888

89-
You are very welcome to join! [Raise an issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) or submit a Pull Request.
89+
You are very welcome to join! [Raise an issue](https://github.com/Ducr/vue-vben-admin-antd/issues/new/choose) or submit a Pull Request.
9090

9191
**Pull Request Process:**
9292

@@ -124,11 +124,11 @@ Support modern browsers, not IE
124124

125125
## Maintainer
126126

127-
[@Vben](https://github.com/anncwb)
127+
[@Ducr](https://github.com/Ducr)
128128

129129
## Star History
130130

131-
[![Star History Chart](https://api.star-history.com/svg?repos=vbenjs/vue-vben-admin&type=Date)](https://star-history.com/#vbenjs/vue-vben-admin&Date)
131+
[![Star History Chart](https://api.star-history.com/svg?repos=Ducr/vue-vben-admin-antd&type=Date)](https://star-history.com/#Ducr/vue-vben-admin-antd&Date)
132132

133133
## Donate
134134

@@ -140,18 +140,18 @@ If you think this project is helpful to you, you can help the author buy a cup o
140140

141141
## Contributors
142142

143-
<a href="https://openomy.app/github/vbenjs/vue-vben-admin" target="_blank" style="display: block; width: 100%;" align="center">
144-
<img src="https://openomy.app/svg?repo=vbenjs/vue-vben-admin&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
143+
<a href="https://openomy.app/github/Ducr/vue-vben-admin-antd" target="_blank" style="display: block; width: 100%;" align="center">
144+
<img src="https://openomy.app/svg?repo=Ducr/vue-vben-admin-antd&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
145145
</a>
146146

147-
<a href="https://github.com/vbenjs/vue-vben-admin/graphs/contributors">
148-
<img alt="Contributors" src="https://contrib.rocks/image?repo=vbenjs/vue-vben-admin" />
147+
<a href="https://github.com/Ducr/vue-vben-admin-antd/graphs/contributors">
148+
<img alt="Contributors" src="https://contrib.rocks/image?repo=Ducr/vue-vben-admin-antd" />
149149
</a>
150150

151151
## Discord
152152

153-
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
153+
- [Github Discussions](https://github.com/Ducr/vue-vben-admin-antd/discussions)
154154

155155
## License
156156

157-
[MIT © Vben-2020](./LICENSE)
157+
[MIT © Ducr-2020](./LICENSE)

README.zh-CN.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<div align="center">
2-
<a href="https://github.com/anncwb/vue-vben-admin">
2+
<a href="https://github.com/Ducr/vue-vben-admin-antd">
33
<img alt="VbenAdmin Logo" width="215" src="https://unpkg.com/@vbenjs/static-source@0.1.7/source/logo-v1.webp">
44
</a>
55
<br>
66
<br>
77

8-
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
8+
[![license](https://img.shields.io/github/license/Ducr/vue-vben-admin-antd.svg)](LICENSE)
99

10-
<h1>Vue Vben Admin</h1>
10+
<h1>Vue Vben Admin Antd</h1>
1111
</div>
1212

13-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) ![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)
13+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Ducr_vue-vben-admin-antd&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Ducr_vue-vben-admin-antd) ![codeql](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/Ducr/vue-vben-admin-antd/actions/workflows/deploy.yml/badge.svg)
1414

1515
**中文** | [English](./README.md) | [日本語](./README.ja-JP.md)
1616

1717
## 简介
1818

19-
Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考。
19+
Vue Vben Admin Antd 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考。
2020

2121
## 升级提示
2222

23-
该版本为最新版本 `5.0`,与其他版本不兼容,如果你是新项目,建议使用最新版本。如果你想查看旧版本,请使用 [v2 分支](https://github.com/vbenjs/vue-vben-admin/tree/v2)
23+
该版本为最新版本 `5.0`,与其他版本不兼容,如果你是新项目,建议使用最新版本。如果你想查看旧版本,请使用 [v2 分支](https://github.com/Ducr/vue-vben-admin-antd/tree/v2)
2424

2525
## 特性
2626

@@ -32,7 +32,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的
3232

3333
## 预览
3434

35-
- [Vben Admin](https://vben.pro/) - 完整版中文站点
35+
- [Vue Vben Admin Antd](https://ducrong.com/vue-vben-admin-antd) - Ant Design Vue 版本
3636

3737
测试账号:vben/123456
3838

@@ -46,18 +46,18 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的
4646

4747
在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码。
4848

49-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin)
49+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Ducr/vue-vben-admin-antd)
5050

5151
## 文档
5252

53-
[文档地址](https://doc.vben.pro/)
53+
[文档地址](https://ducrong.com/vue-vben-admin-antd/docs)
5454

5555
## 安装使用
5656

5757
1. 获取项目代码
5858

5959
```bash
60-
git clone https://github.com/vbenjs/vue-vben-admin.git
60+
git clone https://github.com/Ducr/vue-vben-admin-antd.git
6161
```
6262

6363
2. 安装依赖
@@ -82,11 +82,11 @@ pnpm build
8282

8383
## 更新日志
8484

85-
[CHANGELOG](https://github.com/vbenjs/vue-vben-admin/releases)
85+
[CHANGELOG](https://github.com/Ducr/vue-vben-admin-antd/releases)
8686

8787
## 如何贡献
8888

89-
非常欢迎你的加入![提一个 Issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) 或者提交一个 Pull Request。
89+
非常欢迎你的加入![提一个 Issue](https://github.com/Ducr/vue-vben-admin-antd/issues/new/choose) 或者提交一个 Pull Request。
9090

9191
**Pull Request 流程:**
9292

@@ -124,11 +124,11 @@ pnpm build
124124

125125
## 维护者
126126

127-
[@Vben](https://github.com/anncwb)
127+
[@Ducr](https://github.com/Ducr)
128128

129129
## Star 历史
130130

131-
[![Star History Chart](https://api.star-history.com/svg?repos=vbenjs/vue-vben-admin&type=Date)](https://star-history.com/#vbenjs/vue-vben-admin&Date)
131+
[![Star History Chart](https://api.star-history.com/svg?repos=Ducr/vue-vben-admin-antd&type=Date)](https://star-history.com/#Ducr/vue-vben-admin-antd&Date)
132132

133133
## 捐赠
134134

@@ -140,18 +140,18 @@ pnpm build
140140

141141
## 贡献者
142142

143-
<a href="https://openomy.app/github/vbenjs/vue-vben-admin" target="_blank" style="display: block; width: 100%;" align="center">
144-
<img src="https://openomy.app/svg?repo=vbenjs/vue-vben-admin&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
143+
<a href="https://openomy.app/github/Ducr/vue-vben-admin-antd" target="_blank" style="display: block; width: 100%;" align="center">
144+
<img src="https://openomy.app/svg?repo=Ducr/vue-vben-admin-antd&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
145145
</a>
146146

147-
<a href="https://github.com/vbenjs/vue-vben-admin/graphs/contributors">
148-
<img alt="Contributors" src="https://contrib.rocks/image?repo=vbenjs/vue-vben-admin" />
147+
<a href="https://github.com/Ducr/vue-vben-admin-antd/graphs/contributors">
148+
<img alt="Contributors" src="https://contrib.rocks/image?repo=Ducr/vue-vben-admin-antd" />
149149
</a>
150150

151151
## Discord
152152

153-
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
153+
- [Github Discussions](https://github.com/Ducr/vue-vben-admin-antd/discussions)
154154

155155
## 许可证
156156

157-
[MIT © Vben-2020](./LICENSE)
157+
[MIT © Ducr-2020](./LICENSE)

0 commit comments

Comments
 (0)