mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 添加b站链接
This commit is contained in:
@@ -20,6 +20,8 @@ namespace MaaWpfGui.Constants
|
||||
{
|
||||
public const string MaaPlus = "https://www.maa.plus";
|
||||
|
||||
public const string Bilibili = "https://space.bilibili.com/3493274731940507";
|
||||
|
||||
public const string GitHub = "https://github.com/MaaAssistantArknights/MaaAssistantArknights";
|
||||
|
||||
public const string GitHubIssues = "https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues";
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<UserControl
|
||||
<UserControl
|
||||
x:Class="MaaWpfGui.Views.UserControl.AboutUserControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:constants="clr-namespace:MaaWpfGui.Constants"
|
||||
xmlns:controls="clr-namespace:MaaWpfGui.Styles.Controls"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:dd="urn:gong-wpf-dragdrop"
|
||||
xmlns:helper="clr-namespace:MaaWpfGui.Helper"
|
||||
xmlns:local="clr-namespace:MaaWpfGui"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:s="https://github.com/canton7/Stylet"
|
||||
xmlns:vm="clr-namespace:MaaWpfGui"
|
||||
xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels"
|
||||
xmlns:helper="clr-namespace:MaaWpfGui.Helper"
|
||||
xmlns:constants="clr-namespace:MaaWpfGui.Constants"
|
||||
xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI"
|
||||
xmlns:styles="clr-namespace:MaaWpfGui.Styles"
|
||||
xmlns:controls="clr-namespace:MaaWpfGui.Styles.Controls"
|
||||
xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI"
|
||||
xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels"
|
||||
xmlns:vm="clr-namespace:MaaWpfGui"
|
||||
d:DataContext="{d:DesignInstance {x:Type ui:SettingsViewModel}}"
|
||||
d:DesignWidth="550"
|
||||
mc:Ignorable="d">
|
||||
@@ -30,6 +30,18 @@
|
||||
</Hyperlink>
|
||||
</controls:TextBlock>
|
||||
|
||||
<controls:TextBlock
|
||||
Margin="5"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center">
|
||||
<Hyperlink
|
||||
Cursor="Hand"
|
||||
NavigateUri="{Binding Source={x:Static constants:MaaUrls.Bilibili}}"
|
||||
TextDecorations="None">
|
||||
<TextBlock Text="bilibili" />
|
||||
</Hyperlink>
|
||||
</controls:TextBlock>
|
||||
|
||||
<controls:TextBlock
|
||||
Margin="5"
|
||||
HorizontalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user