-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklet.yml
97 lines (97 loc) · 1.85 KB
/
blocklet.yml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: component-demo
version: 1.2.27
main: build
author:
name: ArcBlock
email: [email protected]
url: https://github.com/blocklet
homepage: ''
license: ''
title: Component Demo
description: Combining multiple blocklets together
group: static
specVersion: 1.2.8
logo: logo.png
files:
- blocklet.md
- README.md
- build
keywords:
- dapp
- demo
- auth
- component
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: http
did: z8iZoDztjkY82fsU26vwE8M94eHDK4tjwrFgd
community: https://community.arcblock.io
documentation: https://developer.blocklet.io
timeout:
start: 60
requirements:
server: '>=1.16.0'
os: '*'
cpu: '*'
environments: []
scripts:
dev: npm run start
screenshots: []
payment:
price: []
share: []
capabilities:
clusterMode: false
component: true
navigation: true
serverless: false
theme:
background: '#fbfbfb'
navigation:
- id: home
title:
en: Home
zh: 首页
link: /
icon: mdi:home-outline
- id: discuss
title:
en: Discuss
zh: 讨论
icon: tabler:message-2
component: auth-demo
- id: profile
title:
en: Profile
zh: 用户简介
icon: mdi:text-box-outline
component: profile-demo
- id: store
title:
en: Store
zh: 商店
icon: material-symbols:storefront-outline
items:
- id: store_prod
title: Blocklet Store
link: https://store.blocklet.dev
- id: store_dev
title: Dev Blocklet Store
link: https://dev.store.blocklet.dev
components:
- name: auth-demo
mountPoint: /discussion
source:
store: https://dev.store.blocklet.dev
name: auth-demo
version: latest
- name: profile-demo
mountPoint: /profile
source:
store: https://dev.store.blocklet.dev
name: profile-demo
version: latest