From 992c9cd253249e85c37766f84bbf069dcbd7137a Mon Sep 17 00:00:00 2001 From: Ayideyia <150233177+Ayideyia@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:08:09 +0800 Subject: [PATCH] Update plugin-temp-alpha --- plugins/GFS/plugin-temp-alpha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GFS/plugin-temp-alpha.js b/plugins/GFS/plugin-temp-alpha.js index 6a89df5..010363a 100644 --- a/plugins/GFS/plugin-temp-alpha.js +++ b/plugins/GFS/plugin-temp-alpha.js @@ -124,7 +124,7 @@ const Recovery = async () => { * 右键菜单 - 更新日志 */ const Changelog = async () => { - const url = `https://github.com/GUI-for-Cores/${Plugins.APP_TITLE}/releases/download/rolling-release/changelog.md` + const url = `https://github.com/GUI-for-Cores/${Plugins.APP_TITLE}/releases/download/rolling-release-alpha/changelog.md` const { body } = await Plugins.HttpGet(url) await Plugins.alert(Plugin.name, body, { type: 'markdown' }) }