mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-04 04:48:01 +08:00
build: 📦 完善构建脚本 (#66)
* style: 💄 代码样式 * style: 💄 代码格式整理 * build: 📦 完善构建脚本
This commit is contained in:
@ -17,7 +17,7 @@ public static class GlobalStatic
|
||||
public static bool DebugMode =>
|
||||
#if DEBUG
|
||||
true
|
||||
#else
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
;
|
||||
|
Reference in New Issue
Block a user