modify readme
This commit is contained in:
11
README.en.md
11
README.en.md
@@ -26,17 +26,22 @@ If you also like a little more simplicity, welcome to pick it up.
|
||||
- [x] Edge
|
||||
- [x] Firefox
|
||||
- [ ] Safari
|
||||
- [x] Kiwi
|
||||
- [x] Support translation services
|
||||
- [x] Google
|
||||
- [x] Microsoft
|
||||
- [x] OpenAI
|
||||
- [ ] DeepL
|
||||
- [ ] Upload to app Store
|
||||
- [ ] Chrome
|
||||
- [ ] Edge
|
||||
- [ ] Firefox
|
||||
- [ ] Safari
|
||||
- [ ] Greasy Fork
|
||||
- [x] Open source
|
||||
- [x] Data Synchronization Function
|
||||
- [x] [Grease Monkey Script](https://github.com/fishjar/kiss-translator/raw/master/dist/userscript/kiss-translator.user.js)
|
||||
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome)
|
||||
- [ ] [Greasy Fork](https://greasyfork.org/) (need test)
|
||||
- [x] Greasemonkey Script ([Install Link 1](https://github.com/fishjar/kiss-translator/raw/master/dist/userscript/kiss-translator.user.js) , [Install Link 1](https://kiss-translator.rayjar.com/kiss-translator.user.js))
|
||||
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome/Edge/Firefox)
|
||||
- [ ] [Userscripts Safari](https://github.com/quoid/userscripts) (need test)
|
||||
|
||||
### Guide
|
||||
|
||||
11
README.md
11
README.md
@@ -26,17 +26,22 @@
|
||||
- [x] Edge
|
||||
- [x] Firefox
|
||||
- [ ] Safari
|
||||
- [x] Kiwi
|
||||
- [x] 支持翻译服务
|
||||
- [x] Google
|
||||
- [x] Microsoft
|
||||
- [x] OpenAI
|
||||
- [ ] DeepL
|
||||
- [ ] 上架应用市场
|
||||
- [ ] Chrome
|
||||
- [ ] Edge
|
||||
- [ ] Firefox
|
||||
- [ ] Safari
|
||||
- [ ] Greasy Fork
|
||||
- [x] 开放源代码
|
||||
- [x] 数据同步功能
|
||||
- [x] [油猴脚本](https://github.com/fishjar/kiss-translator/raw/master/dist/userscript/kiss-translator.user.js)
|
||||
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome)
|
||||
- [ ] [Greasy Fork](https://greasyfork.org/) (待测)
|
||||
- [x] 油猴脚本 ([安装链接 1](https://github.com/fishjar/kiss-translator/raw/master/dist/userscript/kiss-translator.user.js) , [安装链接 2](https://kiss-translator.rayjar.com/kiss-translator.user.js))
|
||||
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome/Edge/Firefox)
|
||||
- [ ] [Userscripts Safari](https://github.com/quoid/userscripts) (待测)
|
||||
|
||||
### 指引
|
||||
|
||||
55186
docs/kiss-translator.user.js
Normal file
55186
docs/kiss-translator.user.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@
|
||||
"build:userscript": "BUILD_PATH=./build/userscript REACT_APP_CLIENT=userscript react-app-rewired build",
|
||||
"build:web": "BUILD_PATH=./build/web REACT_APP_CLIENT=web react-app-rewired build",
|
||||
"build:all": "yarn build && yarn build:edge && yarn build:firefox && yarn build:userscript && yarn build:web",
|
||||
"dist": "yarn build:all && rm -r dist && rm -r docs && cp -r build dist && rm -r dist/userscript/* && cp build/userscript/kiss-translator.user.js dist/userscript/ && mv dist/web docs",
|
||||
"dist": "yarn build:all && rm -r dist && rm -r docs && cp -r build dist && rm -r dist/userscript/*.* && cp build/userscript/kiss-translator.user.js dist/userscript/ && mv dist/web docs && cp dist/userscript/* docs/",
|
||||
"deploy:web": "wrangler pages deploy ./docs --project-name kiss-translator",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject"
|
||||
|
||||
Reference in New Issue
Block a user