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
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
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
| package main | |
| import ( | |
| "bytes" | |
| "crypto/sha256" | |
| "encoding/hex" | |
| "encoding/json" | |
| "fmt" | |
| "image" | |
| _ "image/png" |
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
| port: 7890 | |
| socks-port: 7891 | |
| allow-lan: true | |
| mode: Rule | |
| log-level: info | |
| external-controller: :9090 | |
| proxies: | |
| - {name: 美国WA-1A, server: q17.ludou.us.kg, port: 80, type: vmess, uuid: 1dab2b0c-64f2-41df-a1ab-61ff8b466392, alterId: 0, cipher: auto, tls: false, skip-cert-verify: true, network: ws, ws-opts: {path: "/?ed=2048", headers: {Host: uswa.ludou.us.kg}}, udp: true} | |
| - {name: 伦敦-1B, server: q7.ludou.us.kg, port: 80, type: vmess, uuid: 32829e36-5fc9-412f-bc1b-fa73ce4e46ce, alterId: 0, cipher: auto, tls: false, skip-cert-verify: true, network: ws, ws-opts: {path: "/?ed=2048", headers: {Host: b1.ludou.us.kg}}, udp: true} | |
| - {name: 澳大利亚-1B, server: q13.ludou.us.kg, port: 80, type: vmess, uuid: 32829e36-5fc9-412f-bc1b-fa73ce4e46ce, alterId: 0, cipher: auto, tls: false, skip-cert-verify: true, network: ws, ws-opts: {path: "/?ed=2048", headers: {Host: b4.ludou.us.kg}}, udp: true} |
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 | |
| # 检查是否以root用户运行脚本 | |
| if [ "$(id -u)" != "0" ]; then | |
| echo "此脚本需要以root用户权限运行。" | |
| echo "请尝试使用 'sudo -i' 命令切换到root用户,然后再次运行此脚本。" | |
| exit 1 | |
| fi | |
| echo "脚本以及教程由推特用户大赌哥 @y95277777 编写,免费开源,请勿相信收费" |
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
| aa |