Skip to content

Commit

Permalink
[*] update Makefile and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Apr 3, 2024
1 parent d233922 commit 2f7f662
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ tool-gen-rss-run-send:
tool-gen-rss-run-local-send:
RUST_BACKTRACE=1 RUST_LOG=error,warn,info ./target/debug/tool-gen-rss -r http://0.0.0.0:8004

tool-gen-rss-run-local-send-to-remote:
RUST_BACKTRACE=1 RUST_LOG=error,warn,info ./target/debug/tool-gen-rss -r https://heng30.xyz/apisvr

test:
$(build-evn) $(run-evn) cargo test -- --nocapture

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is a RSS reader. It is designed for android platform. However, you can compil
- [x] Show RSS new message.
- [x] Collect the message you like.
- [x] Add, edit and delete a RSS.
- [x] Add RSS from the [Find] page. Maybe support online search latterly.
- [x] Add RSS from the [Find] page.
- [x] Setting for UI, reading, sync, proxy, clear cache and others.

##### Android platform build information
Expand Down
13 changes: 7 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
[English Documentation](./README.md)

#### 简介
这是一个RSS客户端。专门为安卓端写的,当然你也可以编译Linux, Windows (也许Macos)平台的程序。这是一个纯Rust项目,界面基于`Slint UI`。 遇到任何问题都可以给我反馈。
这是一个RSS阅读客户端。专门为安卓端写的,当然你也可以编译Linux, Windows (也许Macos)平台的程序。这是一个纯Rust项目,界面基于`Slint UI`。 遇到任何问题都可以给我反馈。

#### 功能
- [x] 生成钱包账号
- [x] 恢复钱包
- [x] 发送和接收BTC
- [x] 展示交易活动
- [x] 地址簿
- [x] 展示RSS信息
- [x] 收藏RSS信息
- [x] 添加,编辑和删除RSS
- [x] 可以从[发现]页面添加RSS
- [x] [设置]页面界面,阅读,同步,代理,清除缓存等其他设置选项

##### 安卓平台编译信息
- `min-sdk-version = 23`
Expand All @@ -36,4 +36,5 @@
- [top-rss-list](https://github.com/weekend-project-space/top-rss-list)
- [rss-list](https://github.com/saveweb/rss-list)
- [developer.android.com](https://developer.android.com/guide)
- [Activity 设置全屏显示的两种方式及系统自带 theme 属性解析](https://www.cnblogs.com/developer-wang/p/6771115.html)

7 changes: 7 additions & 0 deletions script/send-rss-to-remote.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

root_url=$1

cd ..
RUST_LOG=error,warn,info ./target/debug/tool-gen-rss -r $root_url

0 comments on commit 2f7f662

Please sign in to comment.