-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData Examples.txt
More file actions
60 lines (57 loc) · 1.02 KB
/
Copy pathData Examples.txt
File metadata and controls
60 lines (57 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// audio-player
{
click: "undefined"
created: "undefined"
data{
author: "Hans Zimmer/Richard Harvey"
lrc: "[00:00.00]lrc here\\n[00:01.00]aplayer"
pic: "http://devtest.qiniudn.com/Preparation.jpg"
title: "Preparation"
url: "http://devtest.qiniudn.com/Preparation.mp3"
}
h: 2
i: "'2'"
type: "audio-player"
w: 3
x: 5
y: 0
}
// google map
{
click: "undefined"
created: "undefined"
data {
center{
lat: 10
lng: 10
}
map_type_id: "terrain"
markers: "[{ id: 1, position: {lat: 10.0, lng: 10..."
style: "position: absolute;top: 0;left: 0;width: 100% !..."
zoom: 7
}
h: 4
i: 7
type: "google-map"
w: 4
x: 8
y: 0
}
// sound-button
{
click: "undefined"
created: "undefined"
data{
author: "Hans Zimmer/Richard Harvey"
lrc: "[00:00.00]lrc here\\n[00:01.00]aplayer"
pic: "http://devtest.qiniudn.com/Preparation.jpg"
title: "Preparation"
url: "http://devtest.qiniudn.com/Preparation.mp3"
}
h: 2
i: "'2'"
type: "audio-player"
w: 3
x: 5
y: 0
}