mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
add @CommandArgument annotation
* add @CommandArgument and relevant event changes * fix unknown bug * remove relative constant for CommandArgument
This commit is contained in:
@@ -17,6 +17,9 @@ if (!is_dir(CRASH_DIR)) {
|
||||
@mkdir(CRASH_DIR);
|
||||
}
|
||||
|
||||
const TRUE_LIST = ['yes', 'y', 'true', 'on', '是', '对', true];
|
||||
const FALSE_LIST = ['no', 'n', 'false', 'off', '否', '错', false];
|
||||
|
||||
const CONN_WEBSOCKET = 0;
|
||||
const CONN_HTTP = 1;
|
||||
const ZM_MATCH_ALL = 0;
|
||||
|
||||
Reference in New Issue
Block a user