feat(chat): sync multi-role backend APIs
This commit is contained in:
@@ -99,4 +99,11 @@ export class ApiPath {
|
||||
// ============ 用户反馈相关 ============
|
||||
static readonly feedback = apiContract.feedback.path;
|
||||
|
||||
// ============ 角色目录相关 ============
|
||||
static readonly characters = apiContract.characters.path;
|
||||
|
||||
static readonly chatPreviews = apiContract.chatPreviews.path;
|
||||
|
||||
static readonly chatSync = apiContract.chatSync.path;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user