Skip to content

Commit d9f0c18

Browse files
Dean OhashiDean Ohashi
authored andcommitted
changed icons
1 parent 5d3c78b commit d9f0c18

File tree

6 files changed

+36
-21
lines changed

6 files changed

+36
-21
lines changed

quasar.conf.js

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -125,30 +125,45 @@ module.exports = function (ctx) {
125125
theme_color: '#027be3',
126126
icons: [
127127
{
128-
'src': 'statics/icons/icon-128x128.png',
129-
'sizes': '128x128',
128+
'src': 'statics/icons/apple-icon-120x120.png',
129+
'sizes': '120x120',
130130
'type': 'image/png'
131131
},
132132
{
133-
'src': 'statics/icons/icon-192x192.png',
134-
'sizes': '192x192',
133+
'src': 'statics/icons/apple-icon-152x152.png',
134+
'sizes': '152x152',
135135
'type': 'image/png'
136136
},
137137
{
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',
150140
'type': 'image/png'
151141
}
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+
// }
152167
]
153168
}
154169
},

src/components/Footer.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
align="left"
1717
>
1818
<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" /> -->
2020
<q-tab name="tree" label="Project Tree" id="label-text" />
2121
<q-tab name="html" label="HTML Elements" id="label-text" />
2222
</q-tabs>
@@ -26,9 +26,9 @@
2626
<CodeSnippet />
2727
</q-tab-panel>
2828

29-
<q-tab-panel name="detail">
29+
<!-- <q-tab-panel name="detail">
3030
<div class="text-h6">Vuex</div>Component Info
31-
</q-tab-panel>
31+
</q-tab-panel> -->
3232

3333
<q-tab-panel name="tree">
3434
<Tree />

src/components/HomeSideDropDown.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
</q-card>
2222
</q-expansion-item>
2323

24-
<q-expansion-item dense dense-toggle expand-separator label="Vuex">
24+
<!-- <q-expansion-item dense dense-toggle expand-separator label="Vuex">
2525
<q-card>
2626
<q-card-section>
2727
<div class="input-container">
2828
<VuexForm />
2929
</div>
3030
</q-card-section>
3131
</q-card>
32-
</q-expansion-item>
32+
</q-expansion-item> -->
3333
</q-list>
3434
</div>
3535
</template>
142 Bytes
Loading
501 Bytes
Loading
1.11 KB
Loading

0 commit comments

Comments
 (0)