Skip to content

Commit a255b51

Browse files
committed
add wxWidgets
1 parent 0482262 commit a255b51

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/.vuepress/locales/en-US.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ module.exports = {
3636
items: [
3737
{ text: 'Python', link: 'https://www.python.org/' },
3838
{ 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/' }
4042
]
4143
}
4244
]

docs/.vuepress/locales/zh-CN.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ module.exports = {
4141
items: [
4242
{ text: 'Python 官网', link: 'https://www.python.org/' },
4343
{ 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/' }
4547
]
4648
}
4749
]

0 commit comments

Comments
 (0)