# 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/62dmnpa
一文搞懂 TypeScript 裝飾器**
前段時間爲了開發 HarmonyOS 路由框架,學習了 TypeScript 裝飾器。在學習中發現無論是官方文檔還是線上資料,鮮有文章可以將裝飾器簡單通俗的表達清楚,故而萌生了撰寫此文的想法。當然,作爲一個前端門外漢、TS 初學者,寫這篇文字更主要的還是爲了加深自己對裝飾器的理解。新手上路,難免有不足之處,還請各位看官輕噴。一. 什麼是裝飾器?----------官方文檔上的解釋是: 裝飾器是一 ⌘ Read more