1
+ <Page
2
+ x : Class =" LiveCaptionsTranslator.InfoPage"
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
+ xmlns : local =" clr-namespace:LiveCaptionsTranslator"
7
+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : ui =" http://schemas.lepo.co/wpfui/2022/xaml"
9
+ Title =" InfoPage"
10
+ JournalEntry.KeepAlive=" False"
11
+ mc : Ignorable =" d" >
12
+ <Grid Margin =" 10" >
13
+ <StackPanel >
14
+ <TextBlock Text =" We highly encourage all forms of contributions, such as code improvements and new features." />
15
+ <TextBlock Text =" You can submit Issues and Pull Requests on GitHub." />
16
+ <Separator Margin =" 0,5,0,5" />
17
+ <TextBlock Margin =" 0,0,0,3" >
18
+ <Run FontWeight =" SemiBold" Text =" Repository:" />
19
+ <Hyperlink NavigateUri =" https://github.com/SakiRinn/LiveCaptions-Translator" RequestNavigate =" Hyperlink_RequestNavigate" >
20
+ <Run Text =" https://github.com/SakiRinn/LiveCaptions-Translator" />
21
+ </Hyperlink >
22
+ </TextBlock >
23
+ <TextBlock Margin =" 0,0,0,3" >
24
+ <Run FontWeight =" SemiBold" Text =" Maintainer:" />
25
+ <Hyperlink NavigateUri =" https://github.com/SakiRinn" RequestNavigate =" Hyperlink_RequestNavigate" >
26
+ <Run Text =" @SakiRinn" />
27
+ </Hyperlink >
28
+ <Run Text =" (Author) and" />
29
+ <Hyperlink NavigateUri =" https://github.com/A-nony-mous" RequestNavigate =" Hyperlink_RequestNavigate" >
30
+ <Run Text =" @A-nony-mous" />
31
+ </Hyperlink >
32
+ </TextBlock >
33
+ <TextBlock >
34
+ <Run FontWeight =" SemiBold" Text =" Version:" />
35
+ <Hyperlink NavigateUri =" https://github.com/SakiRinn/LiveCaptions-Translator/releases" RequestNavigate =" Hyperlink_RequestNavigate" >
36
+ <Run Text =" 1.4.1251.1800" />
37
+ </Hyperlink >
38
+ </TextBlock >
39
+ </StackPanel >
40
+ </Grid >
41
+ </Page >
0 commit comments