diff --git a/templates/pricing.html b/templates/pricing.html index 847a1e5..49eca83 100644 --- a/templates/pricing.html +++ b/templates/pricing.html @@ -12,9 +12,26 @@ 📄 PDF翻译助手 - - 首页 - 登录 + + + + + + 首页 + 会员套餐 + {% if user %} + 翻译历史 + {% endif %} + + + {% if user %} + 👋 {{ user.username }} + 退出 + {% else %} + 登录 + 注册 + {% endif %} +