Skip to content

Commit

Permalink
fix(plugins/soraplugin/): start error; v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Aug 3, 2023
1 parent b039ee9 commit 5de2166
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/SoraPlugin/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public async Task<ActionResult> Start()

#region 启动
//启动服务并捕捉错误
await service.StartService()
service.StartService()
.RunCatch(e => Log.Error("Sora Service", Log.ErrorLogBuilder(e)));
#endregion

Expand Down
2 changes: 1 addition & 1 deletion plugins/SoraPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ servers:
> 本项目基于 [Hoshikawa-Kaguya/Sora: .Net 6异步机器人框架,跨平台,OneBot协议(原CQHTTP协议),在兼容协议的同时主要为Go-Cqhttp提供支持](https://github.com/Hoshikawa-Kaguya/Sora)
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.SoraPlugin-v0.1.6.README" style="border:0" alt="" />
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.SoraPlugin-v0.1.7.README" style="border:0" alt="" />
<!-- End Matomo -->
4 changes: 2 additions & 2 deletions plugins/SoraPlugin/SoraPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.SoraPlugin</PackageId>
<Version>0.1.6</Version>
<FileVersion>0.1.6.0</FileVersion>
<Version>0.1.7</Version>
<FileVersion>0.1.7.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand Down
2 changes: 1 addition & 1 deletion plugins/SoraPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "QQ插件",
"Description": "QQ基础插件 for go-cqhttp",
"Author": "yiyun",
"Version": "0.1.6",
"Version": "0.1.7",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 5de2166

Please sign in to comment.