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"),
|
||||
checkCard: new NonameAssembly("checkCard"),
|
||||
checkTarget: new NonameAssembly("checkTarget"),
|
||||
|
@ -135,3 +135,7 @@ export const defaultAssemblys = {
|
|||
uncheckButton: new NonameAssembly("uncheckButton"),
|
||||
uncheckEnd: new NonameAssembly("uncheckEnd")
|
||||
}
|
||||
|
||||
export const defaultAssemblys = {
|
||||
...defaultHookcompatition
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
import { NonameHook } from "./hook.js"
|
||||
import { defaultAssemblys } from "../assembly/index.js"
|
||||
import { defaultHookcompatition } from "../assembly/index.js"
|
||||
|
||||
export const defaultHooks = {
|
||||
addGroup: new NonameHook("addGroup"),
|
||||
addNature: new NonameHook("addNature"),
|
||||
|
||||
...defaultAssemblys
|
||||
...defaultHookcompatition
|
||||
}
|
||||
|
||||
export {
|
||||
|
|
Loading…
Reference in New Issue