You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install.sql下部分建表语句没指定字符集,比如plugins_todo_folder表, create table if not exists plugins_todo_folder ( id int auto_increment, primary key (id) ) comment 'todo分类';
而有一些表有指定字符集 ,
create table if not exists setting ( keys varchar(200) not null primary key ) character set utf8mb4 collate utf8mb4_general_ci;
用 docker 安装的 mysql 是5.7
搜索界面图标显示乱码
管理界面里热门标签也是中文乱码
应用的图标能正常显示中文
The text was updated successfully, but these errors were encountered: