导入酒馆数据
提示
请务必先阅读如何正确使用酒馆助手
点击查看对应类型定义文件(可发给AI或IDE使用,酒馆助手设置中提供了打包下载)
importRawCharacter
像酒馆界面里那样导入角色卡
typescript
function importRawCharacter(filename: string, content: Blob): Promise<Response>;
importRawPreset
像酒馆界面里那样导入预设
typescript
function importRawPreset(filename: string, content: string): Promise<Response>;
importRawWorldbook
像酒馆界面里那样导入世界书
typescript
function importRawWorldbook(filename: string, content: string): Promise<Response>;
importRawTavernRegex
像酒馆界面里那样导入酒馆正则
typescript
function importRawTavernRegex(filename: string, content: string): boolean;