From ffbe2bb3ff01f100b8cfe11061346bf54806b23c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 14 十月 2022 18:06:06 +0800
Subject: [PATCH] 2022-10-14

---
 src/tabviews/calendar/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/calendar/index.jsx b/src/tabviews/calendar/index.jsx
index cd7b465..110ad1f 100644
--- a/src/tabviews/calendar/index.jsx
+++ b/src/tabviews/calendar/index.jsx
@@ -436,6 +436,10 @@
     param.secretkey = Utils.encrypt(param.LText, param.timestamp)
     param.DateCount = ''
 
+    if (window.GLOB.probation) {
+      param.s_debug_type = 'Y'
+    }
+    
     if (window.GLOB.mkHS) { // 浜戠鏁版嵁楠岃瘉
       param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
     }

--
Gitblit v1.8.0