Skip to content

Commit

Permalink
#891 屏蔽外置插件入口,未开发完成暂不发布此功能
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Nov 13, 2024
1 parent 3d39917 commit ba7ae53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/BiliLite.UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ private async void InitBili()
}
VideoPlayHistoryHelper.LoadABPlayHistories(true);

var pluginService = ServiceProvider.GetRequiredService<PluginService>();
await pluginService.Start();
//var pluginService = ServiceProvider.GetRequiredService<PluginService>();
//await pluginService.Start();
}

private async Task InitDb()
Expand Down
4 changes: 2 additions & 2 deletions src/BiliLite.UWP/Controls/Settings/DevSettingsControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
</ComboBox>
</controls:SettingsCard>

<controls:SettingsExpander Header="外置插件">
<!--<controls:SettingsExpander Header="外置插件">
<controls:SettingsExpander.Items>
<Button Click="BtnSettingPlugin_OnClick">设置</Button>
</controls:SettingsExpander.Items>
</controls:SettingsExpander>
</controls:SettingsExpander>-->

<controls:SettingsCard Header="迁移数据库"
Description="开发者调试用">
Expand Down

0 comments on commit ba7ae53

Please sign in to comment.