 | | HeyHollis V2EX member #619377, joined on 2023-03-17 11:23:29 +08:00 |
 | Per HeyHollis's settings, the topics list is hidden |
Deals info, including closed deals, is not hidden
HeyHollis's recent replies
我也更喜欢简单的页面,最好有好一些的可访问性,并且不会太依赖 Javascript 。
这是我的博客,挺简单,但其实也是因为我不会做复杂的页面……
https://his2nd.life/
我用的是雾凇拼音的小鹤双拼方案。建了一个 double_pinyin_flypy.custom.yaml ,内容是
``` yaml
patch:
# 挂载自定义词库
translator/dictionary: rime_ice_custom
# (按需选择)清空 preedit_format 中的内容,输入时显示双拼编码
translator/preedit_format: []
custom_phrase/user_dict: custom_phrases_flypy
```
然后自定义短语写在 custom_phrases_flypy.txt 里。