LinuxDo 新帖推送
183 subscribers
252K photos
315K links
Download Telegram
标题: 检测代理软件节点是否可用
作者: #Kofkoy
板块: #开发调优
编号: 1185935
帖子: https://linux.do/t/topic/1185935
时间: 2025-11-19 10:49:46
摘要:
打开代理,习惯性打开google看看生效没。不够优雅,用gemini搓了个静态网页用来检测节点,可以保存到本地直接浏览器打开,也可以部署到服务器或github。
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网络连通性测试</title>
<style>
:root {
--bg-color: #f5f7fa;
--card-bg: #ffffff;
--text-primary: #2d3748;
--text-secondary: #718096;
--success: #48bb78;
--error: #f56565;
--pending: #ecc94b;
--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--bg-color);
color: var(--text-primary);
margin: 0;
padding: 20px;
line-height: 1.5;
-webkit-tap-highlight-color: transparent;
}

.container {
max-width: 600px;
margin: 0 auto;
padding-bottom: 80px;
}

/* 头部 IP 卡片 */
.ip-card {
background: var(--card-bg);
border-radius: 16px;
padding: 24px;
box-shadow: var(--shadow);
text-align: center;
margin-bottom: 24px;
position: relative;
overflow: hidden;
}

.ip-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.ip-address {
font-size: 28px;
font-weight: 700;
margin: 10px 0 5px 0;
letter-spacing: -0.5px;
word-break: break-all;
}

.ip-location {
color: var(--text-secondary);
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}

/* 网站列表 */
.section-title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--text-secondary);
margin-bottom: 12px;
font-weight: 600;
margin-top: 24px;
}

.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 12px;
margin-bottom: 12px;
}

.site-card {
background: var(--card-bg);
border-radius: 12px;
padding: 16px;
display: flex;
flex-direction: column;
align-items: center;
box-shadow: var(--shadow);
transition: transform 0.2s, box-shadow 0.2s;
position: relative;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.site-card:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.site-card:active {
transform: scale(0.98);
}

.site-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #edf2f7;
margin-bottom: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
overflow: hidden; /* 防止图片溢出 */
}

/* 兼容图片图标 */
.site-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}

.site-name {
font-weight: 600;
font-size: 15px;
}

.status-badge {
margin-top: 8px;
标题: 三选一:日常学习工作,你偏向哪一个模型
作者: #Mozi
板块: #搞七捻三
编号: 1185938
帖子: https://linux.do/t/topic/1185938
时间: 2025-11-19 10:49:56
摘要:
Click to view the poll.
标题: 发现了Antigravity登录时浏览器无法跳转的解决办法
作者: #yooling
板块: #开发调优
编号: 1185942
帖子: https://linux.do/t/topic/1185942
时间: 2025-11-19 10:50:46
摘要:
梯子开tun模式全局
如果还不行 可以继续用软件 Proxifier 配置一下应用走代理

配置代理:

配置软件规则
标题: 来看花花花花花
作者: #李白
板块: #搞七捻三
编号: 1185948
帖子: https://linux.do/t/topic/1185948
时间: 2025-11-19 10:51:26
摘要:
标题: Gemini 3发布的最大的受害者是不是就是国产大模型
作者: #RamboK9
板块: #国产替代
编号: 1185949
帖子: https://linux.do/t/topic/1185949
时间: 2025-11-19 10:51:38
摘要:
Gemini没出之前X上全都是GLM、Kimi、MiniMax以多低的价格达到接近Claude的水平,这三家也疯狂花人力推Coding Plan和营销推广。
这下Gemini一出,又是断档领先所有模型,又是有超多渠道可以免费或者超低价用,热度直接覆盖所有模型,国产御三家是不是都要欲哭无泪了
标题: 距离3级还差一个月
作者: #烟火
板块: #搞七捻三
编号: 1185951
帖子: https://linux.do/t/topic/1185951
时间: 2025-11-19 10:52:00
摘要:
大概瞄了一眼,感觉按现在这个摸鱼时间下个月就三级了
标题: 火狐浏览器怎么有广告了?
作者: #可恶的张三
板块: #前沿快讯
编号: 1185955
帖子: https://linux.do/t/topic/1185955
时间: 2025-11-19 10:52:32
摘要:
没开梯子的时候:

开了美国的梯子之后:
标题: 开了tun模式微信没网了怎么办
作者: #嫦娥烤玉兔
板块: #开发调优
编号: 1185958
帖子: https://linux.do/t/topic/1185958
时间: 2025-11-19 10:52:47
摘要:
标题: 临时解决“One moment, the agent is currently loading..."的办法
作者: #sakura0v0
板块: #开发调优
编号: 1185959
帖子: https://linux.do/t/topic/1185959
时间: 2025-11-19 10:53:04
摘要:
一个很蠢的临时解决办法

先退出登录,打开项目,再登录就好了
标题: Gemini3为什么没达到我的预期
作者: #louisone
板块: #搞七捻三
编号: 1185961
帖子: https://linux.do/t/topic/1185961
时间: 2025-11-19 10:53:14
摘要:
昨晚Gemini3 pro发布后,网上一片叫好,特别展示的都是很简单提示词做出来很精明的前端页面效果展示,不可否认,gemini3或许在前端上取得了很大成功。但是在我自己实测svg上,信息量输出比较少,基本比2.5pro强不了多少,跟sonnet4.5还有些差距,他们有人说是复杂提示词的问题。难道gemini3支持简单提示词?对于复杂丰富的指令遵循的并不是那么好吗?有佬友可以聊聊吗?
标题: 刚入职没给派活……
作者: #想无msn
板块: #搞七捻三
编号: 1185967
帖子: https://linux.do/t/topic/1185967
时间: 2025-11-19 10:53:31
摘要:
刚入职第二个星期,岗位是后端开发。昨天和今天晨会都没安排我活,但是我被安排在某一个块功能的组里,周一还有点开发,昨天和今天都无活,就让我帮忙测试流程或者说熟悉那里代码…………有点无聊啊 主要是下班得发日报都没得写。佬友们一般咋搞
标题: 好消息,gemini安卓手机app不是网页套壳...
作者: #cherry
板块: #搞七捻三
编号: 1185973
帖子: https://linux.do/t/topic/1185973
时间: 2025-11-19 10:54:36
摘要:
坏消息,3.0 到现在还没上
同一设备同一 ip 浏览器可以正常使用 3.0,但是 googleplay 的最新版 gemini 和 google 还是 2.5pro,更新日志也没提到,what can i say
标题: 谷歌的ide一直在转圈
作者: #小白
板块: #搞七捻三
编号: 1185975
帖子: https://linux.do/t/topic/1185975
时间: 2025-11-19 10:55:23
摘要:
试了4个号了