# 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/etqr3da
用 Wails 和 Vue-js 打造跨平臺桌面應用**
背景--最近在觀看抖音直播時,我發現了一位專注編程的主播,他在錄製視頻時使用了一個自制的桌面計時工具。這個工具非常實用,每當直播到達半小時左右,主播就會暫停錄製並保存視頻。這不僅幫助他有效管理直播時間,也讓他的工作流程更加有條不紊。作爲一名長期從事開發的程序員,這一巧妙的工具引起了我的興趣,於是我決定動手開發一個類似的桌面計時應用。經過一番摸索,我使用 Wails 框架順利完成了這個項目。下面是 ⌘ Read more