zhongshujie
2025-08-07 098bfef89592c282dca1394fe68c9e92b6cee50b
1
2
3
4
export type ai = {
  historylist: Array<any>
  inputValue: string
}