{% load static %} {% load i18n %} {% load mastodon %} {% load duration %} {% load thumb %} {{ site_name }} - 设置 {% include "common_libs.html" %} {% include "_header.html" with current="data" %}
{% trans '使用偏好' %}
{% csrf_token %}
{% trans '登录后显示:' %}
{% trans '发表时的默认可见性:' %}
可见性选择「公开」时以如下方式发布到联邦网络: {% if enable_local_only %} {% endif %}
{% if request.user.mastodon_acct %}
转发到主ID时间轴时:
{% endif %}
{% all_languages as languages %}
{% trans '搜索时不显示以下类型:' %}
{% trans '当前设备设置' %}
明暗风格

专注模式

自定义样式代码 (实验功能)

{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}