no message
This commit is contained in:
parent
8596d34b22
commit
5b3bb89132
@ -117,11 +117,11 @@ final class HookController
|
||||
'用户报表' => 'reportUser_day_7 && reportUser_date_2025-02-02 && reportUser_date_2025-02-02_2025-03-03',
|
||||
'duck添加&转发' => 'duckAdd jp02',
|
||||
'duck删除&转发' => 'duckDel jp02',
|
||||
'duck修改&转发' => 'duckOption@max_width@jp01 1.66#tb',
|
||||
'duck修改&转发' => 'duckOption|max_width|jp01 1.66#tb',
|
||||
'duck列表&转发' => 'duckList',
|
||||
'duck查找' => 'duckFind jp02',
|
||||
'转发重置' => 'zhuanfaReset-youshi 2025-02-02',
|
||||
'node修改' => 'nodeOption@name@11 haha',
|
||||
'node修改' => 'nodeOption#name#11 haha',
|
||||
'节点like' => 'nodeLike_duck jp02',
|
||||
];
|
||||
|
||||
@ -428,7 +428,7 @@ final class HookController
|
||||
if (strpos($sText, '/duckOption') === 0 || strpos($sText, '\/duckOption') === 0) {
|
||||
|
||||
list($sCmd, $sSet) = explode(" ", $sText, 2);
|
||||
list(, $sField, $sCode) = explode("@", $sCmd, 3);
|
||||
list(, $sField, $sCode) = explode("|", $sCmd, 3);
|
||||
@list($iWidth, $sWidthType) = explode("#", $sSet, 2);
|
||||
|
||||
if ($sWidthType == 'tb') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user