Skip to content

Commit 36d58ce

Browse files
author
cht
committed
update readme
1 parent 32b5b8b commit 36d58ce

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tui界面的v2ray
1010
* 按h出设置界面,设置界面里面有两个设置
1111
* v2raycore
1212
* 订阅,当在第二个设置里面添加了订阅后按下键可以选中订阅,d键删除
13+
* s 回到popup的只读界面后按下s进行设置更新和订阅同步,同步失败后不会回退,应该需要做个提示
1314
* e
1415
* TODO, 计划作为设置
1516
* s

src/state.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ pub fn run_app(terminal: &mut Terminal<MyBackend>) -> io::Result<()> {
2626
let mut appsub = AppSub::default();
2727
let informations = utils::start();
2828
if !informations.is_empty() {
29-
//appsub.subs[0] = informations[0]
30-
// .iter()
31-
// .map(|amessage| spider::remove_quotation(amessage.ps.clone()))
32-
// .collect();
3329
appsub.subs = informations
3430
.iter()
3531
.map(|ainformation| ainformation

0 commit comments

Comments
 (0)