feat: unp4k data forge support

This commit is contained in:
xkeyC
2025-12-11 00:31:16 +08:00
parent 0126ae811e
commit 83c0fa6a26
3 changed files with 4 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ class DcbViewerModel extends _$DcbViewerModel {
state = state.copyWith(isSearching: true, fullTextSearchQuery: query, viewMode: DcbViewMode.searchResults);
try {
final apiResults = await unp4k_api.dcbSearchAll(query: query, maxResults: BigInt.from(500));
final apiResults = await unp4k_api.dcbSearchAll(query: query, maxResults: BigInt.from(1000000));
// 转换为本地数据类型
final results = apiResults.map((r) {