v1.5.1.0
-
修正了打开 DictTango 时,词典文件不能复制的问题
-
修复了阅读模式下词典不在当前分组时的跳转问题
-
添加全局 CSS 文件功能
- 文件名为
global.css
或global_<主题>.css
,放在C:\ProgramData\JimexStudio\DictTango\UserAssets
- 主题相关的 CSS 会优先加载,如果没有,则加载
global.css
。
例如当前主题为暗黑模式,会优先寻找global_dark.css
;如果找不到,则加载global.css
。
- 文件名为
English
-
Fixed an issue where dictionary files could not be copied when opening DictTango
-
Fixed an issue where the dictionary did not jump correctly in reading mode if it was not in the current group
-
Added global CSS file support
- File name should be
global.css
orglobal_<theme>.css
, placed underC:\ProgramData\JimexStudio\DictTango\UserAssets
- Theme-specific CSS loads first; if not found, fallback to
global.css
.
Example: if the current theme is dark mode, the app will look forglobal_dark.css
; if not found, it will loadglobal.css
.
- File name should be