anti_content获取成功!

This commit is contained in:
aixianling
2023-08-17 18:19:41 +08:00
parent 3d78d229b2
commit 0f634ebaea
4 changed files with 209065 additions and 3622 deletions

View File

@@ -1 +1,25 @@
console.log('hello world content todo something~')
// import {genAnti} from "@/api/genAnti";
// const popup = document.createElement("div")
// popup.innerText = "获取Anti"
// const styles = {
// position: "fixed",
// right: '10px',
// top: '60px',
// zIndex: 9999,
// padding: "8px",
// background: "#409EFF",
// color: "#fff",
// borderRadius: "8px",
// cursor: "pointer"
// }
// for (const e in styles) {
// popup.style[e] = styles[e]
// }
//
// popup.addEventListener('click', async () => {
// const anti = await genAnti.a()
// console.log(anti)
// })
// document.body.appendChild(popup)