This commit is contained in:
wukko
2022-09-28 18:21:36 +06:00
parent ab7e38deb5
commit 5593b67a74
10 changed files with 77 additions and 41 deletions

View File

@@ -17,6 +17,8 @@ export default function(string) {
content: replaceBase(i["content"])
}
});
default:
return replaceBase(changelog[string])
}
} catch (e) {
return `!!CHANGELOG_${string}!!`