feat: upload

This commit is contained in:
MarkusJoe
2022-02-04 11:08:34 +08:00
parent e5945e8852
commit 0099b66e8f
20 files changed
+112 -75

No files matched your search

+12 -12
View File
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ owner }}</title>
<svg width="450" height="50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="45" height="100" xlink:href="{{ b64_0 }}"></image>
<image x="45" y="0" width="45" height="100" xlink:href="{{ b64_1 }}"></image>
<image x="90" y="0" width="45" height="100" xlink:href="{{ b64_2 }}"></image>
<image x="135" y="0" width="45" height="100" xlink:href="{{ b64_3 }}"></image>
<image x="180" y="0" width="45" height="100" xlink:href="{{ b64_4 }}"></image>
<image x="225" y="0" width="45" height="100" xlink:href="{{ b64_5 }}"></image>
<image x="270" y="0" width="45" height="100" xlink:href="{{ b64_6 }}"></image>
<image x="315" y="0" width="45" height="100" xlink:href="{{ b64_7 }}"></image>
<image x="360" y="0" width="45" height="100" xlink:href="{{ b64_8 }}"></image>
<image x="405" y="0" width="45" height="100" xlink:href="{{ b64_9 }}"></image>
<image x="0" y="0" width="45" height="50" xlink:href="{{ svg_img_0 }}"></image>
<image x="45" y="0" width="45" height="50" xlink:href="{{ svg_img_1 }}"></image>
<image x="90" y="0" width="45" height="50" xlink:href="{{ svg_img_2 }}"></image>
<image x="135" y="0" width="45" height="50" xlink:href="{{ svg_img_3 }}"></image>
<image x="180" y="0" width="45" height="50" xlink:href="{{ svg_img_4 }}"></image>
<image x="225" y="0" width="45" height="50" xlink:href="{{ svg_img_5 }}"></image>
<image x="270" y="0" width="45" height="50" xlink:href="{{ svg_img_6 }}"></image>
<image x="315" y="0" width="45" height="50" xlink:href="{{ svg_img_7 }}"></image>
<image x="360" y="0" width="45" height="50" xlink:href="{{ svg_img_8 }}"></image>
<image x="405" y="0" width="45" height="50" xlink:href="{{ svg_img_9 }}"></image>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB