diff --git a/apps/profile/ProfileRank.js b/apps/profile/ProfileRank.js index a821a417..086ea7a6 100644 --- a/apps/profile/ProfileRank.js +++ b/apps/profile/ProfileRank.js @@ -292,6 +292,7 @@ async function renderCharRankList ({ e, uids, char, mode, groupId }) { elem: char.elem, bodyClass: `char-${char.name}`, rankCfg, - mode + mode, + pageGotoParams: { waitUntil: 'networkidle2' } }, { e, scale: 1.4, retType: 'base64' }), new Button(e).profile(char)]) } diff --git a/components/common/Render.js b/components/common/Render.js index 95ec7268..a22d79d3 100644 --- a/components/common/Render.js +++ b/components/common/Render.js @@ -29,10 +29,7 @@ const Render = { sys: { scale: Cfg.scale(cfg.scale || 1) }, - copyright: `Created By ${Version.name}${Version.yunzai}${pluginName}`, - pageGotoParams: { - waitUntil: 'networkidle2' - } + copyright: `Created By ${Version.name}${Version.yunzai}${pluginName}` } } })