refactor: #1000 #1179 api layer for client-side only mode and local models

This commit is contained in:
Yidadaa
2023-05-15 01:33:46 +08:00
parent bd90caa99d
commit a3de277c43
15 changed files with 247 additions and 593 deletions

1
app/typing.ts Normal file
View File

@@ -0,0 +1 @@
export type Updater<T> = (updater: (value: T) => void) => void;