chore: update readme and issue template

This commit is contained in:
mirtlecn
2024-11-12 00:06:15 +08:00
parent e5c2e05415
commit 7e12454a80
4 changed files with 8 additions and 13 deletions

View File

@@ -66,11 +66,10 @@ body:
label: 自定义配置
description: 如果你对雾凇进行了修改或者打了补丁,请在此处提供你的自定义配置
placeholder: |
完整配置文件请压缩上传
配置片段请包裹在 Markdown 代码块中。即用三个反引号(```)包裹,如
```yaml
# 你的配置片段
```
将自定义文件打包为 zip拖放到此处
配置片段放在 Markdown 的代码块中。

View File

@@ -12,7 +12,7 @@ contact_links:
- name: 雾凇拼音常见问题
url: https://github.com/iDvel/rime-ice/issues/133
about: 这里有一些重要问题的答案,提问前请查看,也请事先搜索 issue你的问题也许已经有现成的答案。
- name: RIME 定制文档
url: https://github.com/rime/home/wiki
about: 这里有自定义 RIME 方案的全面教程。

View File

@@ -38,10 +38,6 @@ body:
label: 补充信息
description: 此处可以提供配置文件片段、完整配置文件压缩包、或者日志等信息。你认为相关的 issue 也可以在此处注明。
placeholder: |
完整配置文件请压缩上传
配置片段请包裹在 Markdown 代码块中。即用三个反引号(```)包裹,如
```yaml
# 你的配置片段
```
将自定义文件打包为 zip拖放到此处
配置片段放在 Markdown 的代码块中。

View File

@@ -210,7 +210,7 @@ patch:
- @mozillazg 开发的汉字转拼音工具和数据库MIT
- [melt_eng](https://github.com/tumuyan/rime-melt)@tumuyan | [Apache 2.0](https://github.com/tumuyan/rime-melt/blob/master/LICENSE) :提供了部分(约 1000 条)英文词汇以及原始英文方案参考;
- [部件拆字方案 v1](https://github.com/mirtlecn/rime-radical-pinyin)@mirtlecn | [CC BY-SA 4.0](https://github.com/mirtlecn/rime-radical-pinyin/blob/master/LICENSE)):提供的拆字反查,辅码插件;
- [部件拆字方案](https://github.com/mirtlecn/rime-radical-pinyin)@mirtlecn | [GPL 3.0](https://github.com/mirtlecn/rime-radical-pinyin/blob/master/LICENSE)):提供的拆字反查,辅码插件;
- [长词优先插件](https://github.com/tumuyan/rime-melt/blob/master/lua/melt.lua)@tumuyan | [Apache 2.0](https://github.com/tumuyan/rime-melt/blob/master/LICENSE)
- [Unicode 插件](https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua)@shewer | [MIT](https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua)
- [数字、人民币大写插件](https://github.com/yanhuacuo/98wubi/blob/master/lua/number.lua)@98wubi