mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
feat: - 非权限用户不显示密钥按钮
- 用户id没有自增解决方案
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user