hiddifypanel 10.11.0__py3-none-any.whl → 10.12.0__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.
Files changed (48) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/auth.py +15 -5
  4. hiddifypanel/hutils/encode.py +0 -1
  5. hiddifypanel/hutils/proxy/__init__.py +1 -0
  6. hiddifypanel/hutils/proxy/shared.py +20 -10
  7. hiddifypanel/hutils/proxy/singbox.py +47 -46
  8. hiddifypanel/hutils/proxy/xray.py +39 -23
  9. hiddifypanel/hutils/proxy/xrayjson.py +391 -0
  10. hiddifypanel/hutils/random.py +4 -0
  11. hiddifypanel/models/config.py +7 -2
  12. hiddifypanel/models/config_enum.py +9 -5
  13. hiddifypanel/panel/admin/DomainAdmin.py +3 -2
  14. hiddifypanel/panel/admin/SettingAdmin.py +22 -11
  15. hiddifypanel/panel/admin/templates/model/user_list.html +44 -20
  16. hiddifypanel/panel/commercial/restapi/v1/tgmsg.py +14 -10
  17. hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py +17 -23
  18. hiddifypanel/panel/common_bp/login.py +2 -2
  19. hiddifypanel/panel/init_db.py +1 -1
  20. hiddifypanel/panel/user/templates/base_xray_config.json.j2 +125 -0
  21. hiddifypanel/panel/user/user.py +9 -1
  22. hiddifypanel/static/images/hiddify.png +0 -0
  23. hiddifypanel/static/images/hiddify1.png +0 -0
  24. hiddifypanel/static/new/assets/hiddify-logo-7617d937.png +0 -0
  25. hiddifypanel/static/new/assets/hiddify-logo-7617d937_old.png +0 -0
  26. hiddifypanel/templates/admin-layout.html +22 -11
  27. hiddifypanel/templates/master.html +48 -25
  28. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  29. hiddifypanel/translations/en/LC_MESSAGES/messages.po +28 -22
  30. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  31. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +15 -11
  32. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  33. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +8 -8
  34. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  35. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +111 -53
  36. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  37. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +108 -58
  38. hiddifypanel/translations.i18n/en.json +18 -17
  39. hiddifypanel/translations.i18n/fa.json +7 -6
  40. hiddifypanel/translations.i18n/pt.json +3 -2
  41. hiddifypanel/translations.i18n/ru.json +53 -52
  42. hiddifypanel/translations.i18n/zh.json +58 -57
  43. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/METADATA +1 -1
  44. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/RECORD +48 -44
  45. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/LICENSE.md +0 -0
  46. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/WHEEL +0 -0
  47. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/entry_points.txt +0 -0
  48. {hiddifypanel-10.11.0.dist-info → hiddifypanel-10.12.0.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@
8
8
  "Actions": "行动",
9
9
  "Active": "",
10
10
  "Active Users": "活跃用户",
11
- "Add": "",
11
+ "Add": "添加",
12
12
  "Add some text that is only visible to super_admin.": "添加一些只有超级管理员可见的文本",
13
13
  "Add some text that is only visible to you.": "您可以添加一些只有您可见的文本",
14
14
  "Added by": "添加者",
@@ -16,19 +16,19 @@
16
16
  "Alias": "别名",
17
17
  "All": "全部",
18
18
  "All Users": "全部用户",
19
- "Apply": "",
20
- "Are you sure you want to delete \\'%(name)s\\' recursively?": "",
21
- "Are you sure you want to delete \\'%(name)s\\'?": "",
22
- "Are you sure you want to delete this record?": "",
19
+ "Apply": "应用",
20
+ "Are you sure you want to delete \\'%(name)s\\' recursively?": "是否删除 \\'%(name)s\\' 递归函数?",
21
+ "Are you sure you want to delete \\'%(name)s\\'?": "是否确定删除 \\'%(name)s\\'?",
22
+ "Are you sure you want to delete this record?": "是否确认删除该记录",
23
23
  "Are you sure you want to do this action?": "⚠️您确定要执行此操作吗?",
24
- "Back": "后退",
24
+ "Back": "返回",
25
25
  "Backup": "备份",
26
26
  "Beta": "☑️ 测试版",
27
27
  "Bridge Servers": "➖ 桥接服务器",
28
28
  "Bug": "错误/功能",
29
29
  "CPU %(cores)s Cores": "CPU %(cores)s 核心",
30
30
  "Can add sub admin": "👥 可以添加子管理员",
31
- "Can not connect to Cloudflare.": "",
31
+ "Can not connect to Cloudflare.": "无法连接cloudflare",
32
32
  "Check again": "再检查一遍",
33
33
  "Childs": "孩子们",
34
34
  "China": "🇨🇳中国",
@@ -36,52 +36,52 @@
36
36
  "Click to Import": "点击导入",
37
37
  "Click to Start Anti-Filter.": "<i class='fa-solid fa-play'></i> 点击以设置反过滤器",
38
38
  "Close": "关闭",
39
- "Commercial use": "",
39
+ "Commercial use": "商业用途",
40
40
  "Config file is incorrect": "配置文件不正确。",
41
41
  "Copy Link": "复制链接",
42
42
  "Couldn't find your ip addresses": "找不到您的 IP 地址",
43
43
  "Count:": "数数:",
44
44
  "Create": "创造",
45
- "Create Directory": "",
46
- "Create New Record": "",
45
+ "Create Directory": "创建目录",
46
+ "Create New Record": "创建新记录",
47
47
  "Create Package": "创建包",
48
- "Current Domain": "",
48
+ "Current Domain": "当前域名",
49
49
  "Dear {}\n\nYour hiddify information is\nUUID: {}\nLast online date: {}\nExpire time: {}\nUsage class: {}\n": "亲爱的 {}\n\n您的 Hiddify 信息是\nUUID:{}\n最后在线日期:{}\n过期时间:{}\n使用类别:{}",
50
50
  "Define the admin mode. ": "🥇🥈🥉 定义管理模式",
51
51
  "Define the user mode. Should the usage reset every month?": "用户的套餐模式。使用量是否应该每月、每周等重置",
52
- "Delete?": "",
52
+ "Delete?": "删除?",
53
53
  "Develop": "⚠️开发",
54
54
  "Direct": "➖ 直接",
55
55
  "Direct mode means you want to use your server directly (for usual use), CDN means that you use your server on behind of a CDN provider.": "➡️ <b>直接:</b>如果您在仅 DNS 模式下在 DNS 提供商上专门配置域,请选择此模式。 (CDN 或代理模式关闭)<br>\n🔙 <b>旧 Direct 模式:</b> 该模式与 Direct 模式类似,但不使用 gRPC 进行通信。如果您希望在 DNS 提供商上以仅 DNS 模式配置域而不使用 gRPC,请选择旧模式。\n<br>\n🔀 <b>CDN:</b>如果您的服务器域使用 CDN 提供商,请选择此模式。 (代理模式开启)<br>\n☑️ <b>自动 CDN IP 选择器:</b>此模式的功能与 CDN 模式类似,但根据 <a href='https://ircf.space' target='_blank' 提供的 IP 进行自动 IP 分配>ircf.space</a>。 Auto CDN IP 模式下,从域名解析 IP 地址,CDN 模式下,返回域名。<br>\n♾️ <b>中继:</b>如果您使用一台或多台中间服务器,请选择此模式。 <a href='https://github.com/hiddify/hiddify-config/discussions/129' target='_blank'>了解更多</a>\n<br>\n✴️ <b>Cloudflare Worker:</b>此模式可以在 Cloudflare 中自动为您的域创建工作人员。通过注册此域来简化工作人员的设置和管理,因为工作人员注册的必要步骤是在 Cloudflare 中自动处理的。\n<br>\n🔂 <b>Reality:</b> 利用 Reality 协议创建多个域。\n<br>\n🆎 <b>假站点:</b>如果您想使用假域名(例如 Soft98.ir)绕过 SNI 白名单代理,请选择此模式。 (不建议)\n<br>",
56
56
  "Disable": "禁用",
57
57
  "Disk": "硬盘",
58
- "Domain": "领域",
58
+ "Domain": "域名",
59
59
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "域 (%(domain)s)-> IP = %(domain_ip)s 与您的 IP = %(server_ip)s 不同。这在直接模式下是必需的",
60
- "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "",
60
+ "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "域名IP=%(domain_ip)s is not matched with your ip=%(server_ip)s需要用于直连模式",
61
61
  "Domain can not be resolved! there is a problem in your domain": "域名无法解析!您的域有问题。请检查您的域配置。",
62
62
  "Domain is not REALITY friendly!": "域名对现实不友好!",
63
- "Domain?": "领域?",
63
+ "Domain?": "域名?",
64
64
  "Donation": {
65
- "description": "",
65
+ "description": "✳️ 我们需要你的帮助来开发这个项目\n <br>\n 如果你是开发者或者编程人员请联系我们 <a href='mailto:info@hiddify.com'>info@hiddify.com</a>\n <br><br>\n \n ℹ️ 同样我们需要财政帮以便我们长远的发展和服务器费用 (we are Non-Profit).\n <br>\n <h5>Payment Methods :</h5>\n <ul>\n <li> <div class='btn-group'>\n <a role='button' data-copy='EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_' role='button' class='btn btn-info share-link'>TON</a> </div></li>\n \n <li> <div class='btn-group'>\n <a role='button' data-copy='TXZtFUxyBPMSykAWogu7C4zmbjySKqMcDE' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='TXZtFUxyBPMSykAWogu7C4zmbjySKqMcDE' role='button' class='btn btn-info share-link'>USDT (TRC20)</a> </div></li>\n \n <li> <div class='btn-group'>\n <a role='button' data-copy='MCHoh7xwaDBBnQgANPpBtXiekagV6KpdrM' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='MCHoh7xwaDBBnQgANPpBtXiekagV6KpdrM' role='button' class='btn btn-info share-link'>Litecoin</a> </div></li>\n \n <li> <div class='btn-group'>\n <a role='button' data-copy='0xF5CFc65ee336B377C2a37EA3BCD0CaD0d0F0CbA0' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='0xF5CFc65ee336B377C2a37EA3BCD0CaD0d0F0CbA0' role='button' class='btn btn-info share-link'>Ethereum</a> </div></li>\n \n <li> <div class='btn-group'>\n <a role='button' data-copy='bc1qkfp7n3wxu2zc9mdy20cf27d5pujj65myww8f60' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='bc1qkfp7n3wxu2zc9mdy20cf27d5pujj65myww8f60' role='button' class='btn btn-info share-link'>Bitcoin</a> </div></li>\n \n <li> <div class='btn-group'>\n <a role='button' data-copy='DPerFS2vCu5XnE3He32BaPVTkUDcKLsEaj' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n <a data-copy='DPerFS2vCu5XnE3He32BaPVTkUDcKLsEaj' role='button' class='btn btn-info share-link'>Dogecoin</a> </div></li>\n </ul>\n \n <br>\n \n 我们也需要以下帮助:\n <ul>\n <li>👥 向其他人分享我们的软件</li>\n <li>📝Python开发者</li>\n <li>📝Swift 开发者</li>\n <li>📝Flutter 开发者</li>\n <li>📝Go 开发者</li>\n <li>🖥内容提供者</li>\n </ul>\n 请联系我们 <a href='mailto:info@hiddify.com'>info@hiddify.com</a> if you can help us.",
66
66
  "title": "捐款"
67
67
  },
68
68
  "Download App": "下载应用程序",
69
- "Edit": "",
69
+ "Edit": "编辑",
70
70
  "Edit Proxy Names": "✏️ 修改代理",
71
71
  "Enable": "❇️启用",
72
72
  "Error in auto cdn format": "⚠️ 自动 CDN 格式错误",
73
73
  "Error! auto cdn ip can not be find, please contact admin.": "自动 CDN IP 错误!找不到,请联系管理员",
74
- "Example Domains": "测试并建议域",
74
+ "Example Domains": "测试并推荐域名",
75
75
  "Expired Users": "过期用户",
76
- "Export": "",
77
- "Fake": "➖ 假货",
78
- "Filter": "",
76
+ "Export": "导入",
77
+ "Fake": "➖ ",
78
+ "Filter": "过滤",
79
79
  "Finished": "完成的...",
80
80
  "From Last Restart": "从上次重新启动开始",
81
81
  "From when the user package will be started? Empty for start from first connection": "指定包的开始日期。留空以从第一个连接开始。",
82
82
  "Hiddify": "希迪菲",
83
83
  "Hiddify Android": "Android 系统",
84
- "HiddifyClash": "希迪冲突",
84
+ "HiddifyClash": "HiddifyClash",
85
85
  "HiddifyN intro": "请从 %(dl_link)s 安装 HiddifyN。\n然后点击下面的链接。它会自动完成所有事情。\n<br/>",
86
86
  "HiddifyNG": "HiddifyNG <span class='badge badge-success'>推荐</span>",
87
87
  "HiddifyNG intro": "📌 请从以下任一链接安装 HiddifyNG:\n<br/>\n %(dl_link)s %(play_link)s\n<br/>\n然后单击下面的链接并在 HiddifyNG 中打开它。\n<br/>",
@@ -91,16 +91,16 @@
91
91
  "How many days this package should be available?": "这个套餐有多少天?",
92
92
  "How many?": "多少?",
93
93
  "If monthly is enabled, the usage will be reset after 30 days from this date.": "如果启用每月选项,当该数字达到 30 时,用户使用量将被重置(对于每周和每日,该数字为 7 和 1)",
94
- "If the application do not open automatically, please click <a class='btn btn-primary copy-link'\n href='%(sub)s'>this universal link</a> to copy and paste it on\n your application, or:": "",
94
+ "If the application do not open automatically, please click <a class='btn btn-primary copy-link'\n href='%(sub)s'>this universal link</a> to copy and paste it on\n your application, or:": "如果应用没有自动开启, 请点击 <a class='btn btn-primary copy-link'\n href='%(sub)s'>this universal link</a> 复制并打开应用粘贴\n 你的应用, or:",
95
95
  "Import": "在应用程序中导入",
96
96
  "Import in": "导入",
97
97
  "In 5 minutes": "5 分钟内",
98
- "In CDN mode, Domain IP=%(domain_ip)s should be different to your ip=%(server_ip)s": "",
98
+ "In CDN mode, Domain IP=%(domain_ip)s should be different to your ip=%(server_ip)s": "在CDN模式,域名IP=%(domain_ip)s应该与你的IP不同=%(server_ip)s",
99
99
  "In this section, you can add your domain. You need to add at least one domain in direct mode.": "1️⃣ 在此部分中,您可以添加您的域名。\n<br>\n2️⃣ 如果您想减少出现脏 IP 的可能性,可以添加多个中继服务器<a href='https://github.com/hiddify/hiddify-config/discussions/129'>阅读更多</a>。\n<br>\n3️⃣ 如果您的面板中有多个 IPv4 或 IPv6,您必须将指向它们的域添加为中继。",
100
100
  "Incorrect Password": "⚠️密码错误",
101
101
  "Install": "安装",
102
102
  "Install Hiddify Application": "Hiddify 管理器安装",
103
- "Invalid IP or domain": "",
103
+ "Invalid IP or domain": "错误的IP或域名",
104
104
  "Invalid REALITY hostnames": "无效的 REALITY 主机名",
105
105
  "Invalid admin link": "管理员链接无效",
106
106
  "Iran": "🇮🇷伊朗",
@@ -119,7 +119,7 @@
119
119
  "Month Usage": "每月",
120
120
  "More Applications": "更多应用",
121
121
  "Network": "网络",
122
- "New": "",
122
+ "New": "",
123
123
  "No children!": "没有孩子",
124
124
  "Note": "📝 注意",
125
125
  "Offline more than 1 day": "离线超过1天",
@@ -133,7 +133,7 @@
133
133
  "Open in Application": "在应用程序中打开",
134
134
  "Others": "🇺🇳其他",
135
135
  "Override Root Admin": "🔁 覆盖备份中的所有者",
136
- "Owner can not be deleted!": "",
136
+ "Owner can not be deleted!": "拥有者可以被删除",
137
137
  "Package Days": "📆 套餐日",
138
138
  "Package ended!": "套餐已结束",
139
139
  "Package not started yet.": "套餐还没开始。",
@@ -145,8 +145,9 @@
145
145
  "Please connect your telegram accout to the panel to be informed about latest news.": "请将您的 Telegram 帐户连接到面板以了解您的订阅的最新状态",
146
146
  "Please create an issue on Github.": "请在 Github 上创建问题",
147
147
  "Please note that your panel can be accessed only via <a href=\"%(adminlink)s\" class=\"btn btn-primary copy-link\">%(adminlink)s</a>. Please save this link.": "请注意,您的面板只能通过以下链接访问。请保存此链接。\n<p><a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>",
148
- "Please select at least one file.": "",
149
- "Please select at least one record.": "",
148
+ "Please select at least one file.": "请选择至少一个文件",
149
+ "Please select at least one record.": "请选择至少一条记录",
150
+ "Please select at least one user": "",
150
151
  "Please select one of the following applications:": "📍请选择以下应用程序之一:\n<br/>\n<br/>",
151
152
  "Please type your message to send to the telegram:": "✏️ 请写下您要发送到 Telegram 的消息:",
152
153
  "Please understand that parent panel is under test and the plan and the condition of use maybe change at anytime.": "请理解,家长面板正在测试中,计划和使用条件可能随时发生变化。",
@@ -162,7 +163,7 @@
162
163
  "Remaining: ": "包裹结束",
163
164
  "Remote nodes are not supported yet!": "尚不支持远程节点!",
164
165
  "Rename File": "",
165
- "Reset Filters": "",
166
+ "Reset Filters": "重置过滤器",
166
167
  "Reset Usage Time:": "流量使用重置时间:",
167
168
  "Reset every month": "每月",
168
169
  "Reset package days": "📆 重置套餐天数",
@@ -176,20 +177,21 @@
176
177
  "Restore Settings description": "恢复所有设置说明",
177
178
  "Restore Users": "👥 恢复用户",
178
179
  "Restore Users description": "选择此选项可恢复所有用户",
179
- "Root": "",
180
- "Save": "",
180
+ "Root": "根用户",
181
+ "Save": "保存",
181
182
  "Save & Add More": "保存并添加更多",
182
183
  "Save Link": "保存链接",
183
- "Select all records": "",
184
- "Select record": "",
184
+ "Select all records": "选择所有记录",
185
+ "Select record": "选择记录",
186
+ "Seleted Users": "",
185
187
  "Send Message to User's Telegram": "📣 向用户的 Telegram 发送消息",
186
188
  "Sending": "正在发送...",
187
- "Should be a valid domain": "",
188
- "Should be a valid uuid": "",
189
+ "Should be a valid domain": "应该是有效域名",
190
+ "Should be a valid uuid": "应该是有效UUID",
189
191
  "Show Domains": "显示域的配置",
190
192
  "Simplifies the process of employing the link elsewhere.": "简化了在其他地方使用链接的过程",
191
193
  "SingBox": "📦 歌盒",
192
- "Sort by %(name)s": "",
194
+ "Sort by %(name)s": "以%(name)s排序",
193
195
  "Start Date": "开始日期",
194
196
  "Status": "地位",
195
197
  "Submit": "提交",
@@ -211,11 +213,11 @@
211
213
  "Total Usage": "总使用量",
212
214
  "Turn of VPN": "关闭VPN",
213
215
  "Unified link for all application.": "所有应用程序的一键设置链接(推荐)",
214
- "Upload File": "",
216
+ "Upload File": "上传文件",
215
217
  "Use HiddifyNext:": "使用 HiddifyNext:",
216
218
  "User activated!": "用户激活",
217
219
  "User is inactive": "用户处于非活动状态",
218
- "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "用户使用情况每 6 分钟更新一次。要立即更新,请单击<a href=\"%(link)s\"<inlang-LineFeed>class=\"btn btn-info\"&gt;此处</a>",
220
+ "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\" class=\"btn btn-info\">here</a>": "",
219
221
  "V2rayNG": "替代 v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br/>\n<br/>",
220
222
  "V2rayNG intro": "请从以下任一链接安装 v2rayNG:%(dl_link)s %(play_link)s。\n然后按照视频教程复制下面的链接粘贴到v2rayNG中 <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa -问题'></i> </按钮>。\n<br/>",
221
223
  "View in Telegram": "在电报中查看",
@@ -225,7 +227,7 @@
225
227
  "Why Going to Premium?": "为什么要选择高级版?",
226
228
  "Windows": "视窗",
227
229
  "With selected": "",
228
- "Xray": "☢️ X射线",
230
+ "Xray": "☢️ XRay",
229
231
  "Yesterday Usage": "昨天",
230
232
  "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager 每 6 小时自动进行一次备份。备份文件在服务器上的路径:⬇️\n<br>\n/opt/hiddify-config/hiddify-panel/备份\n<br>\n<br>\n<br>\n⚠️您可以通过单击下面的按钮下载配置的 JSON 文件格式\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>下载备份文件</a>",
231
233
  "You can restore your configs from previously downloaded configs": "ℹ️您可以从以前下载的备份文件恢复您的配置",
@@ -259,7 +261,7 @@
259
261
  "domain": "域名",
260
262
  "home": "仪表板",
261
263
  "proxy": "代理",
262
- "proxy_stats": "",
264
+ "proxy_stats": "代理状态",
263
265
  "support": "帮助",
264
266
  "telegram": "电报",
265
267
  "user": "用户"
@@ -282,11 +284,11 @@
282
284
  },
283
285
  "hiddify-clash-android": {
284
286
  "description": "app.hiddify-clash-android.description",
285
- "title": "希迪冲突"
287
+ "title": "Hiddify Clash"
286
288
  },
287
289
  "hiddify-clash-desktop": {
288
290
  "description": "app.hiddify-clash-desktop.description",
289
- "title": "希迪冲突"
291
+ "title": "Hiddify Clash"
290
292
  },
291
293
  "hiddify": {
292
294
  "next": {
@@ -296,7 +298,7 @@
296
298
  },
297
299
  "hiddifyn": {
298
300
  "description": "HiddifyN 描述",
299
- "title": "希迪尼"
301
+ "title": "HiddifyN"
300
302
  },
301
303
  "hiddifyng": {
302
304
  "description": "HiddifyNG 描述",
@@ -304,30 +306,30 @@
304
306
  },
305
307
  "loon": {
306
308
  "description": "潜鸟描述",
307
- "title": ""
309
+ "title": "Loon"
308
310
  },
309
311
  "nekobox": {
310
- "description": "应用程序.nekobox.描述",
311
- "title": "猫盒子"
312
+ "description": "app.nekobox.description",
313
+ "title": "NekoBox"
312
314
  },
313
315
  "shadowrocket": {
314
- "description": "暗影火箭描述",
315
- "title": "暗影火箭"
316
+ "description": "小火箭描述",
317
+ "title": "小火箭"
316
318
  },
317
319
  "stash": {
318
- "description": "藏匿描述",
319
- "title": ""
320
+ "description": "Stash描述",
321
+ "title": "Stash"
320
322
  },
321
323
  "streisand": {
322
- "description": "史翠珊描述",
323
- "title": "史翠珊"
324
+ "description": "Streisand描述",
325
+ "title": "Streisand"
324
326
  },
325
327
  "v2rayng": {
326
328
  "description": "V2RayNG 说明",
327
329
  "title": "V2RayNG"
328
330
  }
329
331
  },
330
- "auto": "汽车",
332
+ "auto": "自动",
331
333
  "auto_cdn_ip": "☑️ 自动 CDN IP 选择器",
332
334
  "cdn": "🔀 CDN(Cloudflare 代理,...)",
333
335
  "child has been removed!": "孩子已被移走!",
@@ -411,8 +413,8 @@
411
413
  "label": "数据库版本标签"
412
414
  },
413
415
  "dbvalues": {
414
- "description": "",
415
- "label": ""
416
+ "description": "config.dbvalues.description",
417
+ "label": "config.dbvalues.label"
416
418
  },
417
419
  "decoy_domain": {
418
420
  "description": "假网站:当有人直接访问您的域时模拟网站。<br>\n⚠️ 不要使用金融、伊朗和著名网站或需要登录的网站,例如 Google、Yahoo、Wikipedia、PayPal。<br>\n⛔ 请务必检查该网站并确保它是正确的网站,否则您可能会收到网络钓鱼警告。<br>\n⛔⛔ 再次检查该域名,以免以后出现问题",
@@ -950,7 +952,6 @@
950
952
  "telegram": {
951
953
  "erlang": "⛔️ 不工作 - Erlang:中等性能",
952
954
  "go": "✴️ Go:高性能 - 无广告支持",
953
- "orignal": "⛔️ 不工作 - 原始:高性能",
954
955
  "python": "✅ Python:低性能"
955
956
  }
956
957
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 10.11.0
3
+ Version: 10.12.0
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-manager/
6
6
  Author: hiddify
@@ -1,9 +1,9 @@
1
1
  hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
2
- hiddifypanel/VERSION,sha256=Ap1SXhwnHlfSU3Yn92mfKgxk1TkAuv09fFMJYcAwbbs,8
3
- hiddifypanel/VERSION.py,sha256=mHqroium0b1iTQGr3JhkR-xBFE0w_skGhqvyn-EW8hU,113
2
+ hiddifypanel/VERSION,sha256=2XJu_utmg-ha88ACQKP50RR_BQQLNKBacfq_rmtZXSk,8
3
+ hiddifypanel/VERSION.py,sha256=m5sTBpvVlSwR3mCe63Xyz4Ewo7pJKSO_vc_mSErFnDY,113
4
4
  hiddifypanel/__init__.py,sha256=aLukp3ORszdcH4G9J-MlxhjHN6yFlOuOE6mm-L3aG_g,266
5
5
  hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
6
- hiddifypanel/auth.py,sha256=ouAFprxAfsbeuC-YFGkMyA1Z4dtWzixv8DqB7nQXrtA,6640
6
+ hiddifypanel/auth.py,sha256=AQ1xoAGOTaqRf4-aEe4zsAHUTdEklnjKxaailm_EA8I,6738
7
7
  hiddifypanel/base.py,sha256=NHDHTI5FUu0P4_hv_4Db5vb6AvrUftwhEuYNLIe79gQ,4715
8
8
  hiddifypanel/cache.py,sha256=PrdYVvRRhamSMI1jFe6c7xcJEFsVsWbgXWkhDaMKaZM,1484
9
9
  hiddifypanel/database.py,sha256=Nao3PTjzRPZNJp60rZ3dufddtbdXPj6MQy_QDZcOpGc,262
@@ -17,11 +17,11 @@ hiddifypanel/hutils/__init__.py,sha256=suJMjypL6BePr_fRU54vw4gTPwHyXKY0P7SUtnCYN
17
17
  hiddifypanel/hutils/auth.py,sha256=CoT25nrneWaAnRtx7qDE0v4WkdCeV3ra78VqEN48jeE,3031
18
18
  hiddifypanel/hutils/convert.py,sha256=8GDlewbeRWGjXONxEk-M7fUwlYZ2-D0vi-UHf0XRLmE,1764
19
19
  hiddifypanel/hutils/crypto.py,sha256=rMgbQlfNFJQrbU_4nupGddn3ebGOaVNnAt7agBzUBsA,1220
20
- hiddifypanel/hutils/encode.py,sha256=Iney9wXm7Yva6V0Bwvpfok4h72o5u978JUUJVuklJPs,848
20
+ hiddifypanel/hutils/encode.py,sha256=XUq7NSrV11WeVIZFyfik8sqI82R0lKRm5mqKrxNoLrQ,834
21
21
  hiddifypanel/hutils/flask.py,sha256=AVC6Fwk6vk6vFlM1eUvs5GVYQDHIAMRqoppNR-vpjcY,10148
22
22
  hiddifypanel/hutils/github_issue.py,sha256=oDJU-8BgefDdls9sUzhVpohH9utrD4WZLWrb3oUwV4c,6500
23
23
  hiddifypanel/hutils/model.py,sha256=ajlJ-Tx0Mq68S9y5qEj0lwlDbF2xj0niZBQyw7UU670,1320
24
- hiddifypanel/hutils/random.py,sha256=BFDzAZSnf26eyzHRdA_qGQzT2H8jmzMFopaJSUlHsMU,1685
24
+ hiddifypanel/hutils/random.py,sha256=KrsarmRNL05PYzwMxDaDyv-_QcKS0YsZR2z7BnllAqI,1789
25
25
  hiddifypanel/hutils/system.py,sha256=nX7ZvmXKfHu6_cFVOGZRG-7ch2glqgzQL2iWraQc4S0,4350
26
26
  hiddifypanel/hutils/utils.py,sha256=ogLBVb4x8l5tRMYXKDUdTnb9dyEnrQsRjsMcuLeonlE,1065
27
27
  hiddifypanel/hutils/importer/__init__.py,sha256=kjl4ePaQodEXhliZmunCMQ-j7MsQbVYL_Zyd_35009A,18
@@ -29,17 +29,18 @@ hiddifypanel/hutils/importer/xui.py,sha256=GFAVsc_M2gF10P3k0Scb0VznLfAOUXKBr9PHB
29
29
  hiddifypanel/hutils/network/__init__.py,sha256=jEyLLnMUak2lXXWNvkQ5_fRtuo2wpOvba6q8gMJT7D8,328
30
30
  hiddifypanel/hutils/network/auto_ip_selector.py,sha256=uSQjxnqI7NdJ6N_jCNtHAGLwjRjHagBG4GeR0lhD-HM,5667
31
31
  hiddifypanel/hutils/network/net.py,sha256=jgtKq_w8z9BbjoT2JQ4POdqNGblRj3v50Ti40iZdZ-g,12065
32
- hiddifypanel/hutils/proxy/__init__.py,sha256=I6p5SL8UbdqFd4yd82JlEgqOr7AwPy-FeYm4D9htrGA,83
32
+ hiddifypanel/hutils/proxy/__init__.py,sha256=xXBa83kjYT_b-BNseEykfQYyJBQHTq1ZosfR8ZrQHkI,106
33
33
  hiddifypanel/hutils/proxy/clash.py,sha256=ERyiuUZibOUYvkyC1HPLCRPNB1lrZpuuafey2St7XtI,5820
34
- hiddifypanel/hutils/proxy/shared.py,sha256=DHDRpbkngwfqPskumdBgYAA0k9K3qLqmiJIwTwgrTwM,19891
35
- hiddifypanel/hutils/proxy/singbox.py,sha256=imuef9NzvVOc0u3RRXFXLIOGwLj9mh7Zkr6XTUoRDHw,10984
36
- hiddifypanel/hutils/proxy/xray.py,sha256=yYp0Q92kflv3RSKc6cDc8rc5wbcQJJkT2eUUZflWggI,10413
34
+ hiddifypanel/hutils/proxy/shared.py,sha256=ifxRqVjmAdD1CLqrPwnzDL6WTMOOrHO-eueH9ZIKO_8,20634
35
+ hiddifypanel/hutils/proxy/singbox.py,sha256=ssaO5lCK6CmZ3BIHgAdlD7GcMZljJSF8DaMissgw_Jw,10800
36
+ hiddifypanel/hutils/proxy/xray.py,sha256=HDK4PsyY8qnnmQ51hNiP4UKJVXE-nMjIRuFjF1ZcHOY,10769
37
+ hiddifypanel/hutils/proxy/xrayjson.py,sha256=KrK8VT91FzBjR8aRN6SL1-2GbO4XscIW-7-f3iDp9gY,13016
37
38
  hiddifypanel/models/__init__.py,sha256=0tCXDeb3kBqCDBrczzEvuFKcALK2jJok6CioLxggPJQ,823
38
39
  hiddifypanel/models/admin.py,sha256=dtDck9W2GgdRUJ53Zld4t1BJVuIIZKMVUe4o5gdeG2k,6445
39
40
  hiddifypanel/models/base_account.py,sha256=u8l9BGLw2D57M7ADGf9ZbNQvlnhhXHmYOkxwhghq5ck,3054
40
41
  hiddifypanel/models/child.py,sha256=fyWKKad2SMV6Jg_y_a78s4KaSnU2CnXIXJvdg56fAWs,2548
41
- hiddifypanel/models/config.py,sha256=q9kBK3wU6JaR_53C_0rdE7dMwPbs1rcZHCLsm0W_Iso,5743
42
- hiddifypanel/models/config_enum.py,sha256=GcZv8SmYQiG_yx9AWOsXqmQ8Kgz9n0al6yGS-sbJAr0,12617
42
+ hiddifypanel/models/config.py,sha256=IcHyRAvEg3fFWtbbzs-BgfH-RZIAo9yJ5K4MPY2z4LM,5951
43
+ hiddifypanel/models/config_enum.py,sha256=bPAjMPGnuBmVVg6u-l9HsEy8I_oBuS8qodQMmM81pyI,12819
43
44
  hiddifypanel/models/domain.py,sha256=76ECktOTStwl7atB79aCxVZxuMx6BoG74848B3g_RJg,8323
44
45
  hiddifypanel/models/parent_domain.py,sha256=HEmfe92TtDDKY6wBa9eboLyS-KyKxMMnLli1R8D3U8A,2358
45
46
  hiddifypanel/models/proxy.py,sha256=upwHzDoGGhZXr_JmhH2sSXcBe3Pc1c0HPfFS04k9qtY,2996
@@ -57,7 +58,7 @@ hiddifypanel/panel/cli.py,sha256=stf6kNsfMGHFKrgeNeI9CqoFfSW_fGJZjIn6GcrRYjM,941
57
58
  hiddifypanel/panel/common.py,sha256=PLDWD8YSYs0j0mlp_v4UOMF_L35gz936PyUGLDG3MGY,7529
58
59
  hiddifypanel/panel/custom_widgets.py,sha256=9qI_fNX8NKqB1r8ljgcaisGZaDM89_PM_rOBZbGaTYs,2506
59
60
  hiddifypanel/panel/hiddify.py,sha256=Xf0l0niDXCeNB6XFGlOIkiN1MixYWd7WyrhNxif7Ef0,17298
60
- hiddifypanel/panel/init_db.py,sha256=BQYseZOpghTVjRFNnnduxmQ3gQiISZcXkUp7a5uoiKQ,31236
61
+ hiddifypanel/panel/init_db.py,sha256=G3bTx7ER9LNIrnERGByU2yF3-3rKczgjsUrpQjGirbo,31236
61
62
  hiddifypanel/panel/run_commander.py,sha256=D9y-My0xSe2adHWXKV5UPYGl-9WwKURzniq55MRu6tE,3259
62
63
  hiddifypanel/panel/usage.py,sha256=RBEuN4kDMbePFWRlRvFblAlFyLizdZhDHlW_AyxzXQ0,4141
63
64
  hiddifypanel/panel/admin/Actions.py,sha256=ErpMJi0AlvvtKoM0WqtZPYg5l41i7nfIyDpSAQIFHmM,8853
@@ -65,11 +66,11 @@ hiddifypanel/panel/admin/AdminstratorAdmin.py,sha256=fBr1nkavxXwH7jcaWEv1JK784Q3
65
66
  hiddifypanel/panel/admin/Backup.py,sha256=dp74st7OBw_j3hH-4K4tf9EyP4qGuALaJ5pTcC-SWt8,3670
66
67
  hiddifypanel/panel/admin/ConfigAdmin.py,sha256=0hnLY-8BxrpVnrAcQaedWjHnRUq1X_Styi_ZCZ2ivds,2876
67
68
  hiddifypanel/panel/admin/Dashboard.py,sha256=i-k6bK9mTViN1iApMGR4AqwPr3pO14QXf4Lu6fe_Q9Q,4468
68
- hiddifypanel/panel/admin/DomainAdmin.py,sha256=87-V8ajnymV-GoyMJ7JhUOFwxNjygp22boHFd-y9o3E,14316
69
+ hiddifypanel/panel/admin/DomainAdmin.py,sha256=cW10gYBlXDGeQVK4cJNpU2ByFhM1fy5fLCcSgc4hDrY,14356
69
70
  hiddifypanel/panel/admin/NodeAdmin.py,sha256=utJsYrZiK3hA1q3R0GMsEX03u-mxywsMr9z89_1bXjE,2995
70
71
  hiddifypanel/panel/admin/ProxyAdmin.py,sha256=3KcXjPPFQLtJpoW3P8jQMObA6yne2eUXZ5Dfmal9McM,5232
71
72
  hiddifypanel/panel/admin/QuickSetup.py,sha256=X8d492PLQu8vNtabh-X2R2IDZVs_5pmWeyn-Qz5_qXk,7560
72
- hiddifypanel/panel/admin/SettingAdmin.py,sha256=Sb3cbpKre9SPQu5KoC88rK8utHDpccI3AGzYOcGxDig,15903
73
+ hiddifypanel/panel/admin/SettingAdmin.py,sha256=UbakcS4hUQ78ejf3pWIoSV6pjAWltY0YcSF94e-X_PI,16229
73
74
  hiddifypanel/panel/admin/Terminal.py,sha256=fjLVLspXYHOwZGyMU_KbytWe1zf-m6KbmvBPEDps45w,1737
74
75
  hiddifypanel/panel/admin/UserAdmin.py,sha256=6BvvFFcbU62C2I0Xq-Ixk1OP4D9jhosTThI6koUrjc8,16932
75
76
  hiddifypanel/panel/admin/__init__.py,sha256=hb0A2HuK_nBZRCNPumwahXX-25FMxODKYlNbk2ItF08,3015
@@ -119,7 +120,7 @@ hiddifypanel/panel/admin/templates/fake_for_translation/Flask-AdminLTE3/template
119
120
  hiddifypanel/panel/admin/templates/fake_for_translation/Flask-AdminLTE3/templates/flask-admin/rediscli/response.html,sha256=FekGe9v4RIMoGZlnk9TwqOFjSUVaRweLeZf-oFCVOck,965
120
121
  hiddifypanel/panel/admin/templates/model/admin_list.html,sha256=lpjiAl7kR5xb0fLpI5-kmf9uA6CVSAFuNE-2WZ152yQ,690
121
122
  hiddifypanel/panel/admin/templates/model/domain_list.html,sha256=rrPYKISPXcwYreMp2MrJb-sEL9-6dCZF_dk6ejObrm8,414
122
- hiddifypanel/panel/admin/templates/model/user_list.html,sha256=n46ymDd1FwYclN0MKmsjGEw9BBOI-jd0PMQjTy3aNSo,4898
123
+ hiddifypanel/panel/admin/templates/model/user_list.html,sha256=hwKZaHClJogrIVvIKmemdY0rJMwg9yIB7cqHh_nDVqU,5830
123
124
  hiddifypanel/panel/commercial/ParentDomainAdmin.py,sha256=n3X7_PuQBr2zlP6K5A0EHmtRdI9Vy49YORim_9L2QFA,4886
124
125
  hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=tBE7XX-ZFGzk-mwVPXv66XjYrDjRPCgWJPjcZoY1WFI,2775
125
126
  hiddifypanel/panel/commercial/__init__.py,sha256=YF5r5nSOCMof9NTPRtWbkHbRXfSBroOdwvyjdMCqXbo,2245
@@ -127,7 +128,7 @@ hiddifypanel/panel/commercial/restapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
127
128
  hiddifypanel/panel/commercial/restapi/v1/__init__.py,sha256=PKpT6Jdh37udexOnOdsvA681nqStGY-jqalEBB9_utU,1208
128
129
  hiddifypanel/panel/commercial/restapi/v1/resources.py,sha256=D7HTLAW-KA_Ikm9VArN2FSARfyCPKHxr3WEs_y4_HTM,4691
129
130
  hiddifypanel/panel/commercial/restapi/v1/tgbot.py,sha256=jgbLuwH9vvDOi4T1LeowqBsEUI3V4mgmR24s0RkMO14,2069
130
- hiddifypanel/panel/commercial/restapi/v1/tgmsg.py,sha256=alqwRD_kfG0tUzxvzR9fgfgeW7flgJPBXOvzzsYCj6g,2873
131
+ hiddifypanel/panel/commercial/restapi/v1/tgmsg.py,sha256=bUERY88cNvcDQ-SxoL4oNn6fiIKj8souyS1kSYnQmuU,3033
131
132
  hiddifypanel/panel/commercial/restapi/v2/DTO.py,sha256=X4UqDY0EiWMECuiNVmCYuzZUi6yY0dXwnkXSCEdeV84,244
132
133
  hiddifypanel/panel/commercial/restapi/v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
133
134
  hiddifypanel/panel/commercial/restapi/v2/admin/__init__.py,sha256=rC-ltHVh8JaMfsuNKTqgC_ovL6KBETQfP_I89u8Cd5A,1503
@@ -141,7 +142,7 @@ hiddifypanel/panel/commercial/restapi/v2/admin/users_api.py,sha256=SyCEMhNpghHqY
141
142
  hiddifypanel/panel/commercial/restapi/v2/hello/__init__.py,sha256=_92eofDrCRRBPMp46qvQtJD404lHAUbfa6BpRDMK5Jw,472
142
143
  hiddifypanel/panel/commercial/restapi/v2/hello/hello.py,sha256=dyGu4-n02u-x-kHhCjxhRURt71g1woN2JkS-nCbfNE4,709
143
144
  hiddifypanel/panel/commercial/restapi/v2/user/__init__.py,sha256=SxWty7krk6kt_JORT1AyQcUfgRdY_55vRb3FAxT4LB8,1230
144
- hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py,sha256=K3XODvh7_48APsU2782f53OgUVpme5F3LDmjZ0e7whk,21632
145
+ hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py,sha256=WVq8Ufjr_HpkdHG3juTD6Tfg12kE-00VRV8PrbSiqY8,20833
145
146
  hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py,sha256=tc2fP-neC2mbc7sRQADpLYwlIFLr5UtUjyTsOT3rVp4,4602
146
147
  hiddifypanel/panel/commercial/restapi/v2/user/info_api.py,sha256=BzoWLykmxkQmlUQ8b1-0NGaGRtPeVncwzVDA-7XBO68,3918
147
148
  hiddifypanel/panel/commercial/restapi/v2/user/mtproxies.py,sha256=wK6zMOw2OTVxeMkzZGVah34GYDMJa8Keq5z7jGKfFys,1676
@@ -154,14 +155,15 @@ hiddifypanel/panel/commercial/telegrambot/information.py,sha256=nIISEg_H_C34lRgV
154
155
  hiddifypanel/panel/commercial/templates/configc.html,sha256=zUcjzAgYfEd_wsZm8ZXUSNzNteh7sV8b5r4jUV0zCbQ,1569
155
156
  hiddifypanel/panel/commercial/templates/parent_dash.html,sha256=TpoEcEN8qHSDdT9pVxrB2wBKVbEIK9EsldLcH_lQLrc,2007
156
157
  hiddifypanel/panel/common_bp/__init__.py,sha256=yskFFbWMJzmlMeT_rV1Dio4l1kcPMQr5K7SeDiyri9w,379
157
- hiddifypanel/panel/common_bp/login.py,sha256=wNfH7rzYtmanrIityKQhhVvUJooC658QhSE3h69rEZQ,6316
158
+ hiddifypanel/panel/common_bp/login.py,sha256=eDynKaUI6Q015E8cByMNT9twBw7xIiFL6TD4m4kL0zs,6320
158
159
  hiddifypanel/panel/common_bp/templates/login.html,sha256=jDl9-Nh2qMuCsLQmXm7e5jvSaRAlBxReVVCbNSTTHJw,1312
159
160
  hiddifypanel/panel/user/__init__.py,sha256=E9RxA2YGc0eXLGjfJbyryeLG3bXEWJ3DoVOyIpVaDIo,1859
160
161
  hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
161
- hiddifypanel/panel/user/user.py,sha256=Vg0vNopnxVjupOh8smyi4kDc5x1ckTTBXV_0mEQjBQs,13526
162
+ hiddifypanel/panel/user/user.py,sha256=wQZYCbbm32newWANXrVn1Gr0x0cHNKqqgpdi4II1yis,13827
162
163
  hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=u5jhAgjhH07_0csdIisuXy2HNCC9SWlP0whBAGFXA78,564
163
164
  hiddifypanel/panel/user/templates/all_configs.txt,sha256=i8I6g9ujOr3RIuRoGRqY2Q75I89mbHko_JVPvQt4E_g,1260
164
165
  hiddifypanel/panel/user/templates/base_singbox_config.json.j2,sha256=xhvQpm0fp2w3VA8N7zXbYs8RWlRgdyApiedFH_sRTfM,7107
166
+ hiddifypanel/panel/user/templates/base_xray_config.json.j2,sha256=rfe86qX0qzO6mQOyAobCaDwiOL0yeMKPhvwQEwUf5j0,2491
165
167
  hiddifypanel/panel/user/templates/clash_config copy.yml,sha256=j_IWrvoAvCUPYULXlegDHmBobev5MObZkqeUoTPHGTc,7641
166
168
  hiddifypanel/panel/user/templates/clash_config.yml,sha256=MwdPGIkwS4TkitO0c6f7bIvxh6rL7QMF84DfbxUJjPs,5169
167
169
  hiddifypanel/panel/user/templates/clash_proxies copy.yml,sha256=j98fCeMP4-qZlAma8a9noChUqc84djM6apINgNZLPjU,12365
@@ -239,7 +241,8 @@ hiddifypanel/static/fonts/Vazir.woff2,sha256=hiSb0YdZo_FDhmchu-X3E5e74hrd5t5TD9E
239
241
  hiddifypanel/static/images/WhiteLogo.png,sha256=ZvfzfBxOkmJDyaxgI8v49Hu49lFlyJe0CuHCpokiHgs,7570
240
242
  hiddifypanel/static/images/favicon.ico,sha256=yFL5OsgXrsTKaFcBoZFMeKVjWc0vr_VsdyZQkpspUjo,103814
241
243
  hiddifypanel/static/images/hiddify-dark.png,sha256=YGz0d6SUh5NmWr45GRPqlGJSE-MiCxr6ZVhAU2JPaX4,111125
242
- hiddifypanel/static/images/hiddify.png,sha256=Lq-XqNRd5QQANwv4y7orXB3v5KERJpF8auNWB2do2CA,37408
244
+ hiddifypanel/static/images/hiddify.png,sha256=VZyNy-GjVa0p3o4hymjY_IcQqDzZ7-u-wB19v_Esu-M,1890868
245
+ hiddifypanel/static/images/hiddify1.png,sha256=Lq-XqNRd5QQANwv4y7orXB3v5KERJpF8auNWB2do2CA,37408
243
246
  hiddifypanel/static/images/no_back_hiddify.png,sha256=UPesqae0NtaHE0w9CqlgY03IyOt8mgYlMNZwgrK0u5U,8441
244
247
  hiddifypanel/static/images/pwa-icon.png,sha256=bCoFm26eX32xdzFP_Wp79GCXlnthYJkKvGWbfY8PWLg,12026
245
248
  hiddifypanel/static/images/splash/ipad_splash.png,sha256=aOfdQ3Ql3QrO1Ik1jlA4tOzP8ZscFHpTCdPY_o2o6uE,75224
@@ -270,7 +273,8 @@ hiddifypanel/static/js/pwa.js,sha256=VsUsexn301zSFq6qvikIsThpORi53pHtBfCdUhMo8DI
270
273
  hiddifypanel/static/js/qrcode.js,sha256=Puct6facZo-VZzY6k1jflVlguukADZ69ZkFGcPiOhzU,33168
271
274
  hiddifypanel/static/new/get_new.sh,sha256=vNVm8j6-GSV9PWlfkgLaIsaTVV16z55z4Dva_o2e33M,792
272
275
  hiddifypanel/static/new/assets/applestore-ed24a1a4.png,sha256=7SShpLVOc5Hc11fp3apcRNVAWeT-Dc-TnwgBTyfTqH0,10755
273
- hiddifypanel/static/new/assets/hiddify-logo-7617d937.png,sha256=dhfZN1pTIJwTFLSwHtvFginpX-XX2FYZhAktPOV6jwo,13617
276
+ hiddifypanel/static/new/assets/hiddify-logo-7617d937.png,sha256=VZyNy-GjVa0p3o4hymjY_IcQqDzZ7-u-wB19v_Esu-M,1890868
277
+ hiddifypanel/static/new/assets/hiddify-logo-7617d937_old.png,sha256=dhfZN1pTIJwTFLSwHtvFginpX-XX2FYZhAktPOV6jwo,13617
274
278
  hiddifypanel/static/new/assets/index-4510b616.js,sha256=lGd3DMGajfGGJf0LuaKGxGHMcSk0gK8oSF4S-SwaxRY,1307036
275
279
  hiddifypanel/static/new/assets/index-669b32c8.css,sha256=ZpsyyPj8jw4cxcSBtas0S0rh8F5Urv6iCrN-GjOrjoM,108417
276
280
  hiddifypanel/static/new/assets/linux-b48917d1.png,sha256=tIkX0Yq1UvVpCB5KUJ3GpAhvZrATAbrnG0dT2p5b4DU,80521
@@ -784,7 +788,7 @@ hiddifypanel/static/webfonts/fa-v4compatibility.ttf,sha256=Lds7QRSpy1ZeSbCvIcw6y
784
788
  hiddifypanel/static/webfonts/fa-v4compatibility.woff2,sha256=9GcVydMAR_jepOsl7YafeR6wacaw9hAjgsMqVq7q37s,4568
785
789
  hiddifypanel/templates/500.html,sha256=WyN-B6KTrkqnvTWI9u0wSuHA0buIvO9KSkaKUNJx8pA,1106
786
790
  hiddifypanel/templates/a.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
787
- hiddifypanel/templates/admin-layout.html,sha256=xjQckwiR9mbtMse55ZROtPdWVQs_GlKDid1Lsdd-RRQ,10215
791
+ hiddifypanel/templates/admin-layout.html,sha256=4WD2pPJkCq4PJSoS3iDAIlxX8whi_XKzkAhvceqsiQk,10306
788
792
  hiddifypanel/templates/admin.ht.old,sha256=e9FBo9YPi7zFVidg8jS6JhOOsYdBbNPxfpTWG1dbIeg,8384
789
793
  hiddifypanel/templates/donation.html,sha256=Oft3WENpSnwpbDgMw3MnhQIlQhuN_TDKm54qd4_FwIk,741
790
794
  hiddifypanel/templates/error.html,sha256=Tnu3mMZ6zvFcATU6_OY1stljVPd9Djnxm3LV7Zx4zck,476
@@ -793,29 +797,29 @@ hiddifypanel/templates/flaskadmin-layout.html,sha256=PkF74ld3HZ-j5_nVzVxmispnmmo
793
797
  hiddifypanel/templates/github_issue_body.j2,sha256=6Z4QF-cOAaUxDtRQXT8H4O9SrZ3TGoxgpjnfIpGbsxo,474
794
798
  hiddifypanel/templates/lte-master.html,sha256=jYhcNj8SuMOPT35OEG4e1sLWm03Vq53n4ynf3SdOWj4,1585
795
799
  hiddifypanel/templates/macros.html,sha256=HlnXbIMN8i37fVusBdfw0QfVkImnFpZw9zbmtpAT4p8,4139
796
- hiddifypanel/templates/master.html,sha256=bN4lzkq2dgvfV1bEjGn7tzLpDoNuzZMj5PzgoH_Q1Tc,21727
800
+ hiddifypanel/templates/master.html,sha256=gxLs3UzKsk2OMJTbitrnmUidDzNRTUe-yE51eTcreGI,21869
797
801
  hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjIqmnpZi0,412
798
802
  hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
799
803
  hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
800
804
  hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
801
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=62z8sROPDLwmU7o9HKTph6Yguib9fT4wQLuKfamLrTk,71519
802
- hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=PyJSj5cC98CIQ3PfJGvQ8uzGgKrdlCkidl0jjIocCGo,74586
803
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=-fo-4-twFecwfabHL1alK_UtFmm1UlU4HDIwqvgG3ew,94934
804
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=GqFknCZKm5jloxgNTcKmbcuFi_HmTQQrJwkYWCr-d2A,98485
805
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=hJ1KV4zNBhX5vJ7UGtqGzVNgp3Vm-9BqUK-MUzGJg94,60425
806
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=hpAzlu1XpXhTxUOWkobgrIUwPKJb2DNmMYpml797KDc,68398
807
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=yXnd8WWnBI1Z_DC3sDfuH-kKNCQ7U-eR1XjAOhRf9yc,82252
808
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=6OOb8Ar1R7py7LN10Uu7VAfkX_fEVN30Rie5LRZaWE0,90879
809
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=45ioFi8D62iwzoKKJW3L9pPE9KzBWf70ETIs3drvV-I,56014
810
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=z6-yfEjGGo_X0Q5gVDXauz7DQAn0ljIsx8RgZPdswIM,64053
811
- hiddifypanel/translations.i18n/en.json,sha256=AHC--Cj-qATmzwq925wP9M6tNFS57RaUs58UVfkSXu0,64947
812
- hiddifypanel/translations.i18n/fa.json,sha256=03HCClZO-p2LCErk8-AazWZuYlkksDY1e2DSEo4eg1M,88837
813
- hiddifypanel/translations.i18n/pt.json,sha256=hdehLrxpunQPkhpiGTnPI7DCCd0Egaxa2tmV9QlaBjU,59044
814
- hiddifypanel/translations.i18n/ru.json,sha256=WNEG6aOgvLwxdDIB5N6-Fc9xEAZLwiyFOanbpSj945U,81456
815
- hiddifypanel/translations.i18n/zh.json,sha256=Xqw6hXEg8hizR9ZGxYXN-Gu8hmUy43t_v87rkT_ihdk,55089
816
- hiddifypanel-10.11.0.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
817
- hiddifypanel-10.11.0.dist-info/METADATA,sha256=-GfKktWiNV3L6WxkZqjC3AOCSrfLtPJs_82wfNsZfok,3987
818
- hiddifypanel-10.11.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
819
- hiddifypanel-10.11.0.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
820
- hiddifypanel-10.11.0.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
821
- hiddifypanel-10.11.0.dist-info/RECORD,,
805
+ hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=mcLTdS3icpAkju7DTjlklSdi6a1XVDP5LRST1GhqB0w,71963
806
+ hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=4Gw_q2r9F0gjcYzTRv8AikbTeONM7Rvli7qYe063IKE,75048
807
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=TClxc1WWAz_OFFPrBeYAWqRL22aLI2p61AHkYz8KPDw,94612
808
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=yXTUjjrpr911BIMMzi5v-TO2beg0Jge9j8qGQHozh00,98382
809
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=REQGL-gU4GDYwFHmN_VMYI5cjFWR6yYAAvWjMCoEFJ8,60047
810
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=0F3ZBtE5doqyNNk_pkwTHIVEtXdcRakI2JMu283rgAc,68221
811
+ hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=OfSuOCwV0sYc_UFG5VflYwQ0pimXPjJUOBgoSCnuYlc,90485
812
+ hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=Kix_twjEhWOOedm8U77IOFzDGGi-3F6lrmgUSK_ufUM,97143
813
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=bDYQtlD55NHelt9QS-FyPUsWFZVHd8dsWHJKznYxvDU,60805
814
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=wHudAvHHus2_Wyp9XEMI85OptK_M-bXTGWq1kZKxkOU,67624
815
+ hiddifypanel/translations.i18n/en.json,sha256=stYCwZ9QzbuWU4jIXcaZ11Rkw0pMA5tgEUB225UiQ3U,65399
816
+ hiddifypanel/translations.i18n/fa.json,sha256=jvwr-ROfC_TsFbx9Brz_CNSU5Stsa2FtH6nM0mBufXc,88730
817
+ hiddifypanel/translations.i18n/pt.json,sha256=o1rOVsP3UVXD1q6y-s-OS3e7ed9TXS0L2SPSNnZRkN4,58875
818
+ hiddifypanel/translations.i18n/ru.json,sha256=kz-Nrsgo-kJMiltmoQqD-ww4niGb_Tb-ySPWCqkFeDo,87554
819
+ hiddifypanel/translations.i18n/zh.json,sha256=VHc1urtlW8x_Em2EUdp8S_NNU7svioCoDQSA0txNu3A,58518
820
+ hiddifypanel-10.12.0.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
821
+ hiddifypanel-10.12.0.dist-info/METADATA,sha256=SlxT1llAeiN4XlEdSzBRt8efnFbTEsswV6rFRgs4GVU,3987
822
+ hiddifypanel-10.12.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
823
+ hiddifypanel-10.12.0.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
824
+ hiddifypanel-10.12.0.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
825
+ hiddifypanel-10.12.0.dist-info/RECORD,,