mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-21 23:00:12 +08:00
10 lines
234 B
C#
10 lines
234 B
C#
namespace DownKyi.Models
|
|
{
|
|
public class AppInfo
|
|
{
|
|
public string Name { get; } = "哔哩下载姬";
|
|
public string VersionName { get; } = "1.5.0-alpha1";
|
|
public int VersionCode { get; } = 500;
|
|
}
|
|
}
|