diff --git a/README.md b/README.md index e84787f..c0e7eae 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@

- + License - + Vue - + Vite - + arco.design

@@ -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 交流群 | +| :---------------------------------------------------------------------------------------------------------: | | ![微信图片_20250726141221](https://github.com/user-attachments/assets/8c1ebf3c-4630-487e-9a54-810fd4d6972c) | 使用过程中有各种问题也可以进群交流,欢迎大家积极参与 ### 支持作者 🌟 -如果觉得框架不错,或者已经在使用了,希望你可以去 [GitHub](https://github.com/WANG-Fan0912/SnowAdmin) ⭐ Star,这将是对我极大的鼓励与支持。 +如果觉得框架不错,或者已经在使用了,希望你可以去 [GitHub](https://github.com/WangFan-io/SnowAdmin) ⭐ Star,这将是对我极大的鼓励与支持。 ### 免责条款 📫 diff --git a/package.json b/package.json index 0d0c67f..1899a24 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/layout/components/Footer/index.vue b/src/layout/components/Footer/index.vue index f46e1bf..74135ed 100644 --- a/src/layout/components/Footer/index.vue +++ b/src/layout/components/Footer/index.vue @@ -6,7 +6,7 @@ diff --git a/src/layout/components/Header/components/header-right/index.vue b/src/layout/components/Header/components/header-right/index.vue index 3aef2fc..27c9056 100644 --- a/src/layout/components/Header/components/header-right/index.vue +++ b/src/layout/components/Header/components/header-right/index.vue @@ -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"); }; // 退出登录 diff --git a/src/mock/_data/system_menu.ts b/src/mock/_data/system_menu.ts index a955b0e..1c16d2f 100644 --- a/src/mock/_data/system_menu.ts +++ b/src/mock/_data/system_menu.ts @@ -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"], diff --git a/src/views/about/about.vue b/src/views/about/about.vue index 65f3375..4d3dabd 100644 --- a/src/views/about/about.vue +++ b/src/views/about/about.vue @@ -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", diff --git a/src/views/personal/userinfo/userinfo.vue b/src/views/personal/userinfo/userinfo.vue index a7ade1f..748a44e 100644 --- a/src/views/personal/userinfo/userinfo.vue +++ b/src/views/personal/userinfo/userinfo.vue @@ -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" } ],