Skip to content

Commit

Permalink
add: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yhw2003 committed Dec 20, 2023
1 parent 9ae9825 commit 5175928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions READEME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
非常简单的小工具,自动修改host保证南工在线解析记录的正确,并清理cookies
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ async fn clear_cookie() -> Result<(), io::Error> {
std::io::stdin().read_line(&mut String::new())?;
return Ok(());
};

if input == "2" {
println!("Clearing cookies in FireFox of online.njtech.edu.cn");
println!("Open sqlite file");
Expand Down

0 comments on commit 5175928

Please sign in to comment.