This website works better with JavaScript.
Explore
Help
Register
Sign In
xzsjob
/
problem_check_system
Watch
1
Star
0
Fork
You've already forked problem_check_system
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
2
Branches
0
Tags
2.1 MiB
Dart
76.6%
C++
11.2%
CMake
8.8%
Kotlin
1.2%
Swift
1%
Other
1.1%
Tree:
b614000b77
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b614000b77'
${ noResults }
problem_check_system
/
lib
/
data
/
models
/
sync_status.dart
7 lines
106 B
Raw
Blame
History
enum
SyncStatus
{
/// 已同步,本地无修改
synced
,
/// 未同步到服务器
notSynced
,
}
Reference in new issue
Copy Permalink