This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
91 changed files
with
8,911 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="XFP.ICora.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
<userSettings> | ||
<XFP.ICora.Properties.Settings> | ||
<setting name="UserCookie" serializeAs="String"> | ||
<value /> | ||
</setting> | ||
<setting name="LastUid" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
</XFP.ICora.Properties.Settings> | ||
</userSettings> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- | ||
Copyright(c) XFP Group and Contributors. All rights reserved. | ||
Licensed under the MIT License. | ||
--> | ||
|
||
<Application xmlns:hc="https://handyorg.github.io/handycontrol" | ||
x:Class="XFP.ICora.App" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="clr-namespace:XFP.ICora" | ||
StartupUri="MainWindow.xaml"> | ||
<Application.Resources> | ||
<ResourceDictionary> | ||
<ResourceDictionary.MergedDictionaries> | ||
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDark.xaml"/> | ||
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/> | ||
</ResourceDictionary.MergedDictionaries> | ||
</ResourceDictionary> | ||
</Application.Resources> | ||
</Application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace XFP.ICora | ||
{ | ||
/// <summary> | ||
/// App.xaml 的交互逻辑 | ||
/// </summary> | ||
public partial class App : Application | ||
{ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<!-- | ||
Copyright(c) XFP Group and Contributors. All rights reserved. | ||
Licensed under the MIT License. | ||
--> | ||
|
||
<UserControl x:Class="XFP.ICora.Controls.AboutUs" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:local="clr-namespace:XFP.ICora.Controls" | ||
xmlns:hc="https://handyorg.github.io/handycontrol" | ||
FontFamily="Arial Black" | ||
mc:Ignorable="d" | ||
d:DesignHeight="634" | ||
d:DesignWidth="886"> | ||
<hc:TransitioningContentControl> | ||
<Grid> | ||
<TextBlock HorizontalAlignment="Left" | ||
Text="AboutUs" | ||
Style="{StaticResource TextBlockLargeBold}" | ||
VerticalAlignment="Top" | ||
Margin="10,10,0,0" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="关于ICora" | ||
Style="{StaticResource TextBlockLargeBold}" | ||
VerticalAlignment="Stretch" | ||
Margin="20,40,20,345" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="关于我们 GashByte-Team 我们仅是一个由4个中学生组成的团队
也许我们做的很多地方还不够出色 但也是我们尽力而为 也许我们所理解的仅是表面一层
希望ICora能够成为属于您爱不释手的 -原神工具箱-" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
VerticalAlignment="Stretch" | ||
Margin="20,77,19,496" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="什么是ICora? -- ICora是XFP独自开发的免费原神工具箱。目前,它只支持中国版的原神,但我们正在朝着国际化的方向发展。
它支持什么?-- 例如, 注入Dll, 获取角色数据, 保存用户的原神账户, 转换服务器, 获取祈愿记录, 等等
它会一直免费吗? -- 是的, 我们将一直提供它的支持直到原神停止它的更新
我们该如何获取他? --访问我们的官网或者获取ICora的源码.
" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
FontSize="15" | ||
VerticalAlignment="Stretch" | ||
Margin="20,143,19,382" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
FontSize="15" | ||
VerticalAlignment="Stretch" | ||
Margin="53,212,-14,402" > | ||
<Hyperlink | ||
Name="VisitWebsite" | ||
Hyperlink.Click="VisitWebsite_Click"> | ||
· 访问我们的官网(推荐!) | ||
</Hyperlink> | ||
</TextBlock> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="ICora 一个可以完全充当原神启动器的强大的工具 ICora能做的不仅是打开你的原神 而是收录了各种原神工具
实现快捷、便携的操作多种工具以及注入Dll的注入 不光如此 ICora日后还将加入更多强大的功能
实现多方面的快捷操作 ICora将兼容更多工具、自定义Dll的注入等等 敬请期待" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
VerticalAlignment="Stretch" | ||
Margin="19,289,20,257" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="关于ICora" | ||
Style="{StaticResource TextBlockLargeBold}" | ||
VerticalAlignment="Stretch" | ||
Margin="21,257,19,345" /> | ||
<Label BorderThickness="0" | ||
Background="#913F3F46" | ||
Foreground="White" | ||
Height="51" | ||
Width="794" | ||
Margin="53,355,0,0" | ||
VerticalAlignment="Top" | ||
HorizontalAlignment="Left" /> | ||
<Button x:Name="GetICora" | ||
Click="GetICora_Click" | ||
Content="Gitee" | ||
HorizontalAlignment="Left" | ||
Margin="756,366,0,0" | ||
VerticalAlignment="Top" | ||
Width="81" | ||
Height="30" /> | ||
<TextBlock HorizontalAlignment="Left" | ||
Text="获取ICora的源码" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
Margin="64,361,0,0" | ||
VerticalAlignment="Top" | ||
Width="515" | ||
Height="22" /> | ||
<TextBlock HorizontalAlignment="Left" | ||
Text="或许日后的 ICora[Impact_Ultimate] 将不再开源 我们能做的只是坚持着维护 发布版的ICora" | ||
Style="{StaticResource TextBlockDefaultSecLight}" | ||
Margin="64,383,0,0" | ||
VerticalAlignment="Top" | ||
Width="520" | ||
Height="15" | ||
Foreground="#FF9E9E9E" /> | ||
<Button x:Name="ContentUs" | ||
Click="ContentUs_Click" | ||
Content="联系我" | ||
HorizontalAlignment="Left" | ||
Margin="584,366,0,0" | ||
VerticalAlignment="Top" | ||
Width="81" | ||
Height="30" /> | ||
<Button x:Name="GetICora_Github" | ||
Click="GetICora_Github_Click" | ||
Content="Github" | ||
HorizontalAlignment="Left" | ||
Margin="670,366,0,0" | ||
VerticalAlignment="Top" | ||
Width="81" | ||
Height="30" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Text="Copyright © 2022 XFP Group. All Rights Reserved" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
VerticalAlignment="Stretch" | ||
Margin="250,508,252,91" | ||
RenderTransformOrigin="0.499,0.475" /> | ||
<Button x:Name="PrivacyPolicy" | ||
Click="PrivacyPolicy_Click" | ||
Content="隐私策略" | ||
HorizontalAlignment="Left" | ||
Margin="714,505,0,0" | ||
VerticalAlignment="Top" | ||
Width="124" | ||
Height="30" /> | ||
<Button x:Name="UserUseAgreement" | ||
Click="UserUseAgreement_Click" | ||
Content="用户使用协议" | ||
HorizontalAlignment="Left" | ||
Margin="714,470,0,0" | ||
VerticalAlignment="Top" | ||
Width="123" | ||
Height="30" /> | ||
<Label BorderThickness="0" | ||
Background="#913F3F46" | ||
Foreground="White" | ||
Height="51" | ||
Width="794" | ||
Margin="53,409,0,0" | ||
VerticalAlignment="Top" | ||
HorizontalAlignment="Left" /> | ||
<Button x:Name="FeedBackQ" | ||
Click="FeedBackQ_Click" | ||
Content="反馈" | ||
HorizontalAlignment="Left" | ||
Margin="756,420,0,0" | ||
VerticalAlignment="Top" | ||
Width="81" | ||
Height="30" /> | ||
<TextBlock HorizontalAlignment="Left" | ||
Text="反馈Bug" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
Margin="64,415,0,0" | ||
VerticalAlignment="Top" | ||
Width="515" | ||
Height="22" /> | ||
<TextBlock HorizontalAlignment="Left" | ||
Text="在Gitee上反馈您宝贵的问题 我们一定会及时回复您的" | ||
Style="{StaticResource TextBlockDefaultSecLight}" | ||
Margin="64,437,0,0" | ||
VerticalAlignment="Top" | ||
Width="520" | ||
Height="15" | ||
Foreground="#FF9E9E9E" /> | ||
<Button x:Name="ICoraIndex" | ||
Click="ICoraIndex_Click" | ||
Content="ICora主页" | ||
HorizontalAlignment="Left" | ||
Margin="21,505,0,0" | ||
VerticalAlignment="Top" | ||
Width="124" | ||
Height="30" /> | ||
<Button x:Name="afadian" | ||
Click="afadian_Click" | ||
Content="为爱发电" | ||
HorizontalAlignment="Left" | ||
Margin="21,470,0,0" | ||
VerticalAlignment="Top" | ||
Width="124" | ||
Height="30" /> | ||
<TextBlock HorizontalAlignment="Stretch" | ||
Style="{StaticResource TextBlockSubTitle}" | ||
FontSize="15" | ||
VerticalAlignment="Stretch" | ||
Margin="53,232,-14,382" > | ||
<Hyperlink | ||
Name="GithubLink" | ||
Hyperlink.Click="GithubLink_Click"> | ||
<Run Text="· 源码存储库"/> | ||
</Hyperlink> | ||
</TextBlock> | ||
</Grid> | ||
</hc:TransitioningContentControl> | ||
</UserControl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
//Copyright(c) XFP Group and Contributors. All rights reserved. | ||
//Licensed under the MIT License. | ||
|
||
namespace XFP.ICora.Controls | ||
{ | ||
/// <summary> | ||
/// AboutUs.xaml 的交互逻辑 | ||
/// </summary> | ||
public partial class AboutUs : UserControl | ||
{ | ||
public AboutUs() | ||
{ | ||
InitializeComponent(); | ||
} | ||
|
||
private void GetICora_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gitee.com/XFP-Group/Impact_Ultimate/"); | ||
} | ||
|
||
private void GetICora_Github_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://github.com/GashByte/ICora"); | ||
} | ||
|
||
private void ContentUs_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Growl.Info("加入群聊获取资讯!群聊QQ号已经被复制到粘贴板上咯"); | ||
Clipboard.SetDataObject("811979687"); | ||
} | ||
|
||
private void PrivacyPolicy_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gitee.com/MasterGashByte/impact_ultimate_issues/blob/master/PrivacyPolicy.md"); | ||
} | ||
|
||
private void UserUseAgreement_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gitee.com/MasterGashByte/impact_ultimate_issues/blob/master/UserUseAgreement.md"); | ||
} | ||
|
||
private void FeedBackQ_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gitee.com/MasterGashByte/impact_ultimate_issues/issues"); | ||
} | ||
|
||
private void ICoraIndex_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gashbyte.github.io/ICoraIndex/"); | ||
} | ||
|
||
private void afadian_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Growl.Clear(); | ||
Growl.Success("唔噜!UwU!"); | ||
Process.Start("explorer.exe", "https://afdian.net/a/XFP-Group"); | ||
} | ||
|
||
private void GithubLink_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://github.com/GashByte/ICora"); | ||
} | ||
|
||
private void VisitWebsite_Click(object sender, RoutedEventArgs e) | ||
{ | ||
Process.Start("explorer.exe", "https://gashbyte.github.io/ICoraIndex/"); | ||
} | ||
} | ||
} |
Oops, something went wrong.