This commit is contained in:
2026-01-07 21:36:52 +08:00
parent 62dd79a2fc
commit 4ed4ba35b6
4 changed files with 147 additions and 94 deletions

View File

@@ -9,7 +9,7 @@
<title>
<%= webpackConfig.name %>
</title>
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
<!-- pywebview API 自动注入,无需手动引入脚本 -->
</head>
<body>
@@ -21,12 +21,20 @@
<!-- built files will be auto injected -->
</body>
<style>
html,
body {
margin: 0;
padding: 0;
/* width: 1600px;
height: 900px; */
overflow: hidden;
width: 100%;
height: 100%;
}
#app {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</html>
</html>