Skip to content

Commit

Permalink
Update plugin-temp-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Nov 28, 2024
1 parent c583edb commit 992c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/GFS/plugin-temp-alpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
}
Expand Down

0 comments on commit 992c9cd

Please sign in to comment.