# 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/j2f3i4a
巧用 CSS 實現高頻出現的複雜怪狀按鈕**
在之前,我們有些過這麼一篇文章 \- 使用 CSS 輕鬆實現高頻出現的各類奇形怪狀按鈕 [1]。裏面包含了如下這些圖形:接下來幾篇文章中,將在上述基礎上,額外補充一些在日常設計稿中,常見的,可能出現的更爲複雜的幾個按鈕,本文,我們來嘗試實現這個造型:不鏤空的內凹圓角按鈕----------在文章開頭的貼圖中,其實是有和這個按鈕非常類似的造型:此造型如果內部無需鏤空,整體還是比較簡單的,利用 back ⌘ Read more