[Unit]
Description=frps daemon
After=syslog.target network.target
Wants=network.target
[Service]
Type=simple
ExecStart=/opt/frps/frps -c /opt/frps/frps.inilisting
!!:^https://yi-yun\.github\.io/JavaScriptDOMExecrise/*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| rm -rf /usr/local/aegis | |
| for A in $(ps aux | grep Ali | grep -v grep | awk '{print $2}') | |
| do | |
| kill -9 $A; | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require('axios'); | |
| const errwin = /[\\\\/:*?\"<>|]/g; | |
| const subwin = ``; | |
| const cp = require('child_process'); | |
| // 获取作品ID | |
| var GetID = function (dyurl) { | |
| return new Promise((resolve, reject) => { | |
| try { | |
| axios.get(dyurl, { |