Добавить статику приложения и синхронизировать с production.

В репозиторий включены css/ (f7support.css, fonts.css), img/ (иконки файлов и app.svg), fonts/, а также актуальные правки JS, PHP и info.xml с иконкой навигации.
This commit is contained in:
root
2026-05-20 14:47:57 +03:00
parent d0878f2b05
commit 2514bb79a5
18 changed files with 2838 additions and 565 deletions
+34
View File
@@ -0,0 +1,34 @@
<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_di_3908_45081)">
<circle cx="24.5" cy="23.5" r="22.5" fill="#FDFDFD"/>
<circle cx="24.5" cy="23.5" r="22" stroke="url(#paint0_linear_3908_45081)" stroke-opacity="0.2"/>
</g>
<path d="M15.6021 13.5132V23.4999V33.8168C15.6021 35.2913 16.7974 36.4866 18.2718 36.4866H20.9416H23.8156H26.6896H32.4375C33.4706 36.4866 34.3081 35.6491 34.3081 34.616V13.5132C34.3081 11.8563 32.965 10.5132 31.3081 10.5132H18.6021C16.9452 10.5132 15.6021 11.8563 15.6021 13.5132Z" stroke="#151515" stroke-width="0.88" stroke-linecap="round"/>
<path d="M15.6021 22.4897H34" stroke="#151515" stroke-linecap="round"/>
<path d="M15.6021 27.4897H34" stroke="#151515" stroke-linecap="round"/>
<path d="M21.2186 18.0898H10.8686C9.91586 18.0898 9.14355 18.8622 9.14355 19.8148V30.1648C9.14355 31.1176 9.91586 31.8898 10.8686 31.8898H21.2186C22.1712 31.8898 22.9436 31.1176 22.9436 30.1648V19.8148C22.9436 18.8622 22.1712 18.0898 21.2186 18.0898Z" fill="#B6602B"/>
<path d="M16.1664 19.8242C17.0473 19.7575 17.9203 20.0516 18.631 20.6544C18.9229 20.9537 19.1519 21.3257 19.3004 21.7421C19.4489 22.1584 19.513 22.6083 19.488 23.0575C19.4976 23.6902 19.3509 24.3131 19.0651 24.8536C18.7752 25.3849 18.3584 25.8086 17.8646 26.0741C17.3001 26.3759 16.6832 26.525 16.061 26.5101H14.3458V30.1649H12.5933V19.8242H16.1664ZM14.3447 24.9306H15.8536C16.3319 24.9697 16.8062 24.8069 17.1879 24.4725C17.3438 24.3012 17.4652 24.0926 17.5436 23.8615C17.6219 23.6303 17.6553 23.3821 17.6413 23.1345C17.6413 21.9954 17.065 21.4254 15.9125 21.4246H14.3447V24.9306Z" fill="white"/>
<defs>
<filter id="filter0_di_3908_45081" x="0" y="0" width="49" height="49" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3908_45081"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.4 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_3908_45081"/>
<feBlend mode="normal" in="effect2_innerShadow_3908_45081" in2="effect1_dropShadow_3908_45081" result="effect2_innerShadow_3908_45081"/>
</filter>
<linearGradient id="paint0_linear_3908_45081" x1="3.40625" y1="3.04546" x2="47" y2="3.04546" gradientUnits="userSpaceOnUse">
<stop stop-color="#C0FF7B"/>
<stop offset="0.65625" stop-color="#70B62B"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB