Skip to content

Commit

Permalink
增加浏览器插件功能说明和链接
Browse files Browse the repository at this point in the history
  • Loading branch information
nacatcode committed Dec 26, 2023
1 parent c939c5a commit f090e50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Models/Config/GeneralModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class GeneralModel
/// <summary>
/// 是否启用网站记录功能
/// </summary>
[Config(Name = "网站浏览统计", Description = "统计浏览器的网站访问数据,支持:Google Chrome、MSEdge或任何能够安装Chrome拓展的浏览器。在浏览器拓展管理中启用开发模式,选择加载已解压插件,选择Tai浏览器插件。", Group = "功能", IsBeta = true)]
[Config(Name = "网站浏览统计", Description = "统计浏览器的网站访问数据,支持:Google Chrome、MSEdge或任何能够安装Chrome拓展的浏览器。请点击 “关于 > 浏览器统计插件” 了解如何安装和使用此功能。", Group = "功能")]
public bool IsWebEnabled { get; set; } = false;
}
}
4 changes: 4 additions & 0 deletions UI/Views/SettingPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@
<Btn:Button Visibility="{Binding CheckUpdateBtnVisibility}" Command="{Binding CheckUpdate}" Margin="20,0,0,0" VerticalAlignment="Center" Width="120" Icon="SetlockScreen" Content="检查更新"/>
</StackPanel>
<TextBlock Margin="0,30,0,0">
<Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/Planshit/Tai/discussions/279">浏览器统计插件</Hyperlink>
</TextBlock>
<TextBlock Margin="0,15,0,0">
<Run Text="开源 "/><Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/Planshit/Tai">https://github.com/Planshit/Tai</Hyperlink>
</TextBlock>
<TextBlock Margin="0,5,0,0">
<Run Text="讨论 "/><Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/Planshit/Tai/discussions">https://github.com/Planshit/Tai/discussions</Hyperlink>
</TextBlock>

<TextBlock Margin="0,10,0,0">
<Run Text="外部资源声明 "/>
</TextBlock>
Expand Down

0 comments on commit f090e50

Please sign in to comment.