{% extends "base.html" %} {% block title %}{{ site.name }} - ZJPB - 自己品吧{% endblock %} {% block description %}{{ site.short_desc or site.description[:150] }}{% endblock %} {% block keywords %}{{ site.name }},{% for tag in site.tags %}{{ tag.name }},{% endfor %}ZJPB,焦提示词,AI工具{% endblock %} {% block content %}
arrow_back 返回首页
{% if site.logo %}
{% else %}
{{ site.name[0] }}
{% endif %}
{% for tag in site.tags %} {{ tag.name }} {% endfor %}
visibility {{ site.view_count }} 次浏览
calendar_today {{ site.created_at.strftime('%Y年%m月%d日') }}

{% if site.short_desc %}

info 产品简介

{{ site.short_desc }}

{% endif %} {% if site.description %}

article 详细介绍

{{ site.description|safe }}
{% endif %} {% if site.features %}

star 主要功能

{{ site.features|safe }}
{% endif %} {% if news_list %}

newspaper 相关新闻

{% endif %} {% if recommended_sites %}

auto_awesome 同类工具推荐

{% endif %}
立即体验
访问网站 arrow_outward

{{ site.url }}

{% endblock %}