Skip to content

Commit

Permalink
fix: 新增 AI 功能
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 22, 2023
1 parent 27745f4 commit 943d0f0
Show file tree
Hide file tree
Showing 14 changed files with 548 additions and 46 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,7 @@ This plugin promises that the basic functions will be free forever, and the foll
## Compatibility of Origin notes

This plugin supports almost all devices and platforms of Siyuan Note, and the specific compatibility is as follows:

- [X] Siyuan Note Client (zero configuration) <sup>is highly recommended</sup>
- [X] Servo environment (Zero configuration, cross-domain request proxy built-in)
- [X] CentSource Note Browser Servo
- [X] Siyuan Note Client Servo
- [X] Siyuan Note mobile servo
- [X] Siyuan Note docker version (Zero configuration, cross-domain request proxy built-in)

🎉 **All platforms have been migrated to the official forward proxy, achieving zero user configuration and supporting cross-domain request proxies by default 🎉**
This plugin is fully compatible with `siyuan-note PC Client` , due to limited personal energy, other devices are no longer supported.

## Supported taxonomy

Expand Down
11 changes: 1 addition & 10 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,7 @@
## 思源笔记兼容情况

本插件支持思源笔记几乎所有设备和平台,具体兼容情况如下:

- [X] 思源笔记客户端(零配置)<sup>强烈推荐</sup>
- [X] 伺服环境(零配置,跨域请求代理已内置)
- [X] 思源笔记浏览器伺服
- [X] 思源笔记客户端伺服
- [X] 思源笔记移动端伺服
- [X] 思源笔记docker版(零配置,跨域请求代理已内置)

**🎉 所有平台均已迁移到官方的正向代理,实现了用户零配置,默认支持跨域请求代理 🎉**
本插件完全兼容 `思源笔记PC客户端` ,由于个人精力有限,其他设备不再支持。

## 支持的分类体系

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.1.1",
Expand Down
3 changes: 1 addition & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"backends": [
"windows",
"linux",
"darwin",
"docker"
"darwin"
],
"frontends": [
"desktop",
Expand Down
Loading

0 comments on commit 943d0f0

Please sign in to comment.