Kaynağa Gözat

feat(xtintin): 增加 TICKS ALIASES VARS FUNCS 四个实用命令

dzp 3 yıl önce
ebeveyn
işleme
25109214f5
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      plugins/lib/xtintin/cmds.tin

+ 4 - 0
plugins/lib/xtintin/cmds.tin

@@ -17,6 +17,7 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
     $code;
 };
 
+#alias {TICKS} {xtt.ListTicker};
 #alias {xtt.ListTicker} {
 	#info tickers save;
 
@@ -38,6 +39,7 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
 	};
 };
 
+#alias {ALIASES} {xtt.ListAlias};
 #alias {xtt.ListAlias} {
     #local pattern {%1};
 
@@ -117,6 +119,7 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
     };
 };
 
+#alias {VARS} {xtt.ListVar};
 #alias {xtt.ListVar} {
     #local pattern {%1};
 
@@ -177,6 +180,7 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
     };
 };
 
+#alias {FUNCS} {xtt.ListFunc};
 #alias {xtt.ListFunc} {
     #local pattern {%1};