mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-13 06:00:58 +00:00
feat: marketplace page
This commit is contained in:
@@ -32,7 +32,11 @@ const marketPlugins = await cloudClient.getMarketPlugins(1, 10, 'search term');
|
||||
// 使用云服务客户端(同步方式,可能使用默认 URL)
|
||||
import { cloudServiceClient } from '@/app/infra/http';
|
||||
|
||||
const marketPlugins = await cloudServiceClient.getMarketPlugins(1, 10, 'search term');
|
||||
const marketPlugins = await cloudServiceClient.getMarketPlugins(
|
||||
1,
|
||||
10,
|
||||
'search term',
|
||||
);
|
||||
```
|
||||
|
||||
### 向后兼容(不推荐)
|
||||
|
||||
Reference in New Issue
Block a user