mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-06-02 15:11:23 +00:00
feat: 全面移除OpenCC组件的引用,使用lua重构,现在将拥有更为灵活的转换策略,使用数据库常态化工作,自定义码表更简单,不用担心键值对的重复空格的敏感等问题
This commit is contained in:
@@ -43,8 +43,8 @@ tips.status = "pending"
|
||||
|
||||
---@type table<string, boolean>
|
||||
tips.disabled_types = {}
|
||||
tips.preset_file_path = wanxiang.get_filename_with_fallback("lua/tips/tips_show.txt")
|
||||
tips.user_override_path = rime_api.get_user_data_dir() .. "/lua/tips/tips_user.txt"
|
||||
tips.preset_file_path = wanxiang.get_filename_with_fallback("lua/data/tips_show.txt")
|
||||
tips.user_override_path = rime_api.get_user_data_dir() .. "/lua/data/tips_user.txt"
|
||||
|
||||
local META_KEY = {
|
||||
version = "wanxiang_version",
|
||||
|
||||
Reference in New Issue
Block a user