generated from tailored/router-db-template
feat: update Bailian model and improve TypeScript configuration
- Changed Bailian model from 'qwen3-235b-a22b' to 'qwen-plus' in ai.ts - Updated model references in bailianModel to use simplified names - Modified tsconfig.json to set module to NodeNext, target to esnext, and adjusted paths for better module resolution - Added new query-keys.ts file in xhs package to implement getNoteByKeyword functionality with command line interface
This commit is contained in:
@@ -28,6 +28,12 @@ export const api: ApiInfo[] = [
|
||||
needSign: true,
|
||||
description: '获取@我的消息',
|
||||
},
|
||||
{
|
||||
uri: '/api/sns/web/v1/search/notes',
|
||||
method: 'POST',
|
||||
needSign: true,
|
||||
description: '通过关键词搜索笔记',
|
||||
}
|
||||
];
|
||||
|
||||
type ReturnApiInfo = {
|
||||
|
||||
Reference in New Issue
Block a user