# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/yvpziba
評論系統的設計**
文章或者視頻一般都有評論模塊,因爲評論不僅可以增強用戶的參與度、促進交流,而且通過用戶的各種精彩評論與回覆增加了內容吸引力,所以文章或者視頻下的評論是非常重要的一個板塊,今天我們來聊聊評論模塊的設計。 1、基礎設計 如下是一個文章的評論截圖: 通過上圖的評論圖我們發現用戶發表了一級評論之後,其他的用戶可以在這個一級評論上繼續評論成爲二級評論,多個二級評論不用一次性展示 ⌘ Read more