From 51b0f6ed9f4e1d3bb6f8144470b46908c7699a96 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 11 五月 2026 16:20:37 +0800
Subject: [PATCH] Merge branch 'master' into h5version

---
 Main/ResModule/PlatformCacheHelper.cs |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/Main/ResModule/PlatformCacheHelper.cs b/Main/ResModule/PlatformCacheHelper.cs
index 137d48e..d156b87 100644
--- a/Main/ResModule/PlatformCacheHelper.cs
+++ b/Main/ResModule/PlatformCacheHelper.cs
@@ -57,18 +57,19 @@
         /// </summary>
         public static int GetCacheSizeLimitMB()
         {
-            var platform = PlatformFactory.GetCurrent();
-            switch (platform.GetPlatformType())
-            {
-                case PlatformType.WeChat:
-                    return 200; // 寰俊灏忔父鎴忕敤鎴锋暟鎹笂闄愮害 200MB
-                case PlatformType.Douyin:
-                    return 200; // 鎶栭煶灏忔父鎴忕被浼奸檺鍒�
-                case PlatformType.Vivo:
-                    return 100; // Vivo 闄愬埗杈冨皬
-                default:
-                    return 1024; // Standalone 鏃犱弗鏍奸檺鍒�
-            }
+            return 1024;
+            // var platform = PlatformFactory.GetCurrent();
+            // switch (platform.GetPlatformType())
+            // {
+            //     case PlatformType.WeChat:
+            //         return 200; // 寰俊灏忔父鎴忕敤鎴锋暟鎹笂闄愮害 200MB
+            //     case PlatformType.Douyin:
+            //         return 200; // 鎶栭煶灏忔父鎴忕被浼奸檺鍒�
+            //     case PlatformType.Vivo:
+            //         return 100; // Vivo 闄愬埗杈冨皬
+            //     default:
+            //         return 1024; // Standalone 鏃犱弗鏍奸檺鍒�
+            // }
         }
 
         /// <summary>

--
Gitblit v1.8.0