mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
优化更新信息的展示
This commit is contained in:
parent
054f84ff7d
commit
8de28631a1
@ -31,9 +31,8 @@ try {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (versionCount > -1) {
|
if (versionCount > -1) {
|
||||||
line = line.trim();
|
|
||||||
line = line.replace(/`/g, "");
|
line = line.replace(/`/g, "");
|
||||||
if (line) {
|
if (line.trim()) {
|
||||||
changelogs.push(line);
|
changelogs.push(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user