Mercurial > nebulaweb3
comparison default/assets/js/events-sample.json @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 [ | |
2 { | |
3 "title": "Project 1", | |
4 "start": "2017-12-10", | |
5 "end": "2017-12-13", | |
6 "className": "bg-mustard" | |
7 }, | |
8 { | |
9 "title": "Project 2", | |
10 "start": "2017-12-07", | |
11 "end": "2017-12-10", | |
12 "className": "bg-cerize-red" | |
13 }, | |
14 { | |
15 "title": "Project 3", | |
16 "start": "2017-12-15", | |
17 "end": "2017-12-17", | |
18 "className": "bg-color-scheme" | |
19 }, | |
20 { | |
21 "title": "Project 4", | |
22 "start": "2017-12-24", | |
23 "end": "2017-12-27", | |
24 "className": "bg-persian-blue" | |
25 } | |
26 ] | |
27 |