We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66599ea commit bdd8abcCopy full SHA for bdd8abc
src/components/toolbar.vue
@@ -72,13 +72,15 @@
72
<el-dropdown-item>
73
<el-upload action=""
74
:before-upload="importTk"
75
+ accept=".tk"
76
:limit="1">
77
导入布局文件
78
</el-upload>
79
</el-dropdown-item>
80
81
82
:before-upload="importTkAndFix"
83
84
85
导入并修复布局
86
src/config.js
@@ -10,6 +10,6 @@ export default {
10
web: 'https://www.pytk.net/tkinter-helper',
11
github: 'https://github.com/iamxcd/tkinter-helper',
12
gitee: 'https://gitee.com/iamxcd/tkinter-helper',
13
- version: '2.5.2',
+ version: '2.5.3',
14
qq_group: '788392508'
15
}
0 commit comments