fix:1、删除部分不用的资源代码。2、a面修复bug
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 121d8e1769529b440bc85f03a485ec10
|
||||
guid: 121d8e1769529b440bc85f03a485ec10
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace SGModule.Common.Helper {
|
||||
public static readonly ModuleLogger DataStorage = new("DataStorage");
|
||||
public static readonly ModuleLogger IAP = new("IAP");
|
||||
|
||||
private static bool IsEnabled => ConfigManager.GameConfig?.enabledLog ?? false;
|
||||
private static bool IsEnabled => true;//ConfigManager.GameConfig?.enabledLog ?? false;
|
||||
|
||||
public static void Info(string label, string msg, bool showStack = true) {
|
||||
if (IsEnabled) {
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: acd6a7aa2034443549cb53d6ae963143
|
||||
guid: acd6a7aa2034443549cb53d6ae963143
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
Reference in New Issue
Block a user