# 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/uwbzw4q
得物商家客服從 Electron 遷移到 Tauri 的技術實踐**
一背景得物商家客服採用的是桌面端應用表現形式,而桌面端應用主要架構形式就是一套和操作系統交互的 “後端” \+ 一套呈現界面的 “前端(渲染層)”。而桌面端技術又可以根據渲染層的不同核心劃分爲以下幾類:C 語言家族:原生開發、QT Chromium 家族:NW、Electron、CEF Webview 家族:Tauri、pywebview、webviewjava 自立山頭:Flut ⌘ Read more