v2.0.9: фавикон nubes.ru (U-арка)
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 10:56:58 +04:00
parent de05d746cc
commit 3b2e576284
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Конфигурация приложения — все настройки в одном месте."""
import os
VERSION = "2.0.8"
VERSION = "2.0.9"
LLM_URL = os.getenv("LLM_API_URL", "https://api.aillm.ru/v1/chat/completions")
LLM_KEY = os.getenv("LLM_API_KEY", "")
+11 -3
View File
@@ -1,4 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="4" fill="#001C34"/>
<text x="16" y="24" text-anchor="middle" font-size="22" font-weight="bold" fill="white" font-family="sans-serif">N</text>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="57" xml:space="preserve" overflow="hidden" version="1.1">
<defs>
<clipPath id="c0"><rect x="652" y="420" width="64" height="75"/></clipPath>
<clipPath id="c1"><rect x="652" y="420" width="64" height="70"/></clipPath>
</defs>
<g clip-path="url(#c0)" transform="matrix(1.01357 0 0 1.01357 -664.97 -440.306)">
<g clip-path="url(#c1)">
<path d="m114.028 43.149v7.659c0 3.785-3.08 6.863-6.866 6.863h-21.825c-3.786 0-6.866-3.08-6.866-6.864v-2.528l0.056.009V15.815l-10.382 2.013 0.004 3.877v28.971c0 9.481 7.713 17.192 17.187 17.192l21.836.132c9.474 0 17.187-7.712 17.187-17.193v-2.654l0.027.004V15.815l-10.382 2.012 0.028 25.322z" fill="#001c34" fill-rule="evenodd" transform="matrix(1 0 0 1.01337 587.92 420.059)"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 871 B

+1 -1
View File
@@ -73,7 +73,7 @@
<body>
<div class="topbar">
<img src="/static/logo.svg" alt="Nubes">
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v2.0.8</span></span>
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v2.0.9</span></span>
<div id="pipelineStepper" style="display:flex;gap:8px;font-size:11px;align-items:center;color:var(--muted);">
<span id="stepUpload">○ Загрузка</span><span></span>
<span id="stepClassify">○ Классификация</span><span></span>