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
| Windows Registry Editor Version 5.00 | |
| ; ============================= | |
| ; 迅雷 Magnet 协议注册 | |
| ; ============================= | |
| [HKEY_CLASSES_ROOT\Thunder.Magnet] | |
| @="URL:Thunder Magnet Link" | |
| "URL Protocol"="" | |
| "DefaultIcon"="C:\\Program Files (x86)\\Thunder Network\\Thunder\\Program\\Thunder.exe,1" |
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 | |
| # 一键启用/关闭 docker pull/push 的代理 | |
| CONF_FILE="/etc/systemd/system/docker.service.d/http-proxy.conf" | |
| PROXY="http://127.0.0.1:7890" | |
| enable_proxy() { | |
| echo "[Service] | |
| Environment=\"HTTP_PROXY=$PROXY\" | |
| Environment=\"HTTPS_PROXY=$PROXY\" |
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
| 4M7q7BHDYJEq6JyrkCT59k6iKLHgDJajZ7eiWYBYjjTKsPF1yrJJ5nu3pLPC5hwccjhnm9YibCGsKGj3LktNtkhRQEKdhMuDJwvPsAJYg57BcyKE8gmqBJTc3NnbpxUVQT3SXP5VCdZdz4sLd5JUDJ1QKZGKewha3FVSuXwTpXSHdX9UUQACyNyokUNaNCNvyfLeUVY2Cf627BQGPcsgSqjpu4Nw6dEF3MNzpBuq4iDqAkh7LEAE2vAJrzKgKBe7SBPAjAxrnvJB6XBjNAu1BsxvTG6u632nPcxV1GDDMVWFqtGTAEGrBGr6pXV4RGhz7enULio6mapjf5c5ca4gr1vcpufX7xjEGzLANwh4DC1fUDQAuHiaJyXsNK4EXpheSdLWBYqfw9sAoWudd7ptwecC5AKnRsxUcbNxwy1N6DnrdvBGdKvDVDpAu6ZHFWEsVzGT9Wqh5dak1u52HJfBgqiJr9vHuvB8oBahf73q1w7NeukDKX13FjrZaNkkHfcVg6He1WoueuKZtay9p1nb6k7Lyiiq7nuqhFMA1LEbLiwWNfpyrGFNgjhaaY1g3CoPR4eJfmPkCVy3gkyVXXRbSCCUWeCTivoVqTHsrVoVcANW2keq5QjZq6pP6QDJC2aJ6b87YYjdoNY6EHMXCJcoFpaQoLuyfjRomhtzBCwJYuaX8cVkPUQhN249cHu6Am6b59g6ofrcfWnaxBzTBbUc9zmyGWrpw8yeFLzMHWectVVVSeKd5UF7UkMkejWh4LAdZGsMhGQe73UVpq4hkjaMmirzQxZ2XWtdij5QHurnT87Dqz9suK6RKYna63LU2GedNB873R9Mwn32tppkDqJDdXhXf9CTNFHf5s1v6w6rGr6Dfmdjap3ssAVJYr7BqtfM1pb1ujd3mtwqSKqLStKftsCau6D7i85E2UoXzAtNqMnGrEHDjuMKBehGye2AEAxGaBiTT28wz5ovYee6pb7D8hf3ZptUb5VHaeph9VM5GLo1G8gteKUqGc56pAsQ1Jh4 |
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
| // ============================================================ | |
| // 🔧 FIClash 动态配置融合版脚本 | |
| // 作者:萌森工作室 | |
| // 说明:Clash / FIClash 调用 main(config) 时自动执行 | |
| // ============================================================ | |
| // | |
| // ✅ 使用方法: | |
| // 每个分组对象支持以下字段: | |
| // { | |
| // name: "港湾", // 分组名称 |
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
| // ============================================================ | |
| // 🔧 FIClash 动态配置脚本 | |
| // 作者:萌森工作室 | |
| // 说明:Clash / FIClash 在加载配置时调用 main(config),返回修改后的配置 | |
| // | |
| // ✅ 使用说明: | |
| // 1️⃣ 在 `PROXY_GROUPS` 中定义一个或多个代理组。 | |
| // - 每个组可直接列出 proxies(精确名称) | |
| // - 或用 `match` 定义一个正则(自动匹配所有代理名) | |
| // |
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
| <!DOCTYPE html> | |
| <html lang="zh"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>本地请求测试</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| padding: 20px; |
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
| <!DOCTYPE html> | |
| <html lang="zh"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>本地跨域测试</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| padding: 20px; |
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
| import org.apache.commons.lang3.StringUtils; | |
| import java.util.Set; | |
| /** | |
| * MarkdownV2 工具类 | |
| * <p> | |
| * Telegram MarkdownV2 | |
| * 语法参考:https://core.telegram.org/bots/api#markdownv2-style | |
| * | |
| * @author ms |
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
| .clearfix:after { | |
| content: ""; | |
| display: block | |
| height 0; | |
| clear: both; | |
| visibility: hidden; | |
| } | |
| /* IE6,7兼容样式 */ | |
| .clearfix { | |
| *zoom: 1; |
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
| <style> | |
| @keyframes shake { | |
| 10%, | |
| 90% { | |
| transform: translate3d(-1px, 0, 0); | |
| } | |
| 20%, | |
| 80% { | |
| transform: translate3d(2px, 0, 0); |