test(query-editor): require 100-row limit label key

This commit is contained in:
Syngnat
2026-07-08 10:37:10 +08:00
parent c2e60c1e52
commit 24841f2dd9

View File

@@ -14,6 +14,7 @@ const legacyLiterals = [
'选择连接',
'选择数据库',
'最大返回行数',
'最大行数100',
'最大行数500',
'最大行数1000',
'最大行数5000',
@@ -32,6 +33,7 @@ const requiredKeys = [
'query_editor.placeholder.connection',
'query_editor.placeholder.database',
'query_editor.max_rows.tooltip',
'query_editor.max_rows.option_100',
'query_editor.max_rows.option_500',
'query_editor.max_rows.option_1000',
'query_editor.max_rows.option_5000',