-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 支持远程插件 #180
feat: 支持远程插件 #180
Conversation
Caution Review failedThe pull request is closed. Walkthrough此次更改涉及将系统的插件管理架构转变为应用程序管理架构。主要的修改包括将多个文件中的 Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AppService
participant AppRepo
participant CacheRepo
User->>AppService: 请求应用程序列表
AppService->>CacheRepo: 获取缓存的应用程序
CacheRepo-->>AppService: 返回应用程序列表
AppService-->>User: 返回应用程序列表
User->>AppService: 安装应用程序
AppService->>AppRepo: 检查应用程序是否已安装
AppRepo-->>AppService: 返回安装状态
AppService->>AppRepo: 执行安装逻辑
AppRepo-->>AppService: 返回安装结果
AppService-->>User: 返回安装结果
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* feat: api基本完成 * feat: 阶段性提交 * feat: 初步支持远程插件 * feat: 支持远程插件 * fix: tests
Summary by CodeRabbit
版本更新说明
新功能
/app
路由管理应用程序。改进
修复