📄 install
字号:
INSTALL--------If you would like to use the Client Event System (NACLES)you should run the following SQL code in your database:CREATE TABLE `najax_events`( `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `event` VARCHAR(100) NOT NULL, `className` VARCHAR(100) NOT NULL, `filter` VARCHAR(100) NULL, `sender` TEXT NULL, `data` TEXT NULL, `time` DOUBLE UNSIGNED NOT NULL, `endTime` DOUBLE UNSIGNED NOT NULL, PRIMARY KEY(`id`), INDEX(`event`, `className`, `filter`, `time`, `endTime`));If you're going to use another provider (not MySQL) please refer tothe README or INSTALL file included in it. Note, that some providersdo not require installation.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -