Skip to content

Commit e6d9948

Browse files
committed
.
1 parent 857ac6f commit e6d9948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div id="app"></div>
2020
<!-- built files will be auto injected -->
2121

22-
<!-- <script>
22+
<script>
2323
(function () {
2424
var bp = document.createElement('script');
2525
var curProtocol = window.location.protocol.split(':')[0];
@@ -41,7 +41,7 @@
4141
var s = document.getElementsByTagName("script")[0];
4242
s.parentNode.insertBefore(hm, s);
4343
})();
44-
</script> -->
44+
</script>
4545
</body>
4646

4747
</html>

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export const baseURL = 'https://v1.pytk.net/api';
77

88
export default {
99
name: 'Tkinter布局助手',
10-
version: '2.4.0',
10+
version: '2.4.2',
1111
qq_group: '788392508'
1212
}

0 commit comments

Comments
 (0)