{% extends base.html %} {% block content %} {% import urllib.parse, re %} {% if handler.app.options.upload and not (handler.request.path.startswith('/share') or (handler.app.options.auth and handler.request.path.startswith("/disk/public") and not current_user.admin)) %}
点击上传或将文件拖拽到此处