fix ci
Publish to npm / publish (push) Failing after 12s

This commit is contained in:
2026-04-08 01:33:23 +08:00
parent e91ddd36bf
commit b6d5a5dbe1
7 changed files with 68 additions and 24 deletions
+1 -5
View File
@@ -2,10 +2,6 @@
* SimApi 类型定义
*/
// 版本号占位符,构建时由 GitHub Action 替换
export const SimApiVersion = '0.0.0-version-placeholder'
export const AppVersion = '0.0.0-version-placeholder'
/** 版本信息 */
export interface SimApiVersions {
uiApp: string
@@ -56,7 +52,7 @@ export interface SimApiApiConfig {
/** SimApi 完整配置 */
export interface SimApiOptions {
debug?: boolean
/** UI 应用版本,如果不指定则使用库内置的占位符版本 */
/** UI 应用版本,如果不指定则使用库内置的版本 */
uiAppVersion?: string
auth?: Partial<SimApiAuthConfig>
api?: Partial<SimApiApiConfig>