refactor: rename.
This commit is contained in:
parent
1ef8238a00
commit
dd3b1b0d74
|
@ -122,7 +122,7 @@ export class NonameAssembly extends Array {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultAssemblys = {
|
export const defaultHookcompatition = {
|
||||||
checkBegin: new NonameAssembly("checkBegin"),
|
checkBegin: new NonameAssembly("checkBegin"),
|
||||||
checkCard: new NonameAssembly("checkCard"),
|
checkCard: new NonameAssembly("checkCard"),
|
||||||
checkTarget: new NonameAssembly("checkTarget"),
|
checkTarget: new NonameAssembly("checkTarget"),
|
||||||
|
@ -135,3 +135,7 @@ export const defaultAssemblys = {
|
||||||
uncheckButton: new NonameAssembly("uncheckButton"),
|
uncheckButton: new NonameAssembly("uncheckButton"),
|
||||||
uncheckEnd: new NonameAssembly("uncheckEnd")
|
uncheckEnd: new NonameAssembly("uncheckEnd")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const defaultAssemblys = {
|
||||||
|
...defaultHookcompatition
|
||||||
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import { NonameHook } from "./hook.js"
|
import { NonameHook } from "./hook.js"
|
||||||
import { defaultAssemblys } from "../assembly/index.js"
|
import { defaultHookcompatition } from "../assembly/index.js"
|
||||||
|
|
||||||
export const defaultHooks = {
|
export const defaultHooks = {
|
||||||
addGroup: new NonameHook("addGroup"),
|
addGroup: new NonameHook("addGroup"),
|
||||||
addNature: new NonameHook("addNature"),
|
addNature: new NonameHook("addNature"),
|
||||||
|
|
||||||
...defaultAssemblys
|
...defaultHookcompatition
|
||||||
}
|
}
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
Loading…
Reference in New Issue