Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit e13df82

Browse files
committed
💾 Feat: 调整了OS列表顺序, 添加IoT类型
1 parent b8bb970 commit e13df82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KitX.Web.Rules/OperatingSystems.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public enum OperatingSystems
44
{
5-
Android, Browser, FreeBSD, IOS, Linux, MacCatalyst, MacOS, TvOS, WatchOS, Windows,
6-
Unknown
5+
Unknown = 0, Android = 1, Browser = 2, FreeBSD = 3, IOS = 4, Linux = 5, MacCatalyst = 6, MacOS = 7,
6+
TvOS = 8, WatchOS = 9, Windows = 10, IoT = 11
77
}
88
}

0 commit comments

Comments
 (0)