We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bcebd commit 33be0fbCopy full SHA for 33be0fb
1 file changed
src/pages/get-supporter-edition.astro
@@ -155,12 +155,16 @@ const metadata = {
155
feature: 'Multiple languages supported<sup>*</sup><sup>*</sup>',
156
available: [true, true],
157
},
158
+ {
159
+ feature: 'Worker mode (asynchronous processing)',
160
+ available: [true, true],
161
+ isV7: true,
162
+ },
163
{
164
feature: 'Hide Lychee <span class="text-sky-600 dark:text-sky-300">SE</span> call for actions <sup>*</sup><sup>*</sup><sup>*</sup>',
165
available: [true, false],
166
167
-
168
169
feature: 'Photo management',
170
isHeader: true,
0 commit comments