# 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/xd5cdnq
都應該會的前端代碼規範 - 日誌打印規範**
在前端開發中,隨着項目迭代升級,日誌打印逐漸風格不一,合理的日誌輸出是監控應用狀態、調試代碼和跟蹤用戶行爲的重要手段。一個好的日誌系統能夠幫助開發者快速定位問題,提高開發效率。本文將介紹如何在前端項目中制定日誌輸出規範。1\\. 日誌等級首先,我們需要定義不同的日誌等級,以便根據消息的重要性進行分類。通常,日誌等級從低到高可以分爲以下幾類:DEBUG: 詳細的開發時信息,用於調試應用。 INFO ⌘ Read more