更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-23 17:53:21 +08:00
parent e0e1e7e444
commit 1eb94cc213
4 changed files with 68 additions and 79 deletions

1
app.py
View File

@@ -351,6 +351,7 @@ def generate_events_cache_key(args_dict):
params_str = json.dumps(filtered_params, sort_keys=True)
params_hash = hashlib.md5(params_str.encode()).hexdigest()
return f"{EVENTS_CACHE_PREFIX}{params_hash}"