LinuxDo 新帖推送
180 subscribers
250K photos
312K links
Download Telegram
标题: Claude Code读取图片内容返回空
作者: #章鱼烧帅哥
板块: #开发调优
编号: 1479273
帖子: https://linux.do/t/topic/1479273
时间: 2026-01-18 17:02:53
摘要:
佬们有没有碰到过Claude Code可以读取图片但是返回为空的情况?

图片命名我是以123456来命名的

上传到imgur网站生成链接形式也无法读取到

我又试了把图片放到html文件中,但仍然无法读取成功

我试过在vscode中安装Claude code插件,开启了tun模式提问但是一直都没有回复,chat for claude code也是,在站内搜索也没有出现这样的问题,用的是Windows,想问问佬们也没有碰到过这样的情况?
目前我的做法是把对话导出来在网页中进行问答。
标题: 我的个佬友啊,我都设置成常规了,怎么还能收到这些。。。
作者: #liuyaowen
板块: #运营反馈
编号: 1479281
帖子: https://linux.do/t/topic/1479281
时间: 2026-01-18 17:03:41
摘要:
怎么能关掉啊,
标题: B站 2025 百大 UP 主名单公布
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号: 1479294
帖子: https://linux.do/t/topic/1479294
时间: 2026-01-18 17:05:58
摘要:
B站 2025 百大 UP 主名单公布 - IT之家
标题: 现在加入家庭组无法同步反重力了吗
作者: #NekoRoot
板块: #开发调优
编号: 1479296
帖子: https://linux.do/t/topic/1479296
时间: 2026-01-18 17:06:06
摘要:
今天刚加入的家庭组发现反重力无权限是改了嘛
标题: 纪念我的Google one pro逝世一周
作者: #qqqbbb
板块: #搞七捻三
编号: 1479308
帖子: https://linux.do/t/topic/1479308
时间: 2026-01-18 17:07:43
摘要:
无他,Google账号被封禁了,申诉无用。值得感叹的是那一瞬间我才发现原来如果没有手机号绑定,几大部分平台的账号数据都依附于Google,如果你的Google丢失 那么一切都没了。包括我的pakepay,gemini,openai,Google drive,sms…等等多数,大部分没有第二个绑定方式的平台也都被告知 无法恢复账户。 损失来到1500美金。在被告知无论如何都无法恢复Google后我搭建了自己的邮箱。
标题: 新人前来报告
作者: #uu2998
板块: #搞七捻三
编号: 1479317
帖子: https://linux.do/t/topic/1479317
时间: 2026-01-18 17:08:51
摘要:
蹲了许久终于进站了,感恩遇到linuxdo两周年,祝lonuxdo两周年生日快乐
技术小白前来报道,还请多指教!
标题: 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一大堆