optimize app update time (#6127)

* feat: add chat visibility controls and improve quote reader permissions (#6102)

* feat: add chat visibility controls and improve quote reader permissions

* fix test

* zod

* fix

* test & openapi

* frontend filter

* update name

* fix

* fix

* rename variables

* fix

* test

* fix build

* fix

* fix

---------

Co-authored-by: archer <545436317@qq.com>

* app update time

* recent app

* fix

* type

* fix

* context

* perf: update app usingtime code

* fix: ts

* update parent

* doc

* perf: code per

* unauth refresh

---------

Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
heheer
2025-12-24 14:28:42 +08:00
committed by GitHub
parent ab743b9358
commit f175a1a30c
108 changed files with 2274 additions and 757 deletions
+10 -8
View File
@@ -43,19 +43,21 @@ const OutLinkSchema = new Schema({
type: Date
},
responseDetail: {
showRunningStatus: {
type: Boolean,
default: false
},
showNodeStatus: {
showCite: {
type: Boolean,
default: true
default: false
},
// showFullText: {
// type: Boolean
// },
showRawSource: {
type: Boolean
showFullText: {
type: Boolean,
default: false
},
canDownloadSource: {
type: Boolean,
default: false
},
limit: {
maxUsagePoints: {