feat(aklive2d): remove versioning

This commit is contained in:
Haoyu Xu
2023-08-23 21:46:17 +08:00
parent e2a5a01742
commit 7c8f2eba93
9 changed files with 0 additions and 46 deletions

View File

@@ -49,10 +49,6 @@ class Evalable {
return this.#step(location, varName)
}
version(prefix, suffix) {
return `${prefix}${__config.version.showcase}${suffix}`
}
#step(location, varName) {
let content = this.#config
if (location === 'assets') content = this.#assets