This commit is contained in:
relikd
2020-09-25 02:56:16 +02:00
parent bd4a5f321f
commit 69b2875177
15 changed files with 340 additions and 193 deletions

View File

@@ -67,7 +67,7 @@ def gen_help():
obj = mylib.json_read(mylib.path_root('src', 'help.json'))
for land in sorted(obj.keys()):
txt += '\n<h3>{}:</h3>\n<table>'.format(land)
txt += '\n<h3>{}:</h3>\n<table class="alternate">'.format(land)
txt += HTML.tr(['', 'App Name', 'pre iOS 14', 'post iOS 14'], 'th')
for i, x in enumerate(obj[land]):
bid = x[2]