Changed "link" to "repu_url" and added "homepage_url"

This commit is contained in:
Lucas
2025-04-08 08:21:18 -07:00
parent a15b804068
commit ba13d5ced0
5 changed files with 1355 additions and 924 deletions

View File

@@ -97,7 +97,7 @@ def generate_contents(platform="all"):
for app in apps:
name = app.get("name", "")
description = app.get("description", "").replace("|", "-")
link = app.get("link", "#")
link = app.get("repo_url", "#")
tags = ""
"""
if app.get("tags"):