update syntax to repair overflow error

This commit is contained in:
kicap
2023-08-18 02:30:56 +08:00
parent 7a66245b7e
commit 64668289d7
174 changed files with 534 additions and 302 deletions

1
assets/flags_svg/aoa.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" viewBox="0 0 28 20"><g clip-path="url(#clip0)"><path fill="#fff" d="M0 0h28v20H0V0z"/><path fill="url(#paint0_linear)" d="M0 0h28v20H0V0z"/><g filter="url(#filter0_d)"><path fill="#262626" fill-rule="evenodd" d="M0 20h28v-9.333H0V20z" clip-rule="evenodd"/></g><g filter="url(#filter1_d)"><path fill="#DD2137" fill-rule="evenodd" d="M0 10.667h28V0H0v10.667z" clip-rule="evenodd"/></g><g filter="url(#filter2_d)"><path fill="#F8D84B" fill-rule="evenodd" d="M16.198 11.553a4 4 0 00-2.44-5.848.667.667 0 00-.344 1.288 2.667 2.667 0 011.67 3.817l-2.047-1.365a.667.667 0 10-.74 1.11l1.877 1.251a2.66 2.66 0 01-2.14.339.668.668 0 10-.346 1.287 3.996 3.996 0 003.66-.844l.949.633a.667.667 0 00.74-1.109l-.84-.56.001.001zm-3.531-2.886a.667.667 0 100-1.333.667.667 0 000 1.333z" clip-rule="evenodd"/></g></g><defs><filter id="filter0_d" width="36" height="17.333" x="-4" y="6.667" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><filter id="filter1_d" width="36" height="18.667" x="-4" y="-4" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><filter id="filter2_d" width="14.149" height="15.881" x="7.166" y="2.688" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><linearGradient id="paint0_linear" x1="0" x2="0" y1="0" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#FF323E"/><stop offset="1" stop-color="#FD0D1B"/></linearGradient><clipPath id="clip0"><path fill="#fff" d="M0 0h28v20H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB