From 80d671b9ba2474c003bdbbff4a208c4804322c90 Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期三, 15 一月 2025 15:26:13 +0800
Subject: [PATCH] 缓存目录修改

---
 constant.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/constant.py b/constant.py
index cf4be26..d45dbc6 100644
--- a/constant.py
+++ b/constant.py
@@ -56,5 +56,13 @@
     return 'D:' if is_windows() else '/home/userzjj'
 
 
+# 鏉垮潡鏁版嵁璺緞
+ALL_STOCKS_PLATE_PATH = f"{get_path_prefix()}/local_storage_data/all_stocks_plate_dict.json"
+
+# K绾胯矾寰�
+K_BARS_PATH = f"{get_path_prefix()}/local_storage_data/all_stocks_all_K_line_property_dict.json"
+
+
+
 # 璁㈤槄L2浠g爜鏁版嵁
 SUBSCRIPT_L2_CODES = set()

--
Gitblit v1.8.0