docs: add link to setTheme, simplify readme (#854)

* docs: add link to `setTheme`, simplify readme

* docs: add improved favicon

Co-authored-by: Yue JIN <40021217+kingyue737@users.noreply.github.com>
This commit is contained in:
GU Yiling
2025-08-12 11:46:00 +08:00
committed by GitHub
parent 62cf9e921c
commit cf1e60c9c5
6 changed files with 14 additions and 12 deletions

View File

@ -42,7 +42,7 @@ README_FILES.forEach((file) => {
writeFileSync(
file,
commentMark(content, {
vue3Scripts: getCodeBlock(getScripts()),
scripts: getCodeBlock(getScripts()),
}),
"utf8",
);