This website works better with JavaScript.
Home
Help
Sign In
free-sun
/
FS-IOT
Watch
15
Star
0
Fork
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.
573
Commits
12
Branches
0
Tags
150 MiB
Tree:
271fd8cc0f
dev
dev_trial
main
release_0.0.1
release_0.0.2
release_1.1.1
release_1.1.2
release_1.2.1
release_1.3.0
tag_videoplay.done
yuxiaolei-patch-1
yuxiaolei-patch-2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '271fd8cc0f'
${ noResults }
FS-IOT
/
code
/
VideoAccess-VCMP
/
script
/
1.6.3.1
/
achema
/
1.update_mirror.sql
4 lines
115 B
Raw
Normal View
History
镜像大屏列表是否展示
2 years ago
alter
table
mirror
add
list_open
boolean
;
comment
on
column
mirror
.
list_open
is
'
镜像大屏列表是否折叠
'
;