sean2077_obsidian-dynamic-t.../src/wallpaper-apis/core/index.ts
sean2077 57ca0e101e
fix: preserve settings integrity and compatibility
Migrate custom query credentials to SecretStorage and apply custom parameters at request time. Preserve configuration-order scheduling, transactional reorder rollback, and older Obsidian fallback metadata. Align the production bundle with the official ES2021 target while retaining the frozen size gates.
2026-07-21 15:12:19 +08:00

9 lines
281 B
TypeScript

// 导出所有核心API功能
export * from "./api-error";
export * from "./api-manager";
export * from "./api-registry";
export * from "./api-state-manager";
export * from "./base-api";
export * from "./provider-responses";
export * from "./types";
export * from "./url-params";