fix:修改词库文件名称,避免乱码

This commit is contained in:
hantengc 2024-09-05 11:13:38 +08:00
parent 3bdf32d2fa
commit ba6c3c6401
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
DictQuery::DictQuery( QObject *parent ) : QObject( parent )
{
m_dictFile = INSTALL_DIR + "/data/dict/极点汉语词典.db";
m_dictFile = INSTALL_DIR + "/data/dict/freeime_chinese_dict.db";
init_wbpy_table();
}