Replies: 2 comments 4 replies
-
APP instead https://github.com/mudkipme/MoeMemosAndroid |
Beta Was this translation helpful? Give feedback.
2 replies
-
memos_0.21.0_for_shortcut_3.11.1.zip 导入文件,测试版本:
需要修改 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
下载地址:
设置
1. 新建变量
右上角三个点
⬇︎
选择:
变量
⬇︎
右下角➕加号按钮
⬇︎
选择:
“输入文本”
⬇︎
填入:
“名称”
(随意取名,如:memos)⬇︎
右上角✔︎,确认
2. 新建快捷方式
返回 App 主页面
⬇︎
右下角
➕
加号按钮⬇︎
选择:
新建快捷方式
⬇︎
填入:
“名称”
(随意取名,如:memos)⬇︎
选择:
基本设置
⤵︎
方法
➡︎ 选择:POST
URL
➡︎ 输入:自己的 Memos API
:https://memos.xx.com/api/v1/memo
⬇︎
返回后选择:
请求体/请求参数
⤵︎
返回体类型
➡︎ 选择:自定义类型
Content-type
➡︎ 填入:application/json
请求体
➡︎ 输入:{"content": ""}
↪︎ 添加变量后变成:{"content": "{memos}"}
(特别注意:在这里第2个
双引号
中插入第1步新建的变量,需要手动选择,如:memos,)(
请求体
里的完整内容变成这样:{"content": "{memos}"}
。)⬇︎
认证:
⤵︎
认证方式
➡︎ 选择:令牌认证
令牌
➡︎ 输入:自己的 Memos Access Tokens
:eyJh****.eyJu****.tGBD****-2RrL****
⬇︎
右上角的▶︎按钮可以测试,✔︎确认。
3. 其他
至此,基本功能已测试可用。
其他细节可自己微调。
长按此快捷方式,可以
放在主屏幕上
。下文中有一个导出文件,选择导入就可以了。(单文本 Json 文件)
测试版本:
需要修改
变量
中的HOST
和Token
的值。Beta Was this translation helpful? Give feedback.
All reactions