Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
WereadSection
Function · 0.85
Calls
1
update
Function · 0.85
Tested by
no test coverage detected