Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
importer authored May 6, 2021
1 parent 13f46ca commit 5447ff9
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# DingDong
一个支持消息推送(小米推送)的便签应用
## 功能特点

+ 基于[小米推送](https://dev.mi.com/console/doc/detail?pId=863),低功耗


+ 便签功能基于[发呆便签](https://github.com/ifadai/SuperNote)
是一款开源的Android便签,实现了主流便签的基本功能,并不断完善中。 特点: Material Design设计、MVP设计模式;
增加了推送功能[小米推送](https://dev.mi.com/console/doc/detail?pId=863)

## 如何使用叮咚便签

+ [下载](https://github.com/xlvecle/PushLite/releases)


+ 须配合[ChromeBarkExtension](https://chrome.google.com/webstore/detail/bark/pmlkbdbpglkgbgopghdcmohdcmladeii?utm_source=chrome-ntp-icon)使用

+ 打开叮咚便签,点击含有“推送网址,点此复制网址!”内容的标题,将网址复制到剪贴板

+ 进入chrome插件配置页面,类型选择iPhone,然后填入刚才复制的网址:https://service-mm0wgphf-1258509752.cd.apigw.tencentcs.com/release/APIService-mipushServer/dd/sendmsg?id=自己的设备id&title=标题(可选值)&msg=
+ 修改为:https://service-mm0wgphf-1258509752.cd.apigw.tencentcs.com/release/APIService-mipushServer/dd/sendmsg?id=自己的设备id&title=%E5%89%AA%E5%88%87%E6%9D%BF%E6%8E%A8%E9%80%81&msg=),点击Add,即可完成

+ 点击插件图标,默认配置会将剪贴板内容push移动端

+ 右键单击图片可以push图片链接

+ 选中文本然后右键可以push选中内容

0 comments on commit 5447ff9

Please sign in to comment.