修正无用的内容
Publish to npm / publish (push) Failing after 10s

This commit is contained in:
2026-04-08 02:44:04 +08:00
parent 29d3705073
commit ae742d452d
10 changed files with 415 additions and 134 deletions
-2
View File
@@ -52,8 +52,6 @@ export interface SimApiApiConfig {
/** SimApi 完整配置 */
export interface SimApiOptions {
debug?: boolean
/** UI 应用版本,如果不指定则使用库内置的版本号 */
uiAppVersion?: string
auth?: Partial<SimApiAuthConfig>
api?: Partial<SimApiApiConfig>
}