mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 15:09:46 +00:00
feat: 新增页面防复制功能
This commit is contained in:
@@ -10,6 +10,12 @@ const Style = () => {
|
||||
.dark body{
|
||||
background-color: black;
|
||||
}
|
||||
// 文本不可选取
|
||||
.forbid-copy {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
`}</style>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user