Skip to content

Commit

Permalink
fix: 部分场景适配网页版
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 8, 2023
1 parent b0ee607 commit 8ad9b31
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
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
24 changes: 24 additions & 0 deletions testdata/siyuan/siyuan.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### 代理
POST http://127.0.0.1:6806/api/network/forwardProxy
Cookie: {{cookie}}
Content-Type: application/json

{
"url": "http://127.0.0.1:6806/api/file/putFile",
"headers": [
{
"Authorization": "Token {{token}}",
"Cookie": "{{cookie}}"
}
],
"payload": {},
"method": "POST"
}


### 鉴权码
GET http://127.0.0.1:6806/stage/build/desktop
Cookie: {{cookie}}
Authorization: "Token {{token}}",


0 comments on commit 8ad9b31

Please sign in to comment.