fix: readme

This commit is contained in:
Gabe
2025-10-13 23:53:34 +08:00
parent dd395e668f
commit c38a3d439d
3 changed files with 1 additions and 35 deletions

View File

@@ -126,14 +126,6 @@ A simple, open source [bilingual translation extension & Greasemonkey script](ht
## Frequently Asked Questions
### How to Turn Off Automatic Translation
You can achieve this through `Rules Setting` with the following methods:
- Global Rule -> Translate Switch -> Disaabled
- Subscription Rules: Select the third option `kiss-rules-off_v2.json`
- Add a Personal Rule for a Specific Website: Translate Switch -> Disaabled
### How to Set Keyboard Shortcuts
Set this in the extension management page, for example:
@@ -141,10 +133,6 @@ Set this in the extension management page, for example:
- chrome [chrome://extensions/shortcuts](chrome://extensions/shortcuts)
- firefox [about:addons](about:addons)
### How to Set it to Show Only the Translation
`Rules Setting`: Show Only Translations -> Enable
### What is the priority order of rule settings?
Personal Rules > Subscription Rules > Global Rules
@@ -159,10 +147,6 @@ If encountering a 403 error, refer to: https://github.com/fishjar/kiss-translato
Tampermonkey scripts require adding domains to the whitelist; otherwise, requests cannot be sent.
### How to Set Up Hook Functions for Custom Interfaces
The custom interface feature is highly flexible and can theoretically integrate with any translation interface.
## Future Plans
This is a side project with no strict timeline. Community contributions are welcome. The following are preliminary feature directions:

View File

@@ -122,14 +122,6 @@
## 常见问题
### 如何关闭自动翻译
通过规则设置,以下方法均可实现:
- 全局规则 -> 开启翻译 -> 默认关闭
- 订阅规则选择第三个 `kiss-rules-off_v2.json`
- 添加一条针对某个网站的个人规则:开启翻译 -> 默认关闭
### 如何设置快捷键
在插件管理那里设置,例如:
@@ -137,10 +129,6 @@
- chrome [chrome://extensions/shortcuts](chrome://extensions/shortcuts)
- firefox [about:addons](about:addons)
### 如何设置仅显示译文
规则设置:仅显示译文 -> 启用
### 规则设置的优先级是如何的
个人规则 > 订阅规则 > 全局规则
@@ -155,10 +143,6 @@
油猴脚本需要增加域名白名单,否则不能发出请求。
### 如何设置自定义接口的hook函数
自定义接口功能非常灵活,理论可以接入任何翻译接口。
## 未来规划
本项目为业余开发,无严格时间表,欢迎社区共建。以下为初步设想的功能方向:

View File

@@ -1,6 +1,4 @@
# 自定义接口示例
> **本文档已过期,新版不再适用**
# 自定义接口示例(本文档已过期,新版不再适用)
以下示例为网友提供,仅供学习参考。