We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857ac6f commit e6d9948Copy full SHA for e6d9948
public/index.html
@@ -19,7 +19,7 @@
19
<div id="app"></div>
20
<!-- built files will be auto injected -->
21
22
- <!-- <script>
+ <script>
23
(function () {
24
var bp = document.createElement('script');
25
var curProtocol = window.location.protocol.split(':')[0];
@@ -41,7 +41,7 @@
41
var s = document.getElementsByTagName("script")[0];
42
s.parentNode.insertBefore(hm, s);
43
})();
44
- </script> -->
+ </script>
45
</body>
46
47
</html>
src/config.js
@@ -7,6 +7,6 @@ export const baseURL = 'https://v1.pytk.net/api';
7
8
export default {
9
name: 'Tkinter布局助手',
10
- version: '2.4.0',
+ version: '2.4.2',
11
qq_group: '788392508'
12
}
0 commit comments