mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:08:33 +08:00
21 lines
1.2 KiB
C#
21 lines
1.2 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BetterLyrics.WinUI3.Constants
|
|
{
|
|
public static class Link
|
|
{
|
|
public const string GitHubUrl = "https://github.com/jayfunc/BetterLyrics";
|
|
public const string ShareHubUrl = $"{GitHubUrl}/blob/dev/ShareHub/index.md";
|
|
public const string WikiUrl = $"{GitHubUrl}/wiki";
|
|
public const string AppleMusicCfgUrl = $"{WikiUrl}/%5BEN%5D-Lyrics-provider-configuration#apple-music";
|
|
public const string FAQUrl = $"{GitHubUrl}/blob/dev/FAQ/index.md";
|
|
public const string QQGroupUrl = "https://qun.qq.com/universal-share/share?ac=1&authKey=4Q%2BYTq3wZldYpF5SbS5c19ECFsiYoLZFAIcBNNzYpBUtiEjaZ8sZ%2F%2BnFN0qw3lad&busi_data=eyJncm91cENvZGUiOiIxMDU0NzAwMzg4IiwidG9rZW4iOiJiVnhqemVYN0N5QVc3b1ZkR24wWmZOTUtvUkJoWm1JRWlaWW5iZnlBcXJtZUtGc2FFTHNlUlFZMi9iRm03cWF5IiwidWluIjoiMTM5NTczOTY2MCJ9&data=39UmAihyH_o6CZaOs7nk2mO_lz2ruODoDou6pxxh7utcxP4WF5sbDBDOPvZ_Wqfzeey4441anegsLYQJxkrBAA&svctype=4&tempid=h5_group_info";
|
|
public const string DiscordUrl = "https://discord.gg/5yAQPnyCKv";
|
|
public const string TelegramUrl = "https://t.me/+svhSLZ7awPsxNGY1";
|
|
}
|
|
}
|