📄 readme
字号:
README-------If you would like to use the new chat example you shouldrun the following SQL code in your database:CREATE TABLE `xoad_chat_users`( `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `nick` VARCHAR(30) NOT NULL, `time` INT UNSIGNED NOT NULL, PRIMARY KEY (`id`), INDEX(`time`));To change connection settings open Client.class.php andedit them in getConnection(...).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -