Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 tumblr 上的帖子是私人的,我想在页面上添加一个“私人”图像。有什么办法可以找出来吗?
我在主题指南中找不到任何变量,因此似乎无法使用特殊class或id值。
class
id
如果你想编程,你可以(我不太了解这些东西)使用知道“状态”的 API:
表示帖子的当前状态 状态是published,queued和draftprivate
表示帖子的当前状态
状态是published,queued和draftprivate
published
queued
draft
private
另一种(相当脏的)方法可能是使用 JavaScript 解析 URL 路径,因为私人帖子以/private/. 如果存在,您可以使用 JS 向元素添加class类似“private”的值。body
/private/
body