feat: add display status filtering to document list and API (#28342)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,10 @@ const translation = {
|
||||
enableTip: '该文件可以被索引',
|
||||
disableTip: '该文件无法被索引',
|
||||
},
|
||||
sort: {
|
||||
uploadTime: '上传时间',
|
||||
hitCount: '召回次数',
|
||||
},
|
||||
status: {
|
||||
queuing: '排队中',
|
||||
indexing: '索引中',
|
||||
|
||||
Reference in New Issue
Block a user