-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e1cbbc
commit cfc1475
Showing
4 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
* Developer: [email protected] (Odysseus.Yuan) | ||
*/ | ||
|
||
using LKY_OfficeTools.Lib; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Runtime.InteropServices; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
/* | ||
* [LKY Common Tools] Copyright (C) 2022 [email protected] Inc. | ||
* [LKY Common Tools] Copyright (C) 2022 - 2023 [email protected] Inc. | ||
* | ||
* FileName : Com_PrivilegeOS.cs | ||
* Developer: [email protected] (Odysseus.Yuan) | ||
*/ | ||
|
||
using System; | ||
using System.IO; | ||
using System.Security.Principal; | ||
using static LKY_OfficeTools.Lib.Lib_AppState; | ||
using static LKY_OfficeTools.Lib.Lib_AppInfo; | ||
using static LKY_OfficeTools.Lib.Lib_AppLog; | ||
using static LKY_OfficeTools.Lib.Lib_AppMessage; | ||
using static LKY_OfficeTools.Lib.Lib_AppReport; | ||
using LKY_OfficeTools.Lib; | ||
using static LKY_OfficeTools.Lib.Lib_AppInfo; | ||
using System.IO; | ||
using static LKY_OfficeTools.Lib.Lib_AppState; | ||
|
||
namespace LKY_OfficeTools.Common | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ private static void Entry() | |
///Header | ||
new Log($"{AppAttribute.AppName} [版本 {AppAttribute.AppVersion}]\n" + | ||
$"版权所有(C)LiuKaiyuan (Odysseus.Yuan)。保留所有权利。\n\n" + | ||
$"探讨 {Console.Title} 相关内容,可发送邮件至:[email protected]", ConsoleColor.Gray); | ||
$"探讨 {AppAttribute.AppName} 相关内容,可发送邮件至:[email protected]", ConsoleColor.Gray); | ||
|
||
//清理冗余信息 | ||
Log.Clean(); | ||
|