fix: svg title

This commit is contained in:
dsrkafuu 2022-03-13 15:33:30 +08:00
parent ea5b27133a
commit 30e29a0e98
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function genImage(count, theme, length) {
const svg = `
<?xml version="1.0" encoding="UTF-8"?>
<svg width="${x}" height="${height}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Moe Count</title>
<title>Moe Counter</title>
<g>${parts}</g>
</svg>
`;