From a03f2b1a73c84e01e330d10285e18295862dfd47 Mon Sep 17 00:00:00 2001 From: ZL114514 <114651468+ZL114514@users.noreply.github.com> Date: Fri, 30 May 2025 18:07:08 +0800 Subject: [PATCH] Adding details in shop 'Cause i'm new in (old) html, there is a margin bug. However, it runs --- 7001.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/7001.py b/7001.py index 01d5fa3..468e50e 100644 --- a/7001.py +++ b/7001.py @@ -881,9 +881,12 @@ def web_shop(): if i not in exclude_stage_exp: # Add a button for this stage buttons_html += f""" - +
+ {a} + +
{n}
+
{a}
+
""" inc += 1 if inc % 4 == 0: @@ -1835,4 +1838,4 @@ if __name__ == '__main__': if app.config['SSL_CERT'] and app.config['SSL_KEY']: app.run(host=app.config['HOST'], port=app.config['PORT'], debug=app.config['DEBUG'], ssl_context=(app.config['SSL_CERT'], app.config['SSL_KEY'])) else: - app.run(host=app.config['HOST'], port=app.config['PORT'], debug=app.config['DEBUG']) \ No newline at end of file + app.run(host=app.config['HOST'], port=app.config['PORT'], debug=app.config['DEBUG'])