diff --git a/resources/template/sign/main.css b/resources/template/sign/main.css index 8e313f64..74b8eeba 100644 --- a/resources/template/sign/main.css +++ b/resources/template/sign/main.css @@ -122,6 +122,7 @@ body { position: absolute; top: 72px; left: 130px; + width: 200px; } .sign-content{ diff --git a/resources/template/sign/main.html b/resources/template/sign/main.html index 10c3d40e..cfc8a228 100644 --- a/resources/template/sign/main.html +++ b/resources/template/sign/main.html @@ -1,7 +1,7 @@ - + @@ -10,6 +10,7 @@ +
@@ -40,20 +41,21 @@

{{data.impression}}

-

{{data.gold}}

-
+

{{data.gold}}

+
+

{{data.gift}}

-
+

当前好感度: {{data.cur_impression}}

{% for i in data.heart2 %} - + {% endfor %} {% for i in data.heart1 %} - + {% endfor %}
@@ -61,11 +63,11 @@

{{data.attitude}}

距离升级还差{{data.interpolation}}好感度

-
-
+
+
-

28℃

+

28℃

{{data.date}} @@ -75,4 +77,5 @@ + \ No newline at end of file diff --git a/zhenxun/builtin_plugins/help/_utils.py b/zhenxun/builtin_plugins/help/_utils.py index fe537f80..d2fabff2 100644 --- a/zhenxun/builtin_plugins/help/_utils.py +++ b/zhenxun/builtin_plugins/help/_utils.py @@ -164,7 +164,7 @@ class HelpImageBuild: template_name="main.html", templates={"data": {"plugin_list": _data, "ava": AVA_URL.format(bot_id)}}, pages={ - "viewport": {"width": 637, "height": 975}, + "viewport": {"width": 637, "height": 453}, "base_url": f"file://{TEMPLATE_PATH}", }, wait=2,