This commit is contained in:
2026-01-05 10:50:37 +08:00
parent 2707286d7d
commit 2724f09a5b
6 changed files with 121 additions and 150 deletions

View File

@@ -1,5 +1,8 @@
export type CNBCoreOptions<T = {}> = {
token: string;
/**
* 对 cnb 界面操作定制模块功能时需要传入 cookie
*/
cookie?: string;
} & T;