This commit is contained in:
XianBW
2025-02-07 11:00:18 +08:00
committed by GitHub
parent df5d72bcf7
commit 93540fbaef
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ def load_data(log_path):
state.data[li][fn] = msg.content
@st.cache_data
# @st.cache_data
def get_folders_sorted(log_path):
"""缓存并返回排序后的文件夹列表,并加入进度打印"""
with st.spinner("正在加载文件夹列表..."):