File tree 3 files changed +2
-18
lines changed 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8
- < title > < %= htmlWebpackPlugin.options.title % > </ title >
8
+ < title > 一款Python的Tkinter界面拖拽布局设计器 </ title >
9
9
</ head >
10
10
< body >
11
11
< noscript >
Original file line number Diff line number Diff line change 3
3
<el-container >
4
4
<el-header class =" header" >
5
5
<div class =" logo" >
6
- LOGO
6
+ Tkinter界面设计
7
7
</div >
8
8
<div class =" menu" >
9
9
<el-button type =" primary"
Original file line number Diff line number Diff line change @@ -3,22 +3,6 @@ export default [
3
3
title : '按钮' ,
4
4
type : 'tk_button'
5
5
} ,
6
- {
7
- title : '输入框' ,
8
- type : 'tk_input'
9
- } ,
10
- {
11
- title : '输入框' ,
12
- type : 'tk_input'
13
- } ,
14
- {
15
- title : '输入框' ,
16
- type : 'tk_input'
17
- } ,
18
- {
19
- title : '输入框' ,
20
- type : 'tk_input'
21
- } ,
22
6
{
23
7
title : '输入框' ,
24
8
type : 'tk_input'
You can’t perform that action at this time.
0 commit comments