MCPcopy
hub / github.com/shiyi-0x7f/o-lib / handleClear

Function handleClear

src/pages/SettingsPage/WereadSection.tsx:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 };
30
31 const handleClear = () => {
32 if (confirm("确定要清除微信读书 API Key 吗?")) {
33 update("weread_api_key", "");
34 }
35 };
36
37 return (
38 <div className="card settings-grid-full">

Callers 1

WereadSectionFunction · 0.85

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected