feat: - 非权限用户不显示密钥按钮

- 用户id没有自增解决方案
This commit is contained in:
npc0-hue
2025-10-24 11:39:25 +08:00
committed by FamousMai
parent c507fc2675
commit 316fa371f2
9 changed files with 94 additions and 8 deletions
@@ -88,7 +88,7 @@ class DatabaseRecommendAppRetrieval(RecommendAppRetrievalBase):
category = class_dick[classId]
recommended_app_result = {
"id": recommended_app.id,
"app": recommended_app.app,
"app": recommended_app.app,
"app_id": recommended_app.app_id,
"description": description,
"copyright": site.copyright,