first commit

This commit is contained in:
Chris
2026-03-23 20:23:58 +08:00
commit 74d612aca1
3193 changed files with 692056 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
export default [
{
id:"id",
name:"序列",
header_setup:{
sortable:true,
"show-overflow-tooltip":false,
// width:"100",
}
},
{
id:"name",
name:"倒數計時器名稱",
header_setup:{
sortable:false,
"show-overflow-tooltip":true,
// width:"280"
}
},
{
id:"start_at",
name:"開始時間",
header_setup:{
sortable:true,
"show-overflow-tooltip":false,
// width:"180"
}
},
{
id:"end_at",
name:"結束時間",
header_setup:{
sortable:true,
"show-overflow-tooltip":false,
// width:"180"
}
}
]