docs: 备注修改
This commit is contained in:
parent
1beb9b5a26
commit
186a641366
24
README.md
24
README.md
@ -2,16 +2,16 @@
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a href="https://github.com/WANG-Fan0912/SnowAdmin" target="_blank">
|
||||
<a href="https://github.com/WangFan-io/SnowAdmin" target="_blank">
|
||||
<img src="https://img.shields.io/badge/License-MIT-%2343aefc" alt="License">
|
||||
</a>
|
||||
<a href="https://github.com/WANG-Fan0912/SnowAdmin" target="_blank">
|
||||
<a href="https://github.com/WangFan-io/SnowAdmin" target="_blank">
|
||||
<img src="https://img.shields.io/badge/vue_.js-vue3_.x-%2300b42a" alt="Vue">
|
||||
</a>
|
||||
<a href="https://github.com/WANG-Fan0912/SnowAdmin" target="_blank">
|
||||
<a href="https://github.com/WangFan-io/SnowAdmin" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Vite-6x-%2311B337" alt="Vite">
|
||||
</a>
|
||||
<a href="https://github.com/WANG-Fan0912/SnowAdmin" target="_blank">
|
||||
<a href="https://github.com/WangFan-io/SnowAdmin" target="_blank">
|
||||
<img alt="arco.design" src="https://img.shields.io/badge/arco.design-2.57.0-%23%2028%2C175%2C%2063">
|
||||
</a>
|
||||
</p>
|
||||
@ -31,10 +31,10 @@ SnowAdmin 是一个清新优雅、高颜值且功能强大的后台管理模板
|
||||
|
||||
**代码仓库**
|
||||
|
||||
| 平台 | 仓库地址 |
|
||||
| ------ | -------------------------------------------------------- |
|
||||
| GitHub | [Github 仓库](https://github.com/WANG-Fan0912/SnowAdmin) |
|
||||
| Gitee | [Gitee 仓库](https://gitee.com/wang_fan_w/SnowAdmin) |
|
||||
| 平台 | 仓库地址 |
|
||||
| ------ | ------------------------------------------------------ |
|
||||
| GitHub | [Github 仓库](https://github.com/WangFan-io/SnowAdmin) |
|
||||
| Gitee | [Gitee 仓库](https://gitee.com/wang_fan_w/SnowAdmin) |
|
||||
|
||||
> 完整版分支:main
|
||||
>
|
||||
@ -93,7 +93,7 @@ SnowAdmin 是一个清新优雅、高颜值且功能强大的后台管理模板
|
||||
|
||||
```bash
|
||||
# 克隆代码
|
||||
git clone https://github.com/WANG-Fan0912/SnowAdmin.git
|
||||
git clone https://github.com/WangFan-io/SnowAdmin.git
|
||||
```
|
||||
|
||||
### 从 Gitee 获取代码 🔗
|
||||
@ -225,15 +225,15 @@ SnowAdmin
|
||||
|
||||
### 学习 & 交流 🏫
|
||||
|
||||
| SnowAdmin 交流群 |
|
||||
| :------------------------------------------------: |
|
||||
| SnowAdmin 交流群 |
|
||||
| :---------------------------------------------------------------------------------------------------------: |
|
||||
|  |
|
||||
|
||||
使用过程中有各种问题也可以进群交流,欢迎大家积极参与
|
||||
|
||||
### 支持作者 🌟
|
||||
|
||||
如果觉得框架不错,或者已经在使用了,希望你可以去 [GitHub](https://github.com/WANG-Fan0912/SnowAdmin) ⭐ Star,这将是对我极大的鼓励与支持。
|
||||
如果觉得框架不错,或者已经在使用了,希望你可以去 [GitHub](https://github.com/WangFan-io/SnowAdmin) ⭐ Star,这将是对我极大的鼓励与支持。
|
||||
|
||||
### 免责条款 📫
|
||||
|
||||
|
||||
@ -7,16 +7,16 @@
|
||||
"author": {
|
||||
"name": "WANGFan",
|
||||
"email": "2547096351@qq.com",
|
||||
"url": "https://github.com/WANG-Fan0912"
|
||||
"url": "https://github.com/WangFan-io"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/WANG-Fan0912/SnowAdmin",
|
||||
"homepage": "https://github.com/WangFan-io/SnowAdmin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/WANG-Fan0912/SnowAdmin.git"
|
||||
"url": "https://github.com/WangFan-io/SnowAdmin.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/WANG-Fan0912/SnowAdmin/issues"
|
||||
"url": "https://github.com/WangFan-io/SnowAdmin/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
const onFooter = () => {
|
||||
window.open("https://github.com/WANG-Fan0912/SnowAdmin", "_blank");
|
||||
window.open("https://github.com/WangFan-io/SnowAdmin", "_blank");
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@ -180,7 +180,7 @@ const onPerson = (type: number) => {
|
||||
|
||||
// 项目地址
|
||||
const onProject = () => {
|
||||
window.open("https://github.com/WANG-Fan0912/SnowAdmin", "_blank");
|
||||
window.open("https://github.com/WangFan-io/SnowAdmin", "_blank");
|
||||
};
|
||||
|
||||
// 退出登录
|
||||
|
||||
@ -1575,7 +1575,7 @@ export const systemMenu = [
|
||||
disable: true,
|
||||
keepAlive: true,
|
||||
affix: false,
|
||||
link: "https://github.com/WANG-Fan0912/SnowAdmin", // 链接
|
||||
link: "https://github.com/WangFan-io/SnowAdmin", // 链接
|
||||
iframe: false, // 区分是否内链 true内链 false外链
|
||||
isFull: false,
|
||||
roles: ["admin"],
|
||||
|
||||
@ -40,7 +40,7 @@ const projectInfo: any = [
|
||||
{
|
||||
label: "GitHub",
|
||||
link: true,
|
||||
value: "https://github.com/WANG-Fan0912/SnowAdmin"
|
||||
value: "https://github.com/WangFan-io/SnowAdmin"
|
||||
},
|
||||
{
|
||||
label: "Gitee",
|
||||
|
||||
@ -67,7 +67,7 @@ const list = reactive({
|
||||
callMe: [
|
||||
{ label: "📧邮箱", value: "2547096351@qq.com", link: false },
|
||||
{ label: "📠微信", value: "fanction-w", link: false },
|
||||
{ label: "🛰️github", value: "兔子先森", link: true, url: "https://github.com/WANG-Fan0912" },
|
||||
{ label: "🛰️github", value: "兔子先森", link: true, url: "https://github.com/WangFan-io" },
|
||||
{ label: "📚思否", value: "兔子先森", link: true, url: "https://segmentfault.com/blog/dcodes" },
|
||||
{ label: "✒️掘金", value: "兔子先森Ace", link: true, url: "https://juejin.cn/user/1728883023940600/posts" }
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user