{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - 数据管理 {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" with current="data" %}
{% trans '导入豆瓣标记和评论' %}
{% csrf_token %} 在豆伴(豆坟)导出时勾选书影音游剧评论
选择从豆伴(豆坟)导出的.xlsx文件:
导入方式

可见性:

{% trans '导入Goodreads账号或书单' %}
{% csrf_token %}
输入Goodreads链接
  • Goodreads用户主页链接形如 https://www.goodreads.com/user/show/12345-janedoe 将自动导入到当前用户的想读、在读、已读列表,每本书的评论导入为本站短评;
  • Goodreads书单链接形如 https://www.goodreads.com/review/list/12345-janedoe?shelf=namehttps://www.goodreads.com/list/show/155086.Popular_Highlights 将自动导入成为收藏单,每本书的评论导入为收藏单条目备注。
  • 欲导入的Goodreads用户需将Who Can View My Profile设置为anyone,导入后可改回原设置。
{% trans '导入播客订阅列表' %}
{% csrf_token %}
导入方式:
选择OPML文件
{% trans '重置所有标记和短评可见性' %}
{% csrf_token %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}