File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ module.exports = {
36
36
items : [
37
37
{ text : 'Python' , link : 'https://www.python.org/' } ,
38
38
{ text : 'GUI with Tk' , link : 'https://docs.python.org/3/library/tk.html' } ,
39
- { text : 'PyInstaller' , link : 'http://www.pyinstaller.org/' }
39
+ { text : 'PyInstaller' , link : 'http://www.pyinstaller.org/' } ,
40
+ { text : 'wxPython' , link : 'https://wxpython.org/' } ,
41
+ { text : 'wxWidgets' , link : 'https://www.wxwidgets.org/' }
40
42
]
41
43
}
42
44
]
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ module.exports = {
41
41
items : [
42
42
{ text : 'Python 官网' , link : 'https://www.python.org/' } ,
43
43
{ text : 'Tk图形用户界面(GUI)' , link : 'https://docs.python.org/zh-cn/3/library/tk.html' } ,
44
- { text : 'PyInstaller' , link : 'http://www.pyinstaller.org/' }
44
+ { text : 'PyInstaller' , link : 'http://www.pyinstaller.org/' } ,
45
+ { text : 'wxPython' , link : 'https://wxpython.org/' } ,
46
+ { text : 'wxWidgets' , link : 'https://www.wxwidgets.org/' }
45
47
]
46
48
}
47
49
]
You can’t perform that action at this time.
0 commit comments