Update GitHub links

This commit is contained in:
genteure 2022-06-07 18:35:46 +08:00
parent 2fe40e4bfe
commit 9f1d9489e0
5 changed files with 7 additions and 7 deletions

View File

@ -200,7 +200,7 @@ namespace BililiveRecorder.Cli.Configure
switch (selection)
{
case JsonSchemaSelection.Default:
config.DollarSignSchema = "https://raw.githubusercontent.com/Bililive/BililiveRecorder/dev-1.3/configV2.schema.json";
config.DollarSignSchema = "https://raw.githubusercontent.com/BililiveRecorder/BililiveRecorder/dev/configV3.schema.json";
break;
case JsonSchemaSelection.Custom:
config.DollarSignSchema = AnsiConsole.Prompt(new TextPrompt<string>("[green]JSON Schema[/]:").AllowEmpty());

View File

@ -4,7 +4,7 @@ namespace BililiveRecorder.Cli.Configure
{
public enum JsonSchemaSelection
{
[Description("https://raw.githubusercontent.com/Bililive/BililiveRecorder/dev-1.3/configV2.schema.json")]
[Description("https://raw.githubusercontent.com/BililiveRecorder/BililiveRecorder/dev/configV3.schema.json")]
Default,
[Description("Custom")]

View File

@ -1,5 +1,5 @@
{
"$comment": "Deprecated. Use https://raw.githubusercontent.com/Bililive/BililiveRecorder/dev-1.3/configV2.schema.json",
"$comment": "Deprecated. Use https://raw.githubusercontent.com/BililiveRecorder/BililiveRecorder/dev/configV3.schema.json",
"$schema": "http://json-schema.org/schema",
"definitions": {
"global-config": {
@ -542,7 +542,7 @@
],
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Bililive/BililiveRecorder/dev-1.3/configV2.schema.json"
"const": "https://raw.githubusercontent.com/BililiveRecorder/BililiveRecorder/dev-1.3/configV2.schema.json"
},
"version": {
"const": 2
@ -557,4 +557,4 @@
}
}
}
}
}

View File

@ -90,7 +90,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal">
<TextBlock FontSize="16" Text="{l:Loc About_Project}" VerticalAlignment="Center" Margin="0,0,5,0"/>
<ui:HyperlinkButton Padding="0" Content="https://github.com/Bililive/BililiveRecorder" NavigateUri="https://github.com/Bililive/BililiveRecorder"/>
<ui:HyperlinkButton Padding="0" Content="https://github.com/BililiveRecorder/BililiveRecorder" NavigateUri="https://github.com/BililiveRecorder/BililiveRecorder"/>
</StackPanel>
</StackPanel>
<Grid Grid.Row="2">

View File

@ -95,7 +95,7 @@ namespace BililiveRecorder.Web
c.SwaggerDoc("brec", new OpenApiInfo
{
Title = "录播姬 REST API",
Description = "录播姬网站 [rec.danmuji.org](https://rec.danmuji.org/) \n录播姬 GitHub [Bililive/BililiveRecorder](https://github.com/Bililive/BililiveRecorder) \n\n" +
Description = "录播姬网站 [rec.danmuji.org](https://rec.danmuji.org/) \n录播姬 GitHub [BililiveRecorder/BililiveRecorder](https://github.com/BililiveRecorder/BililiveRecorder) \n\n" +
"除了 REST API 以外,录播姬还有 Graphql API 可以使用。\n\n" +
"API 中的 objectId 在重启后会重新生成,不保存到配置文件。",
Version = "v1"