This commit is contained in:
2025-08-13 22:53:50 +08:00
commit ec5e7a7ae4
11 changed files with 340 additions and 0 deletions

6
auto-demo/demo/demo.ts Normal file
View File

@@ -0,0 +1,6 @@
import { AutoData } from '../../src/auto-proxy/index.ts'
const autoData: AutoData = {
id: 'demo',
}