Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tickmao/Novel
/ script.js
File
script.js
docs/script.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// 复制功能
2
document.querySelectorAll(
'.copy-btn'
).forEach(btn => {
3
btn.addEventListener(
'click'
,
async
() => {
4
const
url = btn.dataset.url;
Callers
nothing calls this directly
Calls
2
showToast
Function · 0.85
select
Method · 0.80
Tested by
no test coverage detected