公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
OnPro
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新了iOS扫码sdk,兼容最新手机系统(17.5.1);增加了阿里云日志服务
wxr
2024-06-13
8fec9c2162b900fb59a3a3433bbcbc87c5e86777
[~wxr/OnPro.git]
/
HDL-ON_Android
/
Aliyu
/
Level.cs
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON_Android.Aliyu
{
public enum Level
{
high,//高
middle,//中
low//低
}
}