feat(showcase): add settings to set the position of the operator logo
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import path from 'path'
|
||||
import { readSync } from "./file.js"
|
||||
|
||||
export default class Matcher {
|
||||
#start
|
||||
#end
|
||||
@@ -48,6 +51,10 @@ class Evalable {
|
||||
return this.#step(location, varName)
|
||||
}
|
||||
|
||||
version(prefix, suffix) {
|
||||
return `${prefix}${readSync(path.join(__dirname, 'Version'))}${suffix}`
|
||||
}
|
||||
|
||||
#step(location, varName) {
|
||||
let content = this.#config
|
||||
varName.split("->").forEach((item) => {
|
||||
|
||||
@@ -62,7 +62,6 @@ export default class ProjectJson {
|
||||
...this.#json.general,
|
||||
localization: this.#template.localization,
|
||||
properties: {
|
||||
...this.#json.general.properties,
|
||||
...this.#properties
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user