File tree Expand file tree Collapse file tree 6 files changed +36
-21
lines changed Expand file tree Collapse file tree 6 files changed +36
-21
lines changed Original file line number Diff line number Diff line change @@ -125,30 +125,45 @@ module.exports = function (ctx) {
125
125
theme_color : '#027be3' ,
126
126
icons : [
127
127
{
128
- 'src' : 'statics/icons/icon-128x128 .png' ,
129
- 'sizes' : '128x128 ' ,
128
+ 'src' : 'statics/icons/apple- icon-120x120 .png' ,
129
+ 'sizes' : '120x120 ' ,
130
130
'type' : 'image/png'
131
131
} ,
132
132
{
133
- 'src' : 'statics/icons/icon-192x192 .png' ,
134
- 'sizes' : '192x192 ' ,
133
+ 'src' : 'statics/icons/apple- icon-152x152 .png' ,
134
+ 'sizes' : '152x152 ' ,
135
135
'type' : 'image/png'
136
136
} ,
137
137
{
138
- 'src' : 'statics/icons/icon-256x256.png' ,
139
- 'sizes' : '256x256' ,
140
- 'type' : 'image/png'
141
- } ,
142
- {
143
- 'src' : 'statics/icons/icon-384x384.png' ,
144
- 'sizes' : '384x384' ,
145
- 'type' : 'image/png'
146
- } ,
147
- {
148
- 'src' : 'statics/icons/icon-512x512.png' ,
149
- 'sizes' : '512x512' ,
138
+ 'src' : 'statics/icons/apple-icon-180x180.png' ,
139
+ 'sizes' : '180x180' ,
150
140
'type' : 'image/png'
151
141
}
142
+ // {
143
+ // 'src': 'statics/icons/icon-128x128.png',
144
+ // 'sizes': '128x128',
145
+ // 'type': 'image/png'
146
+ // },
147
+ // {
148
+ // 'src': 'statics/icons/icon-192x192.png',
149
+ // 'sizes': '192x192',
150
+ // 'type': 'image/png'
151
+ // },
152
+ // {
153
+ // 'src': 'statics/icons/icon-256x256.png',
154
+ // 'sizes': '256x256',
155
+ // 'type': 'image/png'
156
+ // },
157
+ // {
158
+ // 'src': 'statics/icons/icon-384x384.png',
159
+ // 'sizes': '384x384',
160
+ // 'type': 'image/png'
161
+ // },
162
+ // {
163
+ // 'src': 'statics/icons/icon-512x512.png',
164
+ // 'sizes': '512x512',
165
+ // 'type': 'image/png'
166
+ // }
152
167
]
153
168
}
154
169
} ,
Original file line number Diff line number Diff line change 16
16
align =" left"
17
17
>
18
18
<q-tab name =" code" label =" Code Snippet" id =" label-text" />
19
- <q-tab name =" detail" label =" Component Details" id =" label-text" />
19
+ <!-- < q-tab name="detail" label="Component Details" id="label-text" /> -- >
20
20
<q-tab name =" tree" label =" Project Tree" id =" label-text" />
21
21
<q-tab name =" html" label =" HTML Elements" id =" label-text" />
22
22
</q-tabs >
26
26
<CodeSnippet />
27
27
</q-tab-panel >
28
28
29
- <q-tab-panel name =" detail" >
29
+ <!-- < q-tab-panel name="detail">
30
30
<div class="text-h6">Vuex</div>Component Info
31
- </q-tab-panel >
31
+ </q-tab-panel> -->
32
32
33
33
<q-tab-panel name =" tree" >
34
34
<Tree />
Original file line number Diff line number Diff line change 21
21
</q-card >
22
22
</q-expansion-item >
23
23
24
- <q-expansion-item dense dense-toggle expand-separator label =" Vuex" >
24
+ <!-- < q-expansion-item dense dense-toggle expand-separator label="Vuex">
25
25
<q-card>
26
26
<q-card-section>
27
27
<div class="input-container">
28
28
<VuexForm />
29
29
</div>
30
30
</q-card-section>
31
31
</q-card>
32
- </q-expansion-item >
32
+ </q-expansion-item> -->
33
33
</q-list >
34
34
</div >
35
35
</template >
You can’t perform that action at this time.
0 commit comments