mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Update mini app
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ class LinkListView(ListView):
|
|||||||
mini_apps = [
|
mini_apps = [
|
||||||
{'name': 'Image Gallery', 'description': 'Browse Images', 'url': 'mini-apps-image-gallery'},
|
{'name': 'Image Gallery', 'description': 'Browse Images', 'url': 'mini-apps-image-gallery'},
|
||||||
{'name': 'TTS', 'description': 'Convert text to speech', 'url': 'mini-apps-tts'},
|
{'name': 'TTS', 'description': 'Convert text to speech', 'url': 'mini-apps-tts'},
|
||||||
{'name': 'Coming Soon', 'description': 'New App', 'url': '#'}
|
{'name': 'IP Ban', 'description': 'Block IP addresses', 'url': 'mini-apps-ip-ban'},
|
||||||
]
|
]
|
||||||
context['mini_apps'] = [
|
context['mini_apps'] = [
|
||||||
{**app, 'color': random.choice(colors)}
|
{**app, 'color': random.choice(colors)}
|
||||||
|
|||||||
Reference in New Issue
Block a user