Add a new api

This commit is contained in:
2024-01-28 10:21:44 +08:00
parent af9319225f
commit a6b367d78e
7 changed files with 209 additions and 58 deletions

4
server/eh.ts Normal file
View File

@@ -0,0 +1,4 @@
export type EHImageLimit = {
current: number;
max: number;
};