️ 优化公告详情在深色模式下的表现

This commit is contained in:
BTMuli
2024-01-11 00:16:09 +08:00
parent c03284490f
commit cb84dfcae6
2 changed files with 16 additions and 7 deletions

View File

@@ -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);
}