From d5f090b0f42cd25d2368704e76b18cbe7d522623 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 01 八月 2023 17:49:11 +0800
Subject: [PATCH] 更改日志目录

---
 constant.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/constant.py b/constant.py
index c366b7d..4a0549e 100644
--- a/constant.py
+++ b/constant.py
@@ -55,7 +55,7 @@
 
 # 鑾峰彇鏍硅矾寰�
 def get_path_prefix():
-    return 'D:' if is_windows() else '/home'
+    return 'D:' if is_windows() else '/trade'
 
 
 # 姘翠笅鎹炵疮璁¤繛缁按涓嬫椂闂存渶灏忓��
@@ -65,7 +65,7 @@
 # 澶у崟绗旀暟
 BIG_MONEY_NUM = 7888
 
-CACHE_PATH = f"{'D:' if is_windows() else '/home'}/trade_cache"
+CACHE_PATH = f"{'D:' if is_windows() else '/trade'}/trade_cache"
 
 # S鎾ゆ瘮渚�
 S_CANCEL_MIN_MONEY = 98

--
Gitblit v1.8.0