This file contains 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
{ | |
"dns": { | |
"servers": [ | |
{ | |
"tag": "dns_proxy", | |
"address": "https://1.1.1.1/dns-query", | |
"address_resolver": "dns_resolver", | |
"strategy": "ipv4_only", | |
"detour": "select" | |
}, |
This file contains 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
# fly.toml file generated for still-snowflake-6351 on 2023-03-30T09:53:40+08:00 | |
kill_signal = "SIGINT" | |
kill_timeout = 5 | |
primary_region = "sin" | |
processes = [] | |
[build] | |
image = "bayedev/opencatd" |
This file contains 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
<?php | |
header("Content-type:text/html;charset=utf-8"); | |
// 设定cookie和网址 | |
// 通过Chrome 或者Edge 找到对应的Cookie值,找到以saltkey和auth 结尾的Cookie 名称和值,填在这里 | |
$cookie = 'xxxxxxx_saltkey=XXXXXXXX;xxxxxxxx_auth=XXXXXX'; | |
// 获取formhash | |
$URL = "http://bbs.abc.com/forum.php"; //论坛地址 | |
$str = loadcode($cookie,$URL); |
This file contains 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
patch: | |
schema_list: | |
- schema: luna_pinyin # 全拼 | |
- schema: numbers # 大写数字 | |
- schema: easy_en # 英文 | |
# - schema: double_pinyin # 自然码 | |
# - schema: double_pinyin_flypy # 小鹤双拼 | |
switcher/hotkeys: | |
- "Control+grave" # 注意是control+`,不是command+` | |
switcher/save_options: |