[Fix] <PLS> More verbose logging & Change API domain

This commit is contained in:
Minoricew
2025-06-12 19:54:30 +08:00
parent 9e63a9374f
commit a9d3772b51
4 changed files with 20 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ if (!global.__HUGO_AURA__) {
if (!global.__HUGO_AURA_API__) {
/** @type {import("../aura/types/shared/global").GlobalHugoAuraApiInfo} */
const __HUGO_AURA_API__ = {
baseUrl: "https://api-aura.xwx.li",
baseUrl: "https://api.aura.vim.moe",
plsUpdate: "/api/v1/getPLSLatestVersion",
auraUpdate: "/api/v1/getAuraLatestVersion",
};