V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  PopeyeLau  ›  全部回复第 1 页 / 共 25 页
回复总数  485
1  2  3  4  5  6  7  8  9  10 ... 25  
62 天前
回复了 passinByWork 创建的主题 Cloudflare 我的 cf tunnel 无法连接
quic 的原因吧,换成 http2 试试
懒得折腾了,现在都是直接从网络抓取生成 m3u8 列表
https://i.imgur.com/xWwmRE7.png
98 天前
回复了 Junichi 创建的主题 分享发现 搞笑, VidHub 播放版权警告
125 天前
回复了 uriel2333 创建的主题 音乐 各位吴彦祖能分享一些比较嗨的摇滚歌曲吗
125 天前
回复了 uriel2333 创建的主题 音乐 各位吴彦祖能分享一些比较嗨的摇滚歌曲吗
137 天前
回复了 lekong9 创建的主题 Spotify Spotify HK 节点好少
@winglight

ifconfig 找到 tailscale 的虚拟网络

Surge 中配置

[Proxy]
Tailscale = direct, interface=<id>, allow-other-interface=true, test-url=http://192.168.xx.xx

[Rule]
RULE-SET,Home,Tailscale

[Ruleset Home]
IP-CIDR,192.168.xx.xx/24,no-resolve
@NewMoorj 可以看看这个
```dart
if (Platform.isAndroid) {
SystemChrome.setSystemUIOverlayStyle(
const SystemUiOverlayStyle(systemNavigationBarColor: Colors.transparent),
);
await SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
}
```
211 天前
回复了 imluo 创建的主题 分享创造 落网回来了 ,我们正式开始内测。
251 天前
回复了 BrightSphere 创建的主题 VPS 搬瓦工现在这么烂了吗,避雷
ban 了,过个几天又好了。
267 天前
回复了 musibii 创建的主题 macOS 出 Alfred 5 永久 license
Raycast 自己写插件还挺方便的
271 天前
回复了 doublenine99 创建的主题 程序员 关于代码对比工具
vscode 不是自带吗

code --diff a.js b.js
1  2  3  4  5  6  7  8  9  10 ... 25  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2952 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 106ms · UTC 13:24 · PVG 21:24 · LAX 06:24 · JFK 09:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.