Skip to content

Commit d6c0e16

Browse files
authored
Merge pull request #1 from openutx/develop
chore: add proxy param
2 parents 1935ee1 + 64a7005 commit d6c0e16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

popups/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'
22

popups/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Settings(object):
1717
SYS = False
1818
LOOP = 1
1919
iOS = False
20+
PROXY = False
2021
DEFAULT_ACCEPT_BUTTONS = [
2122
"使用App时允许", "无线局域网与蜂窝网络", "好", "稍后", "稍后提醒", "确定", "允许访问所有照片",
2223
"允许", "以后", "打开", "录屏", "Allow", "OK", "YES", "Yes", "Later", "Close"

0 commit comments

Comments
 (0)