优化 你玩游戏我买单 页面

This commit is contained in:
2026-04-13 17:55:00 +08:00
parent 2eb732642b
commit 596c7f357f
3 changed files with 55 additions and 3 deletions
@@ -196,7 +196,7 @@
current.innerHTML = '加载中…';
try {
const response = await fetch(SUMMARY_URL, {
const response = await fetch(`${SUMMARY_URL}?scene=overview`, {
headers: {
'Accept': 'application/json'
}