优化 你玩游戏我买单 页面
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user