diff --git "a/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.22.14.png" "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.22.14.png"
new file mode 100644
index 0000000..10ca2c6
Binary files /dev/null and "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.22.14.png" differ
diff --git "a/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.28.55.png" "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.28.55.png"
new file mode 100644
index 0000000..8b83f4c
Binary files /dev/null and "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.28.55.png" differ
diff --git "a/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.39.13.png" "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.39.13.png"
new file mode 100644
index 0000000..0fa18ea
Binary files /dev/null and "b/.gitbook/assets/\346\210\252\345\234\226 2023-02-08 \344\270\213\345\215\2103.39.13.png" differ
diff --git a/README.md b/README.md
index 4874dd5..1d86491 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ description: how to use Rime
### Install
-到Rime的官網下載**0.15.2**版鼠鬚管
+到Rime的官網下載**0.16.2**版鼠鬚管
[https://rime.im/download/](https://rime.im/download/)
@@ -62,6 +62,8 @@ description: how to use Rime
![輸入方式](.gitbook/assets/jie-tu-20210208-xia-wu-11.43.43.png)
+#註 原先安裝**0.15.2** 版本的鼠鬚管升級至**0.16.1**後,需至所有輸入方式當中刪除原先鼠鬚管才能使用,**0.16.2**版則只需要重新登出登入即可。
+
### Custom
如果要修改顯示的候選詞數量,請到`Rime/bopomo_onion.schema.yaml`這個檔案
@@ -276,6 +278,35 @@ color_space: display_p3 # 使用p3廣色域顯色
#### 最後,每次修改完,都要重新部署,不然會沒改變喔。
+**透明背景設定**
+
+在**0.16.1**版當中新增了translucency功能,現在背景顏色**back\_color**,可以使用24位色值,16進制ABGR。
+
+例:
+
+舊:back\_color: 0x3F331E
+
+![](<.gitbook/assets/截圖 2023-02-08 下午3.28.55.png>)
+
+新:back\_color: 0xAE3F331E
+
+![](<.gitbook/assets/截圖 2023-02-08 下午3.39.13.png>)
+
+當然顏色可以自行調整,這邊只是做範例顯示,另外建議使用透明背景的話,將 style/inline\_preedit:true,設定為true會比較好看。
+
+這邊附上簡單的透明度參數:
+
+| 透明度百分比 | 透明度參數 |
+| ------ | ----- |
+| 100% | FF |
+| 95% | F2 |
+| 90% | E6 |
+| 85% | D9 |
+| 80% | CC |
+| 75% | BF |
+| 70% | B3 |
+| 65% | A6 |
+
### Use
**// 20210425 update remove switch input method hot key**