hiddifypanel 10.10.15__py3-none-any.whl → 10.10.16__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/panel/commercial/ProxyDetailsAdmin.py +1 -1
- hiddifypanel/static/css/custom.css +9 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +7 -8
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +7 -9
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations.i18n/en.json +4 -4
- hiddifypanel/translations.i18n/fa.json +4 -4
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/METADATA +1 -1
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/RECORD +19 -19
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.10.15.dist-info → hiddifypanel-10.10.16.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.10.
|
1
|
+
10.10.16
|
hiddifypanel/VERSION.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
__version__='10.10.
|
1
|
+
__version__='10.10.16'
|
2
2
|
from datetime import datetime
|
3
|
-
__release_date__= datetime.strptime('2024-03-
|
3
|
+
__release_date__= datetime.strptime('2024-03-08','%Y-%m-%d')
|
@@ -18,7 +18,7 @@ class ProxyDetailsAdmin(AdminLTEModelView):
|
|
18
18
|
|
19
19
|
column_hide_backrefs = True
|
20
20
|
can_create = False
|
21
|
-
form_excluded_columns = ['child', 'proto', 'transport', '
|
21
|
+
form_excluded_columns = ['child', 'proto', 'transport', 'cdn']
|
22
22
|
column_exclude_list = ['child']
|
23
23
|
column_searchable_list = ['name', 'proto', 'transport', 'l3', 'cdn']
|
24
24
|
column_editable_list = ['name']
|
@@ -539,12 +539,20 @@ div#qrcode img {
|
|
539
539
|
width: 100%;
|
540
540
|
}
|
541
541
|
|
542
|
+
td.col-is_active {
|
543
|
+
text-align: center !important;
|
544
|
+
padding: 0px;
|
545
|
+
}
|
542
546
|
|
543
|
-
td.col-uuid {
|
547
|
+
td.col-uuid a {
|
544
548
|
|
545
549
|
text-overflow: ellipsis;
|
546
550
|
white-space: nowrap;
|
547
551
|
width: 80px;
|
548
552
|
overflow: hidden;
|
549
553
|
display: inline-block;
|
554
|
+
}
|
555
|
+
|
556
|
+
.select2-container {
|
557
|
+
display: none;
|
550
558
|
}
|
Binary file
|
@@ -1589,7 +1589,7 @@ msgid "config.only_ipv4.label"
|
|
1589
1589
|
msgstr "ℹ️ Only IPv4"
|
1590
1590
|
|
1591
1591
|
msgid "config.package_mode.description"
|
1592
|
-
msgstr "Specify whether you want
|
1592
|
+
msgstr "Specify whether you want Released Package or Beta one"
|
1593
1593
|
|
1594
1594
|
msgid "config.package_mode.label"
|
1595
1595
|
msgstr "🔄 Package Update Mode"
|
@@ -1768,7 +1768,7 @@ msgid "config.shadowsocks2022_method.label"
|
|
1768
1768
|
msgstr "🔐 Shadowsocks Encrypytion Method"
|
1769
1769
|
|
1770
1770
|
msgid "config.shadowsocks2022_port.description"
|
1771
|
-
msgstr "It needs both UDP and TCP to be
|
1771
|
+
msgstr "It needs both UDP and TCP to be Free"
|
1772
1772
|
|
1773
1773
|
msgid "config.shadowsocks2022_port.label"
|
1774
1774
|
msgstr "↔️ Shadowsocks 2022 Port"
|
@@ -2069,9 +2069,7 @@ msgid "config.validation-success-no-reset"
|
|
2069
2069
|
msgstr " ✅ Configs have been changed successfully"
|
2070
2070
|
|
2071
2071
|
msgid "config.vmess_enable.description"
|
2072
|
-
msgstr ""
|
2073
|
-
"It is reported by several people that VMess causes the system to be detected"
|
2074
|
-
" by the government. So it is Not Recommended"
|
2072
|
+
msgstr "Active VMess Protocol"
|
2075
2073
|
|
2076
2074
|
msgid "config.vmess_enable.label"
|
2077
2075
|
msgstr "♈️ Enable VMess"
|
@@ -2121,9 +2119,10 @@ msgstr "🆚 Additional Warp Sites"
|
|
2121
2119
|
|
2122
2120
|
msgid "config.wireguard.description"
|
2123
2121
|
msgstr ""
|
2124
|
-
"WireGuard is a lightweight, UDP based protocol known for its simplicity,
|
2125
|
-
"
|
2126
|
-
"
|
2122
|
+
"WireGuard is a lightweight, UDP based protocol known for its simplicity, "
|
2123
|
+
"efficiency, and strong security. It offers quick setup, transparent code, "
|
2124
|
+
"and has gained popularity for its ease of use across various operating "
|
2125
|
+
"systems"
|
2127
2126
|
|
2128
2127
|
msgid "config.wireguard.label"
|
2129
2128
|
msgstr "Wireguard"
|
Binary file
|
@@ -1578,8 +1578,8 @@ msgstr "ℹ️ فقط آیپی ورژن 4"
|
|
1578
1578
|
msgid "config.package_mode.description"
|
1579
1579
|
msgstr ""
|
1580
1580
|
"در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه"
|
1581
|
-
" '
|
1582
|
-
"
|
1581
|
+
" 'آزمایشی' امکانات را سریعتر از نسخه پایدار در اختیار شما میگذارد اما ممکن"
|
1582
|
+
" است دارای مشکلاتی باشد)"
|
1583
1583
|
|
1584
1584
|
msgid "config.package_mode.label"
|
1585
1585
|
msgstr "🔄 حالت به روز رسانی"
|
@@ -1762,7 +1762,7 @@ msgid "config.shadowsocks2022_method.label"
|
|
1762
1762
|
msgstr "🔐 روش رمزگذاری Shadowsocks"
|
1763
1763
|
|
1764
1764
|
msgid "config.shadowsocks2022_port.description"
|
1765
|
-
msgstr "برای
|
1765
|
+
msgstr "برای وصل شدن باید پورت های TCP و UDP باز باشند"
|
1766
1766
|
|
1767
1767
|
msgid "config.shadowsocks2022_port.label"
|
1768
1768
|
msgstr "↔️ پورت Shadowsocks 2022"
|
@@ -2060,9 +2060,7 @@ msgid "config.validation-success-no-reset"
|
|
2060
2060
|
msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
|
2061
2061
|
|
2062
2062
|
msgid "config.vmess_enable.description"
|
2063
|
-
msgstr ""
|
2064
|
-
"گزارشهای متعددی موجود است مبنی بر اینکه که VMess باعث میشود که سیستم توسط "
|
2065
|
-
"فیلترینگ شناسایی شود. بنابراین استفاده از آن توصیه نمیشود"
|
2063
|
+
msgstr "فعال کردن پروتکل VMess"
|
2066
2064
|
|
2067
2065
|
msgid "config.vmess_enable.label"
|
2068
2066
|
msgstr "♈️ فعال کردن VMess"
|
@@ -2113,9 +2111,9 @@ msgstr "🆚 سایتهای اضافی برای Warp"
|
|
2113
2111
|
|
2114
2112
|
msgid "config.wireguard.description"
|
2115
2113
|
msgstr ""
|
2116
|
-
"WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و
|
2117
|
-
"
|
2118
|
-
"
|
2114
|
+
"WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و "
|
2115
|
+
"امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل"
|
2116
|
+
" سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است"
|
2119
2117
|
|
2120
2118
|
msgid "config.wireguard.label"
|
2121
2119
|
msgstr "وایرگارد"
|
Binary file
|
Binary file
|
Binary file
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "ℹ️ Only IPv4"
|
580
580
|
},
|
581
581
|
"package_mode": {
|
582
|
-
"description": "Specify whether you want
|
582
|
+
"description": "Specify whether you want Released Package or Beta one",
|
583
583
|
"label": "🔄 Package Update Mode"
|
584
584
|
},
|
585
585
|
"parent_panel": {
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"label": "🔐 Shadowsocks Encrypytion Method"
|
692
692
|
},
|
693
693
|
"shadowsocks2022_port": {
|
694
|
-
"description": "It needs both UDP and TCP to be
|
694
|
+
"description": "It needs both UDP and TCP to be Free",
|
695
695
|
"label": "↔️ Shadowsocks 2022 Port"
|
696
696
|
},
|
697
697
|
"shadowtls": {
|
@@ -854,7 +854,7 @@
|
|
854
854
|
"validation-success": "Configs have been changed successfully. Click %(link)s to apply the configs. It may take 2 minutes to apply",
|
855
855
|
"validation-success-no-reset": " ✅ Configs have been changed successfully",
|
856
856
|
"vmess_enable": {
|
857
|
-
"description": "
|
857
|
+
"description": "Active VMess Protocol",
|
858
858
|
"label": "♈️ Enable VMess"
|
859
859
|
},
|
860
860
|
"warp": {
|
@@ -878,7 +878,7 @@
|
|
878
878
|
"label": "🆚 Additional Warp Sites"
|
879
879
|
},
|
880
880
|
"wireguard": {
|
881
|
-
"description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems
|
881
|
+
"description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems",
|
882
882
|
"label": "Wireguard"
|
883
883
|
},
|
884
884
|
"wireguard_enable": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "ℹ️ فقط آیپی ورژن 4"
|
580
580
|
},
|
581
581
|
"package_mode": {
|
582
|
-
"description": "در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه '
|
582
|
+
"description": "در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه 'آزمایشی' امکانات را سریعتر از نسخه پایدار در اختیار شما میگذارد اما ممکن است دارای مشکلاتی باشد)",
|
583
583
|
"label": "🔄 حالت به روز رسانی"
|
584
584
|
},
|
585
585
|
"parent_panel": {
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"label": "🔐 روش رمزگذاری Shadowsocks"
|
692
692
|
},
|
693
693
|
"shadowsocks2022_port": {
|
694
|
-
"description": "برای
|
694
|
+
"description": "برای وصل شدن باید پورت های TCP و UDP باز باشند",
|
695
695
|
"label": "↔️ پورت Shadowsocks 2022"
|
696
696
|
},
|
697
697
|
"shadowtls": {
|
@@ -854,7 +854,7 @@
|
|
854
854
|
"validation-success": "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد",
|
855
855
|
"validation-success-no-reset": " ✅ تنظیمات با موفقیت تغییر کرد",
|
856
856
|
"vmess_enable": {
|
857
|
-
"description": "
|
857
|
+
"description": "فعال کردن پروتکل VMess",
|
858
858
|
"label": "♈️ فعال کردن VMess"
|
859
859
|
},
|
860
860
|
"warp": {
|
@@ -878,7 +878,7 @@
|
|
878
878
|
"label": "🆚 سایتهای اضافی برای Warp"
|
879
879
|
},
|
880
880
|
"wireguard": {
|
881
|
-
"description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده
|
881
|
+
"description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است",
|
882
882
|
"label": "وایرگارد"
|
883
883
|
},
|
884
884
|
"wireguard_enable": {
|
@@ -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=JrMO8K1LNi6CV0P6c9JiO4Nceoqp8Eb04uY0lNDCmGk,9
|
3
|
+
hiddifypanel/VERSION.py,sha256=FsLqTSsG5INiJI0ju_LduRfADfzwPXIC7pqgR6QzRis,114
|
4
4
|
hiddifypanel/__init__.py,sha256=aLukp3ORszdcH4G9J-MlxhjHN6yFlOuOE6mm-L3aG_g,266
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=ouAFprxAfsbeuC-YFGkMyA1Z4dtWzixv8DqB7nQXrtA,6640
|
@@ -115,7 +115,7 @@ hiddifypanel/panel/admin/templates/model/admin_list.html,sha256=lpjiAl7kR5xb0fLp
|
|
115
115
|
hiddifypanel/panel/admin/templates/model/domain_list.html,sha256=rrPYKISPXcwYreMp2MrJb-sEL9-6dCZF_dk6ejObrm8,414
|
116
116
|
hiddifypanel/panel/admin/templates/model/user_list.html,sha256=n46ymDd1FwYclN0MKmsjGEw9BBOI-jd0PMQjTy3aNSo,4898
|
117
117
|
hiddifypanel/panel/commercial/ParentDomainAdmin.py,sha256=n3X7_PuQBr2zlP6K5A0EHmtRdI9Vy49YORim_9L2QFA,4886
|
118
|
-
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=
|
118
|
+
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=Wg9jAXDpHk2loNnoF4CgixBTCBiUeBYkTryoEKYVkWo,2803
|
119
119
|
hiddifypanel/panel/commercial/__init__.py,sha256=YF5r5nSOCMof9NTPRtWbkHbRXfSBroOdwvyjdMCqXbo,2245
|
120
120
|
hiddifypanel/panel/commercial/restapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
121
121
|
hiddifypanel/panel/commercial/restapi/v1/__init__.py,sha256=PKpT6Jdh37udexOnOdsvA681nqStGY-jqalEBB9_utU,1208
|
@@ -204,7 +204,7 @@ hiddifypanel/static/css/bootstrap.min.css,sha256=djO3wMl9GeaC_u6K-ic4Uj_LKhRUSlU
|
|
204
204
|
hiddifypanel/static/css/bootstrap4-rtl.min.css,sha256=2ZN6KcWrEZE_efXKufJsIrj2hSZ4PFw7QWnIV0egdxE,8358
|
205
205
|
hiddifypanel/static/css/bootstrap5.rtl.min.css,sha256=6oH_E3oAx6zH-g1hfIn7dq7y7GoCM149BGt2nNYi02s,163995
|
206
206
|
hiddifypanel/static/css/custom-rtl.css,sha256=xihXyOLBPdnr_G5ne14gGxBYprYF7CY4BEllNOSz4fQ,480
|
207
|
-
hiddifypanel/static/css/custom.css,sha256=
|
207
|
+
hiddifypanel/static/css/custom.css,sha256=fU-OJdpYwyNVEX4Pk5QiDqRzqxEuFRJFquT77xwj0RI,10443
|
208
208
|
hiddifypanel/static/css/font-awesome.css,sha256=8RivRM1xoA4MVZ3DyyCpqGLfW3lSoHBItx-EaMM4P6Y,101895
|
209
209
|
hiddifypanel/static/css/lte.old,sha256=EOZyrKYSocDo_gk1VtgeX_OvUL3kN7QVTJJg7D2R6Z0,278568
|
210
210
|
hiddifypanel/static/fonts/Vazir-Black.eot,sha256=J_UB2BiLqRZy7BmJqQEDPWkwwsmrOjIBd3-U6vJ7nGU,92934
|
@@ -793,24 +793,24 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
|
|
793
793
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
794
794
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
795
795
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
|
796
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
797
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
798
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
799
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
800
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
796
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=DYx4NFw5fGcBbJKnnx3-rqwhni4B_riOzxEopq5PMps,71682
|
797
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=mBNYg4-ygRWVrN1mTnS4H-zse_r49w1oEZUuJrErv14,74761
|
798
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=wvnClbpIPL7qNw3DrRRqwbRVvx2WHuN7yLExKo33ujg,95005
|
799
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=lRZtWP8SXfVGtjUUN6KHCEEqYu_Gxrvqru3Sd7McB-A,98548
|
800
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=KCwSv6p5KoqANTXK-Adisu1tk-ea9I3uDW3bvEpLWHs,60377
|
801
801
|
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=vQhcmhHh54yCYGEyTmx-SglRRHN-16dCL_Eo_0d3244,68451
|
802
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
802
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=jZ0h3GHHlaxQ7XB4hCCTAaSl3CwKhwh3UTxqh43LoBQ,82219
|
803
803
|
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=u-t_ipqC8OPw4lP8-TqlM-wHsquiA7JIisETogYvMys,90947
|
804
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
804
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=oXKSs93cvMedEBkcl8ZVUkCBRKF0Ouo5oDGeyN6BLYE,55966
|
805
805
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=anelhDCHK0Ybgm65zZP9qIv0kub5xUqtXbsmxxELOTw,64106
|
806
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
807
|
-
hiddifypanel/translations.i18n/fa.json,sha256
|
806
|
+
hiddifypanel/translations.i18n/en.json,sha256=R-6snmHnIEMS49XhMTZUmrVlIGBN-20UPoEjZErub5Q,65117
|
807
|
+
hiddifypanel/translations.i18n/fa.json,sha256=2camX-DWmcJE-Y1UYvsjBc1fzcIrU2XFDtebATZ8lrM,88916
|
808
808
|
hiddifypanel/translations.i18n/pt.json,sha256=g3IlroQJX0K9JoHHJErMeftddWvrSnP1HldB-jRwBgo,59098
|
809
809
|
hiddifypanel/translations.i18n/ru.json,sha256=X3lvVYtStUD-OZPpv4ieKieOgLp5xIq5Wrtwhb25hLA,81525
|
810
810
|
hiddifypanel/translations.i18n/zh.json,sha256=rj7npV-rBWi-N3zQNR5jvVr1d3MTn0VO8HtHYKmOCKk,55143
|
811
|
-
hiddifypanel-10.10.
|
812
|
-
hiddifypanel-10.10.
|
813
|
-
hiddifypanel-10.10.
|
814
|
-
hiddifypanel-10.10.
|
815
|
-
hiddifypanel-10.10.
|
816
|
-
hiddifypanel-10.10.
|
811
|
+
hiddifypanel-10.10.16.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
812
|
+
hiddifypanel-10.10.16.dist-info/METADATA,sha256=PddOwdCauBDgzN6oBzvPNrWWHBXTbCC8PzawpqMYJ5o,3980
|
813
|
+
hiddifypanel-10.10.16.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
814
|
+
hiddifypanel-10.10.16.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
815
|
+
hiddifypanel-10.10.16.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
816
|
+
hiddifypanel-10.10.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|