Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #15

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions .github/workflows/picacgPunch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
run: dotnet run -- ${username} ${password}



2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
Expand Down
3 changes: 2 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using Newtonsoft.Json.Linq;
using picacg;

namespace picacomic
{
class Program
Expand Down Expand Up @@ -57,3 +57,4 @@ private static void Log(object o)

}
}

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **每天定时运行**
- **vs2019**
- **.net5.0**

## 使用说明


Expand All @@ -21,7 +21,7 @@

![image](https://github.com/FirmianaMarsili/picacomic-Punch/blob/main/asset/2.png)

***
***
***


Expand Down Expand Up @@ -58,7 +58,7 @@
***
***



**4. 之后点开Actions查看运行日志**

Expand Down