结构调整

This commit is contained in:
fofolee
2022-04-08 10:26:32 +08:00
parent 001897ad48
commit cfd7f2f884
12 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
/**
* 所有的匹配类型
*/
const commandTypes = {
key: {
name: "key",

View File

@@ -1,3 +1,7 @@
/**
* 所有的输出类型
*/
const outputTypes = {
ignore: {
name: "ignore",
@@ -41,4 +45,4 @@ const outputTypes = {
},
};
export default outputTypes
export default outputTypes

View File

@@ -1,3 +1,7 @@
/**
* 所有的特殊变量
*/
const specialVars = {
LocalId: {
name: "LocalId",