Make page load chunk by 10 for performance and add id checking

This commit is contained in:
kwaroran
2024-04-07 09:48:03 +09:00
parent 1b868ca579
commit c2b3cec3bb
2 changed files with 18 additions and 5 deletions

View File

@@ -873,6 +873,7 @@ export interface Chat{
isStreaming?:boolean
scriptstate?:{[key:string]:string|number|boolean}
modules?:string[]
id?:string
}
export interface Message{