-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtools.ts
46 lines (46 loc) · 1.01 KB
/
tools.ts
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
export default {
title: 'Tools',
data: [
{
title: 'VS Code',
name: 'vscode',
desc: 'Code editor',
},
{
title: 'Xcode',
name: 'xcode',
desc: 'iOS development',
},
{
title: 'Figma',
name: 'figma',
desc: 'UI Design, Prototyping',
},
{
title: 'Sketch',
name: 'sketch',
desc: 'UI Design, Prototyping',
},
{
title: 'Adobe Photoshop',
name: 'photoshop',
desc: 'UI Design, Creativation',
},
{
title: 'Adobe Illustrator',
name: 'illustrator',
desc: 'Creative Designing',
},
{
title: 'MS Excel',
name: 'excel',
desc: 'Office Work',
},
{
title: 'Blender',
name: 'blender',
desc: 'blender',
},
],
status: 0,
}