-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathdraft.js
49 lines (49 loc) · 1.76 KB
/
draft.js
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
module.exports = {
type: 'draft',
name: { zh: '草稿', en: 'Draft' },
group: [{
type: 'sandbox',
name: { zh: '多实例隔离', en: 'Sandbox' },
examples: [{
hash: 'faddd11cb224bae7aaf52e3488d96667',
title: { zh: '有毒', en: 'Poison' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}, {
hash: 'bb7fa751c420400235f3e6d1b9f1ac12',
title: { zh: '有剧毒', en: 'Poison' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}, {
hash: 'aac3529dc14145b7126f27f36e270da3',
title: { zh: '验毒', en: 'Diagnose' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}]
}, {
type: 'check',
name: 'Check',
examples: [{
hash: 'ad4274b3fae5cd8da414b9398eecc915',
title: { zh: '验证 WebAssembly', en: 'Support WebAssembly?' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}, {
hash: 'b4ef85cd84f8e0893dbf291159d6677c',
title: { zh: '验证 WebAssembly', en: 'Support WebAssembly?' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}]
}, {
type: 'recycle-list',
name: '<recycle-list>',
examples: [{
hash: '48037a2eef1b65d2965cfcee10308917',
title: { zh: '使用 <template> 标签', en: 'use <template>' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}]
}, {
type: 'syntax',
name: 'syntax',
examples: [{
hash: '48037a2eef1b65d2965cfcee10308917',
title: { zh: '使用 <template> 标签', en: 'use <template>' },
screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
}]
}]
}