新建文件夹

This commit is contained in:
MarkusJoe
2022-02-18 19:30:54 +08:00
parent a0660ee328
commit 55ddd2f4ed
11 files changed
+103 -251

No files matched your search

-16
View File
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="{{ g_width }}" height="{{ height }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="{{ x_position_0 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_0 }}"/>
<image x="{{ x_position_1 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_1 }}"/>
<image x="{{ x_position_2 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_2 }}"/>
<image x="{{ x_position_3 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_3 }}"/>
<image x="{{ x_position_4 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_4 }}"/>
<image x="{{ x_position_5 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_5 }}"/>
<image x="{{ x_position_6 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_6 }}"/>
<image x="{{ x_position_7 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_7 }}"/>
<image x="{{ x_position_8 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_8 }}"/>
<image x="{{ x_position_9 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_9 }}"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

-13
View File
@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="{{ g_width }}" height="{{ height }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="{{ x_position_0 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_0 }}"/>
<image x="{{ x_position_1 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_1 }}"/>
<image x="{{ x_position_2 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_2 }}"/>
<image x="{{ x_position_3 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_3 }}"/>
<image x="{{ x_position_4 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_4 }}"/>
<image x="{{ x_position_5 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_5 }}"/>
<image x="{{ x_position_6 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_6 }}"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

-14
View File
@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="{{ g_width }}" height="{{ height }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="{{ x_position_0 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_0 }}"/>
<image x="{{ x_position_1 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_1 }}"/>
<image x="{{ x_position_2 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_2 }}"/>
<image x="{{ x_position_3 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_3 }}"/>
<image x="{{ x_position_4 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_4 }}"/>
<image x="{{ x_position_5 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_5 }}"/>
<image x="{{ x_position_6 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_6 }}"/>
<image x="{{ x_position_7 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_7 }}"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

-15
View File
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="{{ g_width }}" height="{{ height }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="{{ x_position_0 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_0 }}"/>
<image x="{{ x_position_1 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_1 }}"/>
<image x="{{ x_position_2 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_2 }}"/>
<image x="{{ x_position_3 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_3 }}"/>
<image x="{{ x_position_4 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_4 }}"/>
<image x="{{ x_position_5 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_5 }}"/>
<image x="{{ x_position_6 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_6 }}"/>
<image x="{{ x_position_7 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_7 }}"/>
<image x="{{ x_position_8 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_8 }}"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>