From 26dd158f0187616ad38223925de1fab97c00bfc2 Mon Sep 17 00:00:00 2001 From: hmo Date: Thu, 23 Apr 2026 22:43:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=9F=E4=B8=80=E7=BC=96=E8=BE=91Mod?= =?UTF-8?q?al=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0sticky=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=8C=89=E9=92=AE=E6=A0=8F=EF=BC=8C=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=BD=BF=E7=94=A8Markdown=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/goals.html | 108 ++++++++++++++++++++++++++---------- app/templates/problems.html | 42 +++++++++----- 2 files changed, 109 insertions(+), 41 deletions(-) diff --git a/app/templates/goals.html b/app/templates/goals.html index 70088d4..6c29be5 100644 --- a/app/templates/goals.html +++ b/app/templates/goals.html @@ -1,5 +1,11 @@ {% extends "base.html" %} +{% block page_css %} + +{% endblock %} + {% block content %}

🎯 目标管理

@@ -67,7 +73,7 @@