feat: initial release
Publish to npm / publish (push) Failing after 9s

This commit is contained in:
2026-03-31 06:40:07 +08:00
commit 85020ccbf3
10 changed files with 2278 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* SimApi - 轻量 API 请求库
*/
export { useSimApi } from './simapi'
export type { SimApiAuthConfig, SimApiConfig, Versions } from './simapi'
export { SimApiVersion, AppVersion } from './simapi'