hiddifypanel 10.85.0b20__py3-none-any.whl → 10.86.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +2 -2
- hiddifypanel/hutils/network/auto_ip_selector.py +19 -10
- hiddifypanel/hutils/network/net.py +25 -5
- hiddifypanel/hutils/proxy/clash.py +1 -1
- hiddifypanel/hutils/proxy/shared.py +118 -56
- hiddifypanel/hutils/proxy/xray.py +55 -40
- hiddifypanel/hutils/proxy/xrayjson.py +48 -28
- hiddifypanel/models/config.py +1 -1
- hiddifypanel/models/config_enum.py +4 -0
- hiddifypanel/models/domain.py +33 -8
- hiddifypanel/models/proxy.py +6 -2
- hiddifypanel/panel/admin/DomainAdmin.py +22 -25
- hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +13 -4
- hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py +1 -1
- hiddifypanel/panel/custom_widgets.py +45 -0
- hiddifypanel/panel/init_db.py +102 -184
- hiddifypanel/panel/user/user.py +12 -12
- hiddifypanel/static/js/custom-rtl.js +1 -1
- hiddifypanel/templates/fake.html +11 -2
- hiddifypanel/templates/flaskadmin-layout.html +11 -9
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +33 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +33 -0
- hiddifypanel/translations/my/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +33 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +33 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +33 -0
- hiddifypanel/translations.i18n/en.json +19 -0
- hiddifypanel/translations.i18n/fa.json +19 -0
- hiddifypanel/translations.i18n/pt.json +19 -0
- hiddifypanel/translations.i18n/ru.json +19 -0
- hiddifypanel/translations.i18n/zh.json +19 -0
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/METADATA +1 -1
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/RECORD +43 -43
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/licenses/LICENSE.md +0 -0
- {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/top_level.txt +0 -0
@@ -68,6 +68,7 @@
|
|
68
68
|
"title": "捐款"
|
69
69
|
},
|
70
70
|
"Download App": "下载应用程序",
|
71
|
+
"Download Domain": "",
|
71
72
|
"Edit": "编辑",
|
72
73
|
"Edit Proxy Names": "✏️ 修改代理",
|
73
74
|
"Enable": "❇️启用",
|
@@ -458,6 +459,10 @@
|
|
458
459
|
"description": "假网站:当有人直接访问您的域时模拟网站。<br>\n⚠️ 不要使用金融、伊朗和著名网站或需要登录的网站,例如 Google、Yahoo、Wikipedia、PayPal。<br>\n⛔ 请务必检查该网站并确保它是正确的网站,否则您可能会收到网络钓鱼警告。<br>\n⛔⛔ 再次检查该域名,以免以后出现问题",
|
459
460
|
"label": "📺 诱饵网站"
|
460
461
|
},
|
462
|
+
"default_useragent_string": {
|
463
|
+
"description": "",
|
464
|
+
"label": ""
|
465
|
+
},
|
461
466
|
"dns_server": {
|
462
467
|
"description": "✳️默认1.1.1.1 <br>\n🚧 阻止恶意软件 1.1.1.2 <br>\n🔞 阻止色情 1.1.1.3",
|
463
468
|
"label": "🖥 DNS 服务器"
|
@@ -796,6 +801,10 @@
|
|
796
801
|
"description": "此选项会在用户的子链接中创建一个假配置,显示用户的剩余音量",
|
797
802
|
"label": "👁️🗨️ 在子链接中显示用法"
|
798
803
|
},
|
804
|
+
"special_port": {
|
805
|
+
"description": "",
|
806
|
+
"label": ""
|
807
|
+
},
|
799
808
|
"speed_test": {
|
800
809
|
"description": "允许您的用户进行速度测试。它可以帮助他们识别链接质量",
|
801
810
|
"label": "🚀 速度测试"
|
@@ -992,6 +1001,10 @@
|
|
992
1001
|
"description": "config.unique_id.description",
|
993
1002
|
"label": "config.unique_id.label"
|
994
1003
|
},
|
1004
|
+
"use_ip_in_config": {
|
1005
|
+
"description": "",
|
1006
|
+
"label": ""
|
1007
|
+
},
|
995
1008
|
"utls": {
|
996
1009
|
"description": "此选项将模拟不同的浏览器,因此 GFW 无法检测到您的浏览",
|
997
1010
|
"label": "❇️uTLS"
|
@@ -1103,6 +1116,9 @@
|
|
1103
1116
|
"show_domains_description": "对于访问该域的用户区的用户,指定他们可以看到哪些域的代理。\n<br>\n建议:对于IP未过滤且与其他域不同的域,选择所有其他域(当前域除外)。因此,由于该 IP 的使用不是用于代理,并且它是一个简单的网站,因此该域名和 IP 永远不会被阻止,您的用户可以轻松更新新的配置文件。"
|
1104
1117
|
},
|
1105
1118
|
"download": "直接下载",
|
1119
|
+
"download_domain": {
|
1120
|
+
"description": ""
|
1121
|
+
},
|
1106
1122
|
"fake": "🆎 假网站",
|
1107
1123
|
"gRPC": "➿ gRPC",
|
1108
1124
|
"grpc-proxy": {
|
@@ -1194,6 +1210,9 @@
|
|
1194
1210
|
}
|
1195
1211
|
},
|
1196
1212
|
"singbox: ssh": "歌手盒:SSH",
|
1213
|
+
"special_reality_grpc": "",
|
1214
|
+
"special_reality_tcp": "",
|
1215
|
+
"special_reality_xhttp": "",
|
1197
1216
|
"ssh": "SSH",
|
1198
1217
|
"sub_link_only": "📳 仅适用于订阅链接(可以是 Direct、Relay 或 CDN)",
|
1199
1218
|
"telegram": "Telegram",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=TrX_9B1rTVU7S5OxxbaKhPFS3CTxoV8UirG63B4jbOs,10
|
3
|
+
hiddifypanel/VERSION.py,sha256=IqrdIQvL9p0arm4SYrgx6RhvGZUEFg3O9q7mcDy0occ,189
|
4
4
|
hiddifypanel/__init__.py,sha256=kigwDO8d9jXyPZLvJAWd6zo-GX3pG_xWf-q2aStz80Y,377
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=LJmH4ROqZv5ej_4m1b0xvbEw2meJTzDR1mFCDm523kE,8041
|
@@ -34,30 +34,30 @@ hiddifypanel/hutils/utils.py,sha256=Y14pmupzgFToGrZ1Pw4hIIDgYV3QAtNrAgyEp-pBe60,
|
|
34
34
|
hiddifypanel/hutils/importer/__init__.py,sha256=kjl4ePaQodEXhliZmunCMQ-j7MsQbVYL_Zyd_35009A,18
|
35
35
|
hiddifypanel/hutils/importer/xui.py,sha256=TtmF4KJ263k3ByUvOeVKPlsGfj0tHLdlSdUQsLe8Fq4,5405
|
36
36
|
hiddifypanel/hutils/network/__init__.py,sha256=wQ1atebA98SC0agNc_Tbe4ct1aIIKaXOniSEyTE2PKo,348
|
37
|
-
hiddifypanel/hutils/network/auto_ip_selector.py,sha256=
|
37
|
+
hiddifypanel/hutils/network/auto_ip_selector.py,sha256=8hSoLv34Wrw_SKnHyD6ki6dUeryggfONSQKdaGRrICQ,5765
|
38
38
|
hiddifypanel/hutils/network/cf_api.py,sha256=9SdVV0EMfoEozbGq0pzqLWt6h2mvM1DYKBdIxi9G-2Y,2688
|
39
|
-
hiddifypanel/hutils/network/net.py,sha256=
|
39
|
+
hiddifypanel/hutils/network/net.py,sha256=ya1wsADE66B5Bn9zyIXQ5eChLcUr4KTU3f5UGjZoNOw,13435
|
40
40
|
hiddifypanel/hutils/node/__init__.py,sha256=p9-nse5h2p3SX6XdU33GOqOX-8OfvmdkDRmIq3cWDWM,63
|
41
41
|
hiddifypanel/hutils/node/api_client.py,sha256=Gr2532czQEE3YBh3sbeK036QI5gXDigUFlrMdJuO2sE,3684
|
42
42
|
hiddifypanel/hutils/node/child.py,sha256=oAyKlEHHn9FHcpZ9jBi3nYH-GHs8H7Gi2hzkmtO5IA8,6714
|
43
43
|
hiddifypanel/hutils/node/parent.py,sha256=UbyfvfP4fTSn6HN9oZDjYsKYIejiqW6eApKIfP0Mz5U,3749
|
44
44
|
hiddifypanel/hutils/node/shared.py,sha256=FDSj3e-i3pb3mEv5vcUeX0Km1nxYg1CeAruIq7RwFmU,2540
|
45
45
|
hiddifypanel/hutils/proxy/__init__.py,sha256=V2dGkYT3tji__5YOSmKOMChFYXtlENe1fX6eHqK70Pc,129
|
46
|
-
hiddifypanel/hutils/proxy/clash.py,sha256=
|
47
|
-
hiddifypanel/hutils/proxy/shared.py,sha256=
|
46
|
+
hiddifypanel/hutils/proxy/clash.py,sha256=JiT3wj48b9ezCGxZoEp5FrhvwfmNKslcF5GMoH9-8OU,7061
|
47
|
+
hiddifypanel/hutils/proxy/shared.py,sha256=pfZUSSEhaewgj_p1uIGornMUjwHemSpoOp6e7kEM_NQ,23589
|
48
48
|
hiddifypanel/hutils/proxy/singbox.py,sha256=Fmmzoake-gpnRB5yfTyQvd1dB-10WKwhJt4vhiKzJZQ,11722
|
49
49
|
hiddifypanel/hutils/proxy/wireguard.py,sha256=gij01BYXII-RxAh3Yky0o3yce20HJKeHtu1KNwb0Uzk,934
|
50
|
-
hiddifypanel/hutils/proxy/xray.py,sha256=
|
51
|
-
hiddifypanel/hutils/proxy/xrayjson.py,sha256=
|
50
|
+
hiddifypanel/hutils/proxy/xray.py,sha256=Wv2E5jq4bZLKypetsAxm4pkoj2TSXZrcsJUVrCePVRM,11144
|
51
|
+
hiddifypanel/hutils/proxy/xrayjson.py,sha256=2VmZBrS0yS-uUOc5YkIXs9HhWczESegx2Uuo1k4HjYU,16644
|
52
52
|
hiddifypanel/models/__init__.py,sha256=PngFjQL9WvQP4EioNHRz1tTeyIgLoNvZ7WpmAhwKHnU,677
|
53
53
|
hiddifypanel/models/admin.py,sha256=bbvpbquyPTmRjqwVT4zVC3bIF39zZYv8snlOR5XIF90,7517
|
54
54
|
hiddifypanel/models/base_account.py,sha256=jVO4haLwTsiE7u4fWoDhhRZ_NjbO7hVJhry8k-Vnrzk,3507
|
55
55
|
hiddifypanel/models/child.py,sha256=IhmCszhUgi1QXbWgji4UDjHV7_OyzLSLsW86BQWFys4,3009
|
56
|
-
hiddifypanel/models/config.py,sha256=
|
57
|
-
hiddifypanel/models/config_enum.py,sha256=
|
58
|
-
hiddifypanel/models/domain.py,sha256=
|
56
|
+
hiddifypanel/models/config.py,sha256=Ny3MXiPC-CrF8-xAEmRth6d_lfpDiWZHbCctyJNyWgg,6382
|
57
|
+
hiddifypanel/models/config_enum.py,sha256=wDgObbma2zRiYXlONO8g2tyFl0Um2_bXMBggsQOkzl0,17079
|
58
|
+
hiddifypanel/models/domain.py,sha256=ftfHbdLeiUmzBCQisrAZ2geHX8KovEFXCTwq8OtOs8k,9523
|
59
59
|
hiddifypanel/models/parent_domain.py,sha256=bs5F1neOAQu9XHEk3QQTBM4p2iuebM4cnAQqwfNjCtg,2291
|
60
|
-
hiddifypanel/models/proxy.py,sha256=
|
60
|
+
hiddifypanel/models/proxy.py,sha256=Bjagdx7IPMlOLBDZ5KPJvwiWQo-oYtjuJEUs_DhhQU0,3487
|
61
61
|
hiddifypanel/models/report.py,sha256=FLoZdsIJd2ZlT6WidTQShi1GjJYk5ikS-KskzSnc9Mw,918
|
62
62
|
hiddifypanel/models/role.py,sha256=V93_AhOcgbIiAaRYUaNIWKsKZ704ANl0hq-uAJFQCUo,269
|
63
63
|
hiddifypanel/models/usage.py,sha256=U21O2Y6ooBX2xGoOSi8WPdgDeAiN_4Up-_s_ST3Aizw,4296
|
@@ -69,10 +69,10 @@ hiddifypanel/panel/auth_back.py,sha256=ft2YlK1Ke87fvKTpGLIHnLVpnBRn1Stlc_-6aEzud
|
|
69
69
|
hiddifypanel/panel/auth_back2.py,sha256=8-MkPi4WAxO7gAeChQ7ceCx0QhuEQlrYazZ9qDnm_Mc,8983
|
70
70
|
hiddifypanel/panel/cli.py,sha256=Yi0EHv9fLAm_8htG6Wwo_Fhb3EislwZXX86RCt04JXI,9014
|
71
71
|
hiddifypanel/panel/common.py,sha256=pMxdgt37ubIZroFBuvHfN5qXNp8kytVTIzVxzZA_X_I,7954
|
72
|
-
hiddifypanel/panel/custom_widgets.py,sha256=
|
72
|
+
hiddifypanel/panel/custom_widgets.py,sha256=ojnLz-kAa1juZVW1JoCy8FAjvWNORKNpFIb8OnY0lLw,3767
|
73
73
|
hiddifypanel/panel/hiddify.py,sha256=nwLTMYa_LyNuS26BPOO8jfyrslHX2MbQxN0o4lxCTd4,15687
|
74
74
|
hiddifypanel/panel/hlogger.py,sha256=1AQQCs1lg0Y1AYIASRjxWAdFE92HENeg3z1rFycOoY0,1215
|
75
|
-
hiddifypanel/panel/init_db.py,sha256=
|
75
|
+
hiddifypanel/panel/init_db.py,sha256=Ckb6WANTbu5nILJ_DMtR-w7emto5HOg0vqKb9SiFWlo,39154
|
76
76
|
hiddifypanel/panel/run_commander.py,sha256=cXCFVvZ6iTzab3EOZ-Eq3aOeIqfgzgt2ppNaxm_3OJI,3205
|
77
77
|
hiddifypanel/panel/usage.py,sha256=kQAz9nfHt3Mcfa8kLHdrpD408DZEFDT7T1xFV6MlDQE,11991
|
78
78
|
hiddifypanel/panel/admin/Actions.py,sha256=o_ENbphriVrbRJkx9nvrkpaliuMIfp34sscMkZJ3P5s,8578
|
@@ -80,7 +80,7 @@ hiddifypanel/panel/admin/AdminstratorAdmin.py,sha256=X8MI3DtW62vJqFRp97M_CxSdB-N
|
|
80
80
|
hiddifypanel/panel/admin/Backup.py,sha256=BKSoAZgw1j16P1Jh9vMqGj7ZfB2m-WafDK0C5vil5FY,3634
|
81
81
|
hiddifypanel/panel/admin/ConfigAdmin.py,sha256=0hnLY-8BxrpVnrAcQaedWjHnRUq1X_Styi_ZCZ2ivds,2876
|
82
82
|
hiddifypanel/panel/admin/Dashboard.py,sha256=JOqZLHxPOYKQYQVJ7AtHAkilH-anJZQyK1rQrgCJUeA,3798
|
83
|
-
hiddifypanel/panel/admin/DomainAdmin.py,sha256
|
83
|
+
hiddifypanel/panel/admin/DomainAdmin.py,sha256=-3fmlQoyVuMN0I1EZJPPTsdzUqhwZNEvLthjE_P3Pd0,16522
|
84
84
|
hiddifypanel/panel/admin/NodeAdmin.py,sha256=QAHQjF7e7F4KqsWNWpMt7SoLANlFEborVtWQV9OXJ2E,3102
|
85
85
|
hiddifypanel/panel/admin/ProxyAdmin.py,sha256=HtuYHkZ8LCrYtjF2xO2i7lyw_KtOTBYCPu0bNWR4fOs,5364
|
86
86
|
hiddifypanel/panel/admin/QuickSetup.py,sha256=7ysSAlS7yJerstTDWhuhEwGyoTqpkry2-SfEbuP1VuY,12689
|
@@ -137,7 +137,7 @@ hiddifypanel/panel/admin/templates/model/domain_list.html,sha256=gl-LnCQCPve5OHH
|
|
137
137
|
hiddifypanel/panel/admin/templates/model/proxydetail_list.html,sha256=5VVFPZkcGhfKVq842CWggv1Wte6CQodrbGxO4AJ9Bo0,206
|
138
138
|
hiddifypanel/panel/admin/templates/model/user_list.html,sha256=XwrcElWgJhLViOGlowSNLPW-SX6wk9Jd5_Uy6n11d6Q,6158
|
139
139
|
hiddifypanel/panel/commercial/ParentDomainAdmin.py,sha256=fg5jQQsFXfbFRdfwKiqK3FyFmDitkb1JhZRhIzX6MNI,4756
|
140
|
-
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=
|
140
|
+
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=ZADXnmPIBTdbRP6dsq9cRIzmKkBrmybT_Ks70EfWx8Q,3645
|
141
141
|
hiddifypanel/panel/commercial/__init__.py,sha256=oanPV36n6MXiVhiq_NYL6K9ENhQXZGQM5r4c9oPO0CQ,2322
|
142
142
|
hiddifypanel/panel/commercial/restapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
143
143
|
hiddifypanel/panel/commercial/restapi/v1/__init__.py,sha256=KOVOj1y1TcFprlve8DhOhq6eZYbA6sa_79RbAoMKYuY,1142
|
@@ -172,7 +172,7 @@ hiddifypanel/panel/commercial/restapi/v2/parent/sync_api.py,sha256=K0uekG7KA6Qmn
|
|
172
172
|
hiddifypanel/panel/commercial/restapi/v2/parent/usage_api.py,sha256=FOvb6nFuWcucTEtZPwhINpbZQDdprgk4orpwwi02jK4,2373
|
173
173
|
hiddifypanel/panel/commercial/restapi/v2/user/__init__.py,sha256=sIV_lVcH0ImNyvhU-4vFyQavh-Pt5MJnZVK22JUd-lo,1233
|
174
174
|
hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py,sha256=bzYgtMUsDDez8GUkcbgjo2FpBmKezLcKPihGlpVG3sE,26354
|
175
|
-
hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py,sha256
|
175
|
+
hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py,sha256=0_JGWr2cf5W3YZ5nDo91gCQflOVcqAtNh8DIs7VUqNk,5654
|
176
176
|
hiddifypanel/panel/commercial/restapi/v2/user/info_api.py,sha256=Ou-3TjwLqYYECIttjSU9rpjmfjDFbgHj2_gGnwmHj5E,3918
|
177
177
|
hiddifypanel/panel/commercial/restapi/v2/user/mtproxies.py,sha256=wK6zMOw2OTVxeMkzZGVah34GYDMJa8Keq5z7jGKfFys,1676
|
178
178
|
hiddifypanel/panel/commercial/restapi/v2/user/short_api.py,sha256=rhsmDJSCiZOhX9jpJGcRS_zBVRqvjpjH3CaNaJ9gMiI,1137
|
@@ -196,7 +196,7 @@ hiddifypanel/panel/node/test_pb2.pyi,sha256=sI0yOrvFXBmBz_f3d2-7LxMlAa1yfqng7THC
|
|
196
196
|
hiddifypanel/panel/node/test_pb2_grpc.py,sha256=zYjrhrXsAYBv_sgT45HDvNd_8W8fVSQngU7JB_rbz00,3538
|
197
197
|
hiddifypanel/panel/user/__init__.py,sha256=E9RxA2YGc0eXLGjfJbyryeLG3bXEWJ3DoVOyIpVaDIo,1859
|
198
198
|
hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
|
199
|
-
hiddifypanel/panel/user/user.py,sha256=
|
199
|
+
hiddifypanel/panel/user/user.py,sha256=pF3LrcjmD8GyRUwEdApl2JAeP7l6gHKzYz4vroApBKs,16678
|
200
200
|
hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=u5jhAgjhH07_0csdIisuXy2HNCC9SWlP0whBAGFXA78,564
|
201
201
|
hiddifypanel/panel/user/templates/all_configs.txt,sha256=i8I6g9ujOr3RIuRoGRqY2Q75I89mbHko_JVPvQt4E_g,1260
|
202
202
|
hiddifypanel/panel/user/templates/base_singbox_config.json.j2,sha256=0tKzBomTpj9olFREa_CU7TmKoC37Sbo-pOfjlCrxlks,8558
|
@@ -302,7 +302,7 @@ hiddifypanel/static/js/bootbox.all.min.js,sha256=FlzI4Z-KJwzAHMSBaUiIOOnLWTVb2ur
|
|
302
302
|
hiddifypanel/static/js/bootstrap.bundle.min.js,sha256=fh8VA992XMpeCZiRuU4xii75UIG6KvHrbUF8yIS_2_4,78743
|
303
303
|
hiddifypanel/static/js/bootstrap.min.js,sha256=P_TpaMA-VCudfWWCTQCA27Wqbl1G8mFbziah0bk1p7Q,60406
|
304
304
|
hiddifypanel/static/js/custom-protocol-check.js,sha256=aX_oZWt4KjHycxfMBhbS3RGhxcgYTRVG68tGslD5MUk,8965
|
305
|
-
hiddifypanel/static/js/custom-rtl.js,sha256=
|
305
|
+
hiddifypanel/static/js/custom-rtl.js,sha256=wRDS_jWhyoXGwYZurduboRK5yRwalFOBtVpvvfA3y3g,1312
|
306
306
|
hiddifypanel/static/js/custom.js,sha256=4ufR9Q3cXS_C9byozd8Cw5jnzS1uMc541Utkv1kdA-I,2220
|
307
307
|
hiddifypanel/static/js/demo.js,sha256=rDePsse4v_VCITVdXD9AyoV3kHN31jhQcjm2LPR1ljU,7034
|
308
308
|
hiddifypanel/static/js/jquery-3.6.1.min.js,sha256=ADhz0-et9Cr9l6Kpu84ksthS8wW4sdrC6F4quMKaTu4,89764
|
@@ -832,8 +832,8 @@ hiddifypanel/templates/admin-layout.html,sha256=OzEUQ4gxx_pdF2-dPbm-pincmakcEGfi
|
|
832
832
|
hiddifypanel/templates/admin.ht.old,sha256=e9FBo9YPi7zFVidg8jS6JhOOsYdBbNPxfpTWG1dbIeg,8384
|
833
833
|
hiddifypanel/templates/donation.html,sha256=Oft3WENpSnwpbDgMw3MnhQIlQhuN_TDKm54qd4_FwIk,741
|
834
834
|
hiddifypanel/templates/error.html,sha256=Tnu3mMZ6zvFcATU6_OY1stljVPd9Djnxm3LV7Zx4zck,476
|
835
|
-
hiddifypanel/templates/fake.html,sha256=
|
836
|
-
hiddifypanel/templates/flaskadmin-layout.html,sha256=
|
835
|
+
hiddifypanel/templates/fake.html,sha256=AfAN68M52vzE5OgR432HbtXF6XXWLZ2n5sgy2YKpHgQ,14129
|
836
|
+
hiddifypanel/templates/flaskadmin-layout.html,sha256=RlOC_FjLYihZEuh3xD4OLRjFZ87CkWe1G8KDC6Jwlr8,7894
|
837
837
|
hiddifypanel/templates/github_issue_body.j2,sha256=6Z4QF-cOAaUxDtRQXT8H4O9SrZ3TGoxgpjnfIpGbsxo,474
|
838
838
|
hiddifypanel/templates/lte-master.html,sha256=jYhcNj8SuMOPT35OEG4e1sLWm03Vq53n4ynf3SdOWj4,1585
|
839
839
|
hiddifypanel/templates/macros.html,sha256=HlnXbIMN8i37fVusBdfw0QfVkImnFpZw9zbmtpAT4p8,4139
|
@@ -842,28 +842,28 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
|
|
842
842
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
843
843
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
844
844
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
|
845
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
846
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
847
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
848
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
849
|
-
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=
|
845
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=fVGKB41qn6FwxQHN5iWPwooZks0YxV181okBBWlYehs,81026
|
846
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=UxA9aXjg0-WR90ZiJMSj7OHfeTIUVkAEHUygbq_o-U4,84364
|
847
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=qJbGE9H0qm1FVcFxiyW8fvFDybfb5vnaPy46K6BxW1A,102665
|
848
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=DjQJmANUjupn3w2Xki4XIxcHWkMVq49-3NvA-qc8ecA,107942
|
849
|
+
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=n8iezmwz8iz4McgmGWj6uG80KiPNqr8M1h8nYv6mRWw,139090
|
850
850
|
hiddifypanel/translations/my/LC_MESSAGES/messages.po,sha256=GcrOHDJC2wjo1L8lLmwLOs_dwoqcf0f6rXXjDv8JnsE,141985
|
851
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
852
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=
|
853
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
854
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=
|
855
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
856
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=
|
857
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
858
|
-
hiddifypanel/translations.i18n/fa.json,sha256=
|
851
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=2-6gvIymYPg7zjRFNxDKMF1j-PCwOJbOXCBLAYZKp6o,80797
|
852
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=H_FQwe6NRXiurFvJ9qsAvQQNSLJ9KfInBniMBFvKxRg,85886
|
853
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=HmIf2Dy7Ll030YD96qvHIwFUadarfTqBaZXB9nfQZqk,108594
|
854
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=bl1uq_qFnYZ-ApdFonRGw6JvHSpn3ouf20tKLbwdcBU,113889
|
855
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=cGRoIizH4-PIP4EkDy16wHQqOWeg1IMfsvLlt9HUlKU,75296
|
856
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=11gUSESaphlG394m4vgjFPVSIWbxsBrR-EWnTCxEPMc,79996
|
857
|
+
hiddifypanel/translations.i18n/en.json,sha256=LEOapzNQ8dzqLSwspOqs3KcZIOigoGKUB9ZzanuBMxU,73280
|
858
|
+
hiddifypanel/translations.i18n/fa.json,sha256=Cma8HU7oGmgwAJC06LSGc0SzekziWzK1gJlEg-2pHlY,96912
|
859
859
|
hiddifypanel/translations.i18n/fr.json,sha256=2rg9kdnDBRYufBTelJ-m5QJQvW5OqvKibz30ViCriV0,80837
|
860
860
|
hiddifypanel/translations.i18n/my.json,sha256=QAXg__5TCqfx3Ck0cw5YQsSXX_3kqUhMOdTZbR-TAx8,137466
|
861
|
-
hiddifypanel/translations.i18n/pt.json,sha256=
|
862
|
-
hiddifypanel/translations.i18n/ru.json,sha256=
|
863
|
-
hiddifypanel/translations.i18n/zh.json,sha256=
|
864
|
-
hiddifypanel-10.
|
865
|
-
hiddifypanel-10.
|
866
|
-
hiddifypanel-10.
|
867
|
-
hiddifypanel-10.
|
868
|
-
hiddifypanel-10.
|
869
|
-
hiddifypanel-10.
|
861
|
+
hiddifypanel/translations.i18n/pt.json,sha256=Cn_wYMe341ezmuCwuTEooOR1vJ9s4PQG3yG4D7-PRTo,74967
|
862
|
+
hiddifypanel/translations.i18n/ru.json,sha256=skewpobyJj8o3EkTl8GHFlnJCRqGaMrCDl8LhKttEsc,102754
|
863
|
+
hiddifypanel/translations.i18n/zh.json,sha256=TkVNd9bsPJj6umiv9GLkPUjL8D6D_AdpcjFbpbnZLYo,69500
|
864
|
+
hiddifypanel-10.86.0b1.dist-info/licenses/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
865
|
+
hiddifypanel-10.86.0b1.dist-info/METADATA,sha256=kvydkuHqKSl9ELAz54KIyKrK2Gi59NeigHZ6e6WP64Q,25627
|
866
|
+
hiddifypanel-10.86.0b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
867
|
+
hiddifypanel-10.86.0b1.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
868
|
+
hiddifypanel-10.86.0b1.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
869
|
+
hiddifypanel-10.86.0b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|