summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-11-04 20:21:31 +0800
committerKyomotoi <[email protected]>2022-11-04 20:21:31 +0800
commiteed33245e5bdacdc0e38af2ee4a44bb9ae3336de (patch)
tree585369ff2c85dd2a639c347cd3a5ac3e21914182
parentb127b3e7704750ee23a92613efcc4ee11c829c41 (diff)
downloadATRI-eed33245e5bdacdc0e38af2ee4a44bb9ae3336de.tar.gz
ATRI-eed33245e5bdacdc0e38af2ee4a44bb9ae3336de.tar.bz2
ATRI-eed33245e5bdacdc0e38af2ee4a44bb9ae3336de.zip
🚚 更新资源链接
-rw-r--r--ATRI/plugins/console/data_source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/console/data_source.py b/ATRI/plugins/console/data_source.py
index ab6b51b..b61ab10 100644
--- a/ATRI/plugins/console/data_source.py
+++ b/ATRI/plugins/console/data_source.py
@@ -71,7 +71,7 @@ async def get_host_ip(is_pub: bool):
FRONTEND_DIR = CONSOLE_DIR / "frontend"
FRONTEND_DIR.mkdir(parents=True, exist_ok=True)
__CONSOLE_RESOURCE_URL = (
- "https://jsd.imki.moe/gh/kyomotoi/Project-ATRI-Console@main/archive/dist.zip"
+ "https://guc.imki.moe/kyomotoi/Project-ATRI-Console/main/archive/dist.zip"
)