mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Update mini app
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ class LinkListView(ListView):
|
||||
mini_apps = [
|
||||
{'name': 'Image Gallery', 'description': 'Browse Images', 'url': 'mini-apps-image-gallery'},
|
||||
{'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'] = [
|
||||
{**app, 'color': random.choice(colors)}
|
||||
|
||||
Reference in New Issue
Block a user