copy-text-pjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Copy Text

在选择复制粘贴的内容后面添加自定义的信息

示例

安装

npm i copy-text-pjs --save-dev

使用

import setCopyText from 'copy-text-pjs';

const copyRightText = `
<br />本文出自 A 网站,遵循版权协议,转载请附上原文出处链接及本声明
<br />原文链接:${location.href}
<br />Copyright © 2000 - ${new Date().getFullYear()} A, All right reserved. 粤 ICP 备 00000000
`;

setCopyText(copyRightText);

Readme

Keywords

Package Sidebar

Install

npm i copy-text-pjs

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

3.73 kB

Total Files

6

Last publish

Collaborators

  • nelayah