🎨 子窗口缩减为两个label Sub_window 和 Dev_JSON

This commit is contained in:
BTMuli
2023-09-16 14:29:05 +08:00
parent d3eb5b7ab0
commit 0a9f3d2483
11 changed files with 54 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ function toOuter(item: TGApp.App.Weapon.WikiBriefInfo): void {
return;
}
const url = Mys.Api.Obc.replace("{contentId}", item.contentId.toString());
createTGWindow(url, "武器详情", item.name, 1200, 800, true);
createTGWindow(url, "Sub_window", `Content_${item.contentId} ${item.name}`, 1200, 800, true);
}
</script>
<style scoped>