feat(aklive2d): remove versioning

This commit is contained in:
Haoyu Xu
2023-08-23 21:46:17 +08:00
parent 930447889f
commit 9cb3be7c6e
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