{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load duration %} {% load thumb %} {{ site_name }} - 设置 {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" with current="data" %}
{% trans '使用偏好' %}
{% csrf_token %}
{% trans '登录后显示:' %}
{% trans '发表时的默认可见性:' %}
可见性选择「公开」时以如下方式发布到联邦网络: {% if enable_local_only %} {% endif %}
{% if request.user.mastodon_acct %}
转发到主ID时间轴时:
{% endif %}
{% trans '搜索时不显示以下类型:' %}
{% trans '当前设备设置' %}
专注模式 (实验功能)

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

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