🌱 完善窗口处理,代码格式化

This commit is contained in:
BTMuli
2023-10-23 19:31:11 +08:00
parent d18e463f7b
commit 77d3ecbeca
6 changed files with 175 additions and 109 deletions

View File

@@ -41,7 +41,7 @@ async function getGC(): Promise<void> {
}
async function tryNewWindow(): Promise<void> {
await mhyClient.open("game_record", "test");
await mhyClient.open("game_record");
}
</script>
<style lang="css" scoped>