Shared同步脚本

This commit is contained in:
janing
2025-12-14 22:38:09 +08:00
parent 7bd2c74e3d
commit 9989d60ee4
19 changed files with 738 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// This is a demo code file
// Feel free to delete it
export interface ReqSend {
content: string
}
export interface ResSend {
time: Date
}