LinuxDo 新帖推送
178 subscribers
250K photos
311K links
Download Telegram
标题: sparkle 覆写脚本分享
作者: #tees
板块: #搞七捻三
编号: 1479363
帖子: https://linux.do/t/topic/1479363
时间: 2026-01-18 17:18:41
摘要:
主要是在使用的时候,发现每个订阅的分组方式都不一样,规则也比较不同。
找了一个可以统一的,复写脚本。
还能添加自定义的规则。
自定义规则在 config[“rules”]中。
// https://mihomo.party/docs/guide/override/javascript
function main(config) {
config["proxy-groups"] = [
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/Static.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
name: "PROXY",
type: "select",
proxies: ["AUTO", "HK AUTO", "SG AUTO", "JP AUTO", "Asia AUTO", "US AUTO"],
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/Urltest.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置|[2-9]x|[1-9]0x",
name: "AUTO",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/OpenAI.png",
name: "AIGC",
type: "select",
proxies: ["SG AUTO", "JP AUTO", "US AUTO"],
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/Telegram.png",
name: "Telegram",
type: "select",
proxies: ["HK AUTO", "SG AUTO", "JP AUTO", "US AUTO"],
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/Google.png",
name: "Google",
type: "select",
proxies: ["HK AUTO", "SG AUTO", "JP AUTO", "US AUTO"],
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/HK.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
filter: "(?i)香港|Hong Kong|HK|🇭🇰",
"exclude-filter": "[2-9]x|[1-9]0x",
name: "HK AUTO",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/SG.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
filter: "(?i)新加坡|Singapore|🇸🇬",
"exclude-filter": "[2-9]x|[1-9]0x",
name: "SG AUTO",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/JP.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
filter: "(?i)日本|Japan|🇯🇵",
"exclude-filter": "[2-9]x|[1-9]0x",
name: "JP AUTO",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/HK.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
filter: "(?i)香港|Hong Kong|HK|🇭🇰|(?i)日本|Japan|🇯🇵|(?i)新加坡|Singapore|🇸🇬",
"exclude-filter": "[2-9]x|[1-9]0x",
name: "Asia AUTO",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/US.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
filter: "(?i)美国|USA|🇺🇸",
name: "US AUTO",
"exclude-filter": "[2-9]x|[1-9]0x",
type: "url-test",
interval: 300,
},
{
icon: "https://testingcf.jsdelivr.net/gh/Orz-3/mini@master/Color/Global.png",
"include-all": true,
"exclude-filter": "(?i)GB|Traffic|Expire|Premium|频道|订阅|ISP|流量|到期|重置",
proxies: ["AUTO", "HK AUTO", "SG AUTO", "JP AUTO", "Asia AUTO", "US AUTO"],
name: "GLOBAL",
type: "select",
}
];
if (!config['rule-providers']) {
config['rule-providers'] = {};
}
config["rule-providers"] = Object.assign(config["rule-providers"], {
private: {
url: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geosite/private.yaml",
path: "./ruleset/private.yaml",
behavior: "domain",
interval: 86400,
format: "yaml",
type: "http",
},
cn_do
标题: 站内有Google ai pro家庭共享的车吗
作者: #qqqbbb
板块: #搞七捻三
编号: 1479369
帖子: https://linux.do/t/topic/1479369
时间: 2026-01-18 17:19:31
摘要:
如题,不知道xychatiai有没有共享
标题: 有没有Sora或veo公益或超低价渠道,想学习 AiGC 技术奈何太烧钱
作者: #PCL
板块: #开发调优
编号: 1479371
帖子: https://linux.do/t/topic/1479371
时间: 2026-01-18 17:19:36
摘要:
AiGC视频生成贵的一逼,如何爽用图生视频、文生视频呢,关键是这东西还要抽卡
标题: deepseekapi网页又怎么了
作者: #Charon Zero
板块: #搞七捻三
编号: 1479379
帖子: https://linux.do/t/topic/1479379
时间: 2026-01-18 17:20:37
摘要:
怎么现在api的网页一打开什么都弄不了 登也登不上 tun开了关了 谷歌账户 国内邮箱账户全都显示network error 还能不能用
标题: 初来乍到,多多指教
作者: #ybx332
板块: #搞七捻三
编号: 1479389
帖子: https://linux.do/t/topic/1479389
时间: 2026-01-18 17:22:52
摘要:
感谢@stevessr 大佬的邀请,让我能够加入linux.do大家庭!
标题: 现在vibe coding 是不是对qt还不太行
作者: #qingmo
板块: #开发调优
编号: 1479392
帖子: https://linux.do/t/topic/1479392
时间: 2026-01-18 17:23:51
摘要:
昨晚试了下用opus写pyqt项目。感觉出来的质感很垃圾啊。bug一大堆
标题: 有人喜欢它么
作者: #Simshen
板块: #搞七捻三
编号: 1479407
帖子: https://linux.do/t/topic/1479407
时间: 2026-01-18 17:26:42
摘要:
标题: 新人报道~~~
作者: #ACE
板块: #搞七捻三
编号: 1479416
帖子: https://linux.do/t/topic/1479416
时间: 2026-01-18 17:28:34
摘要:
祝L站2周年快乐!!!
也是趁着这股东风而来了,感谢各位大佬终于进来了。
标题: 我服了,居然有人用flymd内置的AI搞瑟瑟……
作者: #flynn
板块: #搞七捻三
编号: 1479420
帖子: https://linux.do/t/topic/1479420
时间: 2026-01-18 17:29:15
摘要:
真的醉了  只好前端+后端添加内容审核 影响就是可能会有误伤(已经尽力放宽)
这两天可劲儿优化PDF插件………… 北京某大学物理学院的老师 用这玩意儿 解析了两本 多体量子物理的书
两本都是好几百也 上千个公式和图片…… 为了这玩意儿 我还加了PDF分割和提取


讨个star佬友们!
标题: 周末做什么比较有意义呢
作者: #believe
板块: #搞七捻三
编号: 1479421
帖子: https://linux.do/t/topic/1479421
时间: 2026-01-18 17:29:23
摘要:
周末在家宅了2天,其实天气还是不错的,但是比较宅,也没出去逛逛
看了2部电影,然后打打游戏就过去了。明天又是牛马的一天~
标题: 想买个家里用的冰箱 请佬友们帮忙做下抉择
作者: #教练我想学前端
板块: #搞七捻三
编号: 1479426
帖子: https://linux.do/t/topic/1479426
时间: 2026-01-18 17:29:57
摘要:
目前刚开始选,对冰箱采购没什么概念,主要就是看到双风道不串味还有风冷,没有嵌入式的需求,价格在2500-3000左右最好
看了以下几款

美的MR-531 家里空调都是美的的,如果选这个一个软件就都可以控制
容声 501Pro 据说他家除菌特别好

有没有更好的推荐,或者直接容声无脑买,还是买小米之类的?
标题: 帮我看看这个逻辑对吗!关于上下文计算表的!
作者: #吴亦Fan
板块: #开发调优
编号: 1479429
帖子: https://linux.do/t/topic/1479429
时间: 2026-01-18 17:30:34
摘要:
对吗 第二图是总计算的
标题: antigravity反向代理最合适的方案
作者: #zcyoop
板块: #搞七捻三
编号: 1479430
帖子: https://linux.do/t/topic/1479430
时间: 2026-01-18 17:30:34
摘要:
最近在github上刷到antigravity-proxy,感觉比tun模式好很多,直接在安装目录上放俩文件就行,实测有效,不过可惜只有windows
标题: 求教 薄荷佬的公益站 的api 导入到 cherry studio 测试 链接失败,怎么会这样鸭
作者: #明
板块: #搞七捻三
编号: 1479437
帖子: https://linux.do/t/topic/1479437
时间: 2026-01-18 17:31:43
摘要:
最新想用ai问问题,想去跳蚤市场求一个gcp300账号,但是求不到。
突然想起之前注册过薄荷佬的公益站,我就想着能不能用薄荷佬的公益站问ai问题,
但是我把薄荷佬的公益站的api 导入到 cherry studio里面去, 却一直提示我连接失败,
求教一下各位佬,这个要如何解决鸭
标题: 深圳地铁5号线留仙洞站改造
作者: #42
板块: #前沿快讯
编号: 1479440
帖子: https://linux.do/t/topic/1479440
时间: 2026-01-18 17:32:23
摘要:
日期
运营安排
备注




1月23日(周五)
22:00结束运营
提前收尾进行前期施工


1月24-25日(周末)
完全停运,列车不停站通过
A/B/C/D出入口关闭,E/F出入口正常使用,E/F出入口正常使用(供13号线乘客)


1月26日-2月1日
恢复运营,站厅站台中部围挡施工
采取动态客流管控,听从工作人员指引


2月2日
预计完成改造,恢复正常
以现场施工进度为准
标题: antigravitytool配置问题
作者: #蒲君瑶
板块: #搞七捻三
编号: 1479447
帖子: https://linux.do/t/topic/1479447
时间: 2026-01-18 17:34:51
摘要:
我根据哈姆佬最终指南安装的claudecode,能用了,为什么tool说我没安装啊