update(LexiAnnot): 增加上下文上限

This commit is contained in:
wumode
2025-09-30 01:00:34 +08:00
parent 8a738b7684
commit df3e42987a

View File

@@ -726,7 +726,7 @@ class LexiAnnot(_PluginBase):
'label': '上下文窗口大小',
'placeholder': '10',
'type': 'number',
'max': 20,
'max': 100,
'min': 1,
'hint': '向Gemini发送的上下文长度'
}