From 118aa854a19933a33b7ecf04383e6b9db0896753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E7=9A=84=E8=80=81=E9=BC=A0=E5=AE=9D?= =?UTF-8?q?=E5=AE=9D?= Date: Fri, 28 Jun 2024 23:47:53 +0800 Subject: [PATCH] docs: change outdated repository link to alist-org (#142) --- package.json | 2 +- src/pages/home/Footer.tsx | 2 +- src/store/settings.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc55653200..56eb21771a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "git+https://github.com/alist-org/alist-web.git" }, "bugs": { - "url": "https://github.com/Xhofe/alist/issues" + "url": "https://github.com/alist-org/alist/issues" }, "files": [ "dist" diff --git a/src/pages/home/Footer.tsx b/src/pages/home/Footer.tsx index f559c9da9c..ad88392d21 100644 --- a/src/pages/home/Footer.tsx +++ b/src/pages/home/Footer.tsx @@ -10,7 +10,7 @@ export const Footer = () => { return ( - + {t("home.footer.powered_by")} | diff --git a/src/store/settings.ts b/src/store/settings.ts index 410b68cb4d..e245e3d94f 100644 --- a/src/store/settings.ts +++ b/src/store/settings.ts @@ -8,7 +8,7 @@ export const setSettings = (items: Record) => { }) const version = settings["version"] || "Unknown" console.log( - `%c AList %c ${version} %c https://github.com/Xhofe/alist`, + `%c AList %c ${version} %c https://github.com/alist-org/alist`, "color: #fff; background: #5f5f5f", "color: #fff; background: #70c6be", "",