mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
// const infoDialog = new WebviewWindow("log", {
|
|
// title: "日志",
|
|
// resizable: false,
|
|
// width: 600,
|
|
// height: 400,
|
|
// parent: appWindow,
|
|
// url: "/log"
|
|
// });
|