mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 13:53:23 +08:00
feat.AirApp重构工程
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace LanMountainDesktop.AirAppSdk;
|
||||
|
||||
public enum AirAppSettingOptionType
|
||||
{
|
||||
Toggle = 0,
|
||||
Select = 1,
|
||||
Text = 2,
|
||||
Number = 3,
|
||||
Path = 4,
|
||||
List = 5
|
||||
}
|
||||
Reference in New Issue
Block a user