mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-28 18:11:25 +08:00
结构调整
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* 所有的匹配类型
|
||||
*/
|
||||
|
||||
const commandTypes = {
|
||||
key: {
|
||||
name: "key",
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* 所有的输出类型
|
||||
*/
|
||||
|
||||
const outputTypes = {
|
||||
ignore: {
|
||||
name: "ignore",
|
||||
@@ -41,4 +45,4 @@ const outputTypes = {
|
||||
},
|
||||
};
|
||||
|
||||
export default outputTypes
|
||||
export default outputTypes
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* 所有的特殊变量
|
||||
*/
|
||||
|
||||
const specialVars = {
|
||||
LocalId: {
|
||||
name: "LocalId",
|
||||
|
||||
Reference in New Issue
Block a user