MCPcopy
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// 复制功能
2document.querySelectorAll('.copy-btn').forEach(btn => {
3 btn.addEventListener('click', async () => {
4 const url = btn.dataset.url;

Callers

nothing calls this directly

Calls 2

showToastFunction · 0.85
selectMethod · 0.80

Tested by

no test coverage detected