Skip to content

Commit f9478b1

Browse files
committed
调整
1 parent 64a8a76 commit f9478b1

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<title>一款Python的Tkinter界面拖拽布局设计器</title>
99
</head>
1010
<body>
1111
<noscript>

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<el-container>
44
<el-header class="header">
55
<div class="logo">
6-
LOGO
6+
Tkinter界面设计
77
</div>
88
<div class="menu">
99
<el-button type="primary"

src/widget-list.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@ export default [
33
title: '按钮',
44
type: 'tk_button'
55
},
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-
},
226
{
237
title: '输入框',
248
type: 'tk_input'

0 commit comments

Comments
 (0)