Skip to content

Commit

Permalink
增加起止章节设置功能 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyn authored Jun 1, 2022
1 parent b30a631 commit 9c2656e
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 77 deletions.
2 changes: 2 additions & 0 deletions Novel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Novel
public string descriptions;
public int chapterCount;
public int chapterDone;
public int startDlChapter;
public int endDlChapter;
private int novelid;
private string savePath;
public bool isFinnished;
Expand Down
86 changes: 53 additions & 33 deletions frmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c2656e

Please sign in to comment.