Skip to content

Commit 470e469

Browse files
committed
添加标题检测功能
1 parent 5f3331a commit 470e469

File tree

4 files changed

+753
-670
lines changed

4 files changed

+753
-670
lines changed

TimeControl/Tools/TCFile.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public static class TCFile
3333
//深度屏保
3434
public static readonly string DeepTempTimeFile = BaseLocation + "DeepTemp.txt";
3535

36+
//Title management
37+
public static readonly string TitleFile = BaseLocation + "Title.txt";
3638
//自动关机
3739
public static readonly string ShutdownSpan = BaseLocation + "\\Shutdown.txt";
3840

0 commit comments

Comments
 (0)