胶带新增材质

This commit is contained in:
2025-09-26 10:38:00 +08:00
parent 41b4f5fba5
commit 207221a621
3 changed files with 68 additions and 12 deletions
@@ -169,7 +169,7 @@
});
} else if (obj.event === 'view') {
// 在此处输入 layer 的任意代码
navigator.clipboard.writeText(data.content);
navigator.clipboard.writeText(data1.content);
layer.msg('复制成功!', {icon: 6, offset: 'auto', time: 1000});
}
})