Explore
Register
Sign In
appcat
/
python3-webengine-gtk3
Watch
1
Star
0
Fork
You've already forked python3-webengine-gtk3
0
Code
Issues
Pull Requests
Wiki
Activity
8822c8effd
python3-webengine-gtk3
/
usr
/
lib
/
python3
/
dist-packages
/
webengine
/
gtk3
/
_version.py
4 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
修复输入法跟随; 增加代理设置API
2023-09-06 12:21:56 +08:00
#!/usr/bin/env python3
修复gtk3版本声明问题; 版本号改为动态读取
2023-09-06 14:47:56 +08:00
build
=
(
0
,
4
,
0
)
修复输入法跟随; 增加代理设置API
2023-09-06 12:21:56 +08:00
version
=
'
.
'
.
join
(
map
(
str
,
build
)
)
Releases
5