fix: JSZip локально вместо CDN — убирает задержку 10с
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-12 14:42:25 +04:00
parent 370a869aef
commit 75b8476703
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root) sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях) # Версия приложения (меняется при изменениях)
VERSION = "5.0.0" VERSION = "5.0.1"
def create_app(): def create_app():
+13
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8,7 +8,7 @@
<meta http-equiv="Expires" content="0"> <meta http-equiv="Expires" content="0">
<title>DrHider — обфускация документов</title> <title>DrHider — обфускация документов</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg"> <link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script> <script src="/static/jszip.min.js"></script>
<style> <style>
:root { :root {
--brand-primary: #2563eb; --brand-primary: #2563eb;