B
B
支持作者
Is there any coding progress? Hope to realize this feature. Thanks
Will this feature be merged?
会有`WeChatBrowser.exe`导致卡死
参考解决: https://bbs.deepin.org/post/232159 ``` rm -rf ~/.deepinwine/Deepin-WeChat/drive_c/users/$(whoami)/Application\ Data/Tencent/WeChat/XPlugin/Plugins/XWeb/ touch ~/.deepinwine/Deepin-WeChat/drive_c/users/$(whoami)/Application\ Data/Tencent/WeChat/XPlugin/Plugins/XWeb chmod 000 ~/.deepinwine/Deepin-WeChat/drive_c/users/$(whoami)/Application\ Data/Tencent/WeChat/XPlugin/Plugins/XWeb ```
https://github.com/vufa/deepin-wine-wechat-arch/issues/228#issuecomment-1203448264
> > 完美解决,贴下命令 > > ``` > > sudo apt-get install ttf-wqy-microhei #文泉驿-微米黑 > > sudo apt-get install ttf-wqy-zenhei #文泉驿-正黑 > > sudo apt-get install xfonts-wqy #文泉驿-点阵宋体 > > ```...
> 只是代指你的rime配置目录 我的是ibus-rime ,那么是否就是~/.config/ibus/rime?
> XDG 我的 ~/.config/ibus/rime/rime.lua ``` function date_translator(input, seg) if (input == "date") then --- Candidate(type, start, end, text, comment) yield(Candidate("date", seg.start, seg._end, os.date("%Y年%m月%d日"), " 日期")) end end function single_char_first_filter(input) local...
> > luna_pinyin_simp.custom.yaml > > ``` > > patch: > > 'translator/dictionary': luna_pinyin.extended > > 'speller/algebra': > > - erase/^xx$/ > > - derive/([ei])n$/$1ng/ # en => eng, in =>...