mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-26 05:39:45 +08:00
⚡️ 优化公告详情在深色模式下的表现
This commit is contained in:
@@ -98,7 +98,7 @@ watch(loadShare, (value) => {
|
||||
});
|
||||
|
||||
function createAnnoJson(annoId: number) {
|
||||
const jsonPath = `/anno_detail/${annoId}`;
|
||||
const jsonPath = `/anno_detail_json/${annoId}`;
|
||||
const jsonTitle = `Anno_${annoId}_JSON`;
|
||||
createTGWindow(jsonPath, "Dev_JSON", jsonTitle, 960, 720, false, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user