ZeroLauncher/ServicesStaticInfo.cs

9 lines
255 B
C#
Raw Permalink Normal View History

2024-03-07 21:04:59 +08:00
namespace Zerolauncher
{
class ServicesStaticInfo
{
2024-07-05 16:32:50 +08:00
public static string[] ServicesName = ["4399大区", "7k7k大区", "第七大道", "4399经典"];
public static string[] ServicesShortName = ["43", "7k", "7d", "典"];
2024-03-07 21:04:59 +08:00
}
}