diff options
| author | Fuwn <[email protected]> | 2024-07-01 11:42:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-01 11:42:58 +0000 |
| commit | 4c3f0bc80e65d64e631ee8257b24b34db3d954d3 (patch) | |
| tree | 5761460f39645d5d4916f0d6cdc103daa6d8603b /index.html | |
| parent | feat(svg): pad to 5 by default (diff) | |
| download | mayu-0.1.12.tar.xz mayu-0.1.12.zip | |
feat(request): padding query parameterv0.1.12
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ themeValue = themeSelect.value; } - image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}`; + image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}&padding=6`; setCopyCodes(); }; |