File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -459,22 +459,24 @@ <h3 class="text-lg font-semibold mb-4">验证码配置</h3>
459459 </ p >
460460 </ div >
461461
462- < div >
463- < label class ="text-sm font-medium mb-2 block "> 单 Token 项目池大小</ label >
464- < input id ="cfgPersonalProjectPoolSize " type ="number " min ="1 " max ="50 " class ="flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 text-sm " placeholder ="4 " value ="4 ">
465- < p class ="text-xs text-muted-foreground mt-1 ">
466- 只影响该 Token 可轮换的 project_id 数量,不决定打码标签页数。< br >
467- 打码标签页由全局共享池统一复用。
468- </ p >
469- </ div >
462+ < div class ="grid grid-cols-2 gap-4 ">
463+ < div >
464+ < label class ="text-sm font-medium mb-2 block "> 单 Token 项目池大小</ label >
465+ < input id ="cfgPersonalProjectPoolSize " type ="number " min ="1 " max ="50 " class ="flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 text-sm " placeholder ="4 " value ="4 ">
466+ < p class ="text-xs text-muted-foreground mt-1 ">
467+ 只影响该 Token 可轮换的 project_id 数量,不决定打码标签页数。< br >
468+ 打码标签页由全局共享池统一复用。
469+ </ p >
470+ </ div >
470471
471- < div >
472- < label class ="text-sm font-medium mb-2 block "> 最大标签页数量</ label >
473- < input id ="cfgPersonalMaxTabs " type ="number " min ="1 " max ="50 " class ="flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 text-sm " placeholder ="5 " value ="5 ">
474- < p class ="text-xs text-muted-foreground mt-1 ">
475- 决定 personal 模式最多保留多少个共享打码标签页。< br >
476- 并发打码能力主要看这里,不够就优先调大这个值。
477- </ p >
472+ < div >
473+ < label class ="text-sm font-medium mb-2 block "> 最大标签页数量</ label >
474+ < input id ="cfgPersonalMaxTabs " type ="number " min ="1 " max ="50 " class ="flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 text-sm " placeholder ="5 " value ="5 ">
475+ < p class ="text-xs text-muted-foreground mt-1 ">
476+ 决定 personal 模式最多保留多少个共享打码标签页。< br >
477+ 并发打码能力主要看这里,不够就优先调大这个值。
478+ </ p >
479+ </ div >
478480 </ div >
479481
480482 < div >
You can’t perform that action at this time.
0 commit comments