feat(aklive2d): add ability to read and increase version number
This commit is contained in:
@@ -49,7 +49,7 @@ class Evalable {
|
||||
}
|
||||
|
||||
version(prefix, suffix) {
|
||||
return `${prefix}${__config.version}${suffix}`
|
||||
return `${prefix}${__config.version.showcase}${suffix}`
|
||||
}
|
||||
|
||||
#step(location, varName) {
|
||||
|
||||
Reference in New Issue
Block a user