Skip to content

Commit

Permalink
fix: 新增兼容情况
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 2, 2023
1 parent a3a046a commit dcbb671
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 14 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,29 @@ Support features such as fast publishing, image bed management, platform expansi

![](./help/help_2.png)

If you still can't use this step after this step, welcome [New issue] (https://github.com/terwer/siyuan-plugin-publisher/issues/new).
If you still can't use this step after this step, [New issue](https://github.com/terwer/siyuan-plugin-publisher/issues/new) is welcome.

**This tip will be removed after the stable release.**

## 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 (cross-domain request proxy needs to be set)
- [X] CentSource Note Browser Servo
- [X] Siyuan Note Client Servo
- [X] Siyuan Notemaker mobile servo
- [X] Siyuan Note docker version (need to set up cross-domain request proxy)

**Note: If it is a LAN servo, you need to deploy the cross-domain proxy on the LAN.**

**Set up the method, clone https://github.com/terwer/node-metaweblog-api-adaptor then 'pnpm install & pnpm dev', after startup the proxy address is<局域网IP>: https:// :3000/api/middleware .**

**If the Internet needs to be deployed on the Internet, the cross-domain request proxy of the Internet can also be used directly: https://api.terwer.space/api/middleware**

**It may be migrated to the official forward proxy to achieve zero configuration in the future, but for now you must set it yourself, you can follow the progress here.**

## Platform List

Names not listed in order
Expand Down
45 changes: 32 additions & 13 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@

**本提示会在稳定版发布后移除。**

## 平台列表

排名不分先后

- [X] 语雀
- [X] 博客园
- [X] Metaweblog
- [X] Typecho
- [X] WordPress
- [ ] Github
- [ ] Hexo
- [ ] Hugo

## 最近的关键更新与 Bug 修复

- 紧急修复第一次打开可能导致的报错问题
Expand All @@ -52,6 +39,38 @@
- 修复语雀客户端报错问题
- 新增 Vercel 和 Nginx 构建支持

## 思源笔记兼容情况

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

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

**注意:如果是局域网伺服,需要在局域网自行部署跨域代理。**

**设置方法,clone https://github.com/terwer/node-metaweblog-api-adaptor 然后 `pnpm install && pnpm dev`,启动之后代理地址为:https://<局域网IP>:3000/api/middleware 。**

**如果是外网需要部署在外网,外网的跨域请求代理也可以直接使用:https://api.terwer.space/api/middleware**

**后续可能会迁移到官方的正向代理实现零配置,但是目前还是必须要自己设置,可在这里关注进展。**

## 平台列表

排名不分先后

- [X] 语雀
- [X] 博客园
- [X] Metaweblog
- [X] Typecho
- [X] WordPress
- [ ] Github
- [ ] Hexo
- [ ] Hugo

## 核心特色

- [X] **极速发布**:一次配置,一键发布
Expand Down

0 comments on commit dcbb671

Please sign in to comment.