anti_content获取成功!
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user