1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-05 02:00:24 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-03-02 17:08:10 +08:00
parent 7a9501065b
commit 926856a994
2 changed files with 33 additions and 37 deletions

2
cmoe.h
View File

@@ -50,7 +50,7 @@ const char svg_big[] =
" <g>\n"
" \n";
const char img_slot_front[] = " <image x=\"%d\" y=\"0\" width=\"%d\" height=\"%d\" xlink:href=\"";
const char img_slot_rear[] = "\"></image>\n";
const char img_slot_rear[] = "\"></image>";
const char svg_tail[] =
" </g>\n"
"</svg>";