Skip to content

Commit 881d829

Browse files
committed
add stats
1 parent ad3006f commit 881d829

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/pages/get-supporter-edition.astro

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ const metadata = {
191191
available: [true, true],
192192
isV6: true,
193193
},
194+
{
195+
feature: 'Statistics (download,share, etc.)',
196+
available: [false, true],
197+
isV6: true,
198+
},
194199

195200
{
196201
feature: 'Album management',
@@ -222,13 +227,18 @@ const metadata = {
222227
isV6: true,
223228
},
224229
{
225-
feature: 'Statistics data per album',
230+
feature: 'Timeline view',
231+
available: [true, true],
232+
isV6: true,
233+
},
234+
{
235+
feature: 'Photo statistics per album',
226236
available: [false, true],
227237
isV6: true,
228238
},
229239
{
230-
feature: 'Timeline view',
231-
available: [true, true],
240+
feature: 'Statistics (download,share, etc.)',
241+
available: [false, true],
232242
isV6: true,
233243
},
234244

0 commit comments

Comments
 (0)