标题: 豆包网页端自动切换深色模式
作者: #Alison
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/2077072
时间: 2026-04-29 00:00:39
摘要:
作者: #Alison
板块: #资源荟萃
编号:
2077072帖子: https://linux.do/t/topic/2077072
时间: 2026-04-29 00:00:39
摘要:
添加到油猴脚本即可
// ==UserScript==
// @name 豆包网页版自动主题
// @description 豆包网页版根据系统自动切换浅色/深色主题
// @version 1.1
// @author doubao
// @match https://*.doubao.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
(() => {
const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
const getTheme = () => mediaQuery.matches ? 'dark' : 'light';
const raw = Element.prototype.setAttribute;
Element.prototype.setAttribute = function (key, val) {
if (this === document.documentElement && key === 'data-theme') {
val = getTheme();
console.log(`【油猴】[Doubao-Theme] 自动锁定 data-theme = ${val}`);
}
return raw.call(this, key, val);
};
// 监听系统主题变化并实时更新
mediaQuery.addEventListener('change', (e) => {
const newTheme = e.matches ? 'dark' : 'light';
console.log(`【油猴】[Doubao-Theme] 系统主题切换,更新 data-theme = ${newTheme}`);
raw.call(document.documentElement, 'data-theme', newTheme);
});
})();
标题: 正常公司团队有使用中转平台的吗
作者: #long_d
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2077077
时间: 2026-04-29 00:01:59
摘要:
作者: #long_d
板块: #搞七捻三
编号:
2077077帖子: https://linux.do/t/topic/2077077
时间: 2026-04-29 00:01:59
摘要:
目前统一订阅的Qoder 但几乎全在吐槽消耗巨快,月度预算有限,想用中转但又怕平台跑路,不好交代,然后还不想每个月提预算流程。
标题: 新人报到,感谢始皇大大
作者: #samtong
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2077085
时间: 2026-04-29 00:03:03
摘要:
作者: #samtong
板块: #搞七捻三
编号:
2077085帖子: https://linux.do/t/topic/2077085
时间: 2026-04-29 00:03:03
摘要:
佬友们晚上好,今晚收到通过批准加入L站的邮件通知了,十分的开心,特别感谢始皇大大 @neo ,让我能够通过github邀请码注册的方式
invite.linuxdo.org
LINUX DO 邀请码
的方式进入L站 ,同时作为一个新人,很荣幸能够加入L站这个大家庭,希望能在这里能向佬友们学习。谢谢大家!
标题: 新人来报道啦~
作者: #XMing
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2077137
时间: 2026-04-29 00:09:26
摘要:
作者: #XMing
板块: #搞七捻三
编号:
2077137帖子: https://linux.do/t/topic/2077137
时间: 2026-04-29 00:09:26
摘要:
各位佬友们晚上好捏,一个小时前刚刚加入了L站,看到邮件的时候还愣了一下hhh,先发个新人帖来混个眼熟(?
今后还请大家多多指教~
标题: 大无语事件gpt-img提示我可能违反了关于与第三方内容相似性的防护限制。
作者: #ZR依旧很懒
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2077143
时间: 2026-04-29 00:10:06
摘要:
作者: #ZR依旧很懒
板块: #搞七捻三
编号:
2077143帖子: https://linux.do/t/topic/2077143
时间: 2026-04-29 00:10:06
摘要:
我明明是自己构思的啊- -
标题: Xiaomi MiMo Orbit-百万亿 Token 创造者激励计划
作者: #累趴的怪蜀黍
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/2077146
时间: 2026-04-29 00:10:19
摘要:
作者: #累趴的怪蜀黍
板块: #福利羊毛
编号:
2077146帖子: https://linux.do/t/topic/2077146
时间: 2026-04-29 00:10:19
摘要:
佬友咨询个问题,我收到小米的邮件了,但是我的手机已经注册过小米了,绑定的邮箱跟我申请的邮箱不同,小米又不能直接通过邮箱注册,这个情况要怎么处理呢?
标题: mimo两亿token完全不够用吧
作者: #八八
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2077157
时间: 2026-04-29 00:14:02
摘要:
作者: #八八
板块: #开发调优
编号:
2077157帖子: https://linux.do/t/topic/2077157
时间: 2026-04-29 00:14:02
摘要:
养马,就执行了几个签到任务,然后让他给我新增了两个provider,已经掉了4%了…
标题: cursor踩坑,官方bug修复太慢
作者: #finley0066
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2077160
时间: 2026-04-29 00:14:43
摘要:
作者: #finley0066
板块: #开发调优
编号:
2077160帖子: https://linux.do/t/topic/2077160
时间: 2026-04-29 00:14:43
摘要:
最近发现cursor自定义的url和模型,无法附加图片等附件,会报model provider不存在的异常,于是联系了cursor的技术支持,官方承认了bug,但是修复遥遥无期。。
标题: 现在谷歌邮箱注册ChatGPT,codex授权也要跳手机号了?
作者: #kkqy
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2077166
时间: 2026-04-29 00:15:06
摘要:
作者: #kkqy
板块: #开发调优
编号:
2077166帖子: https://linux.do/t/topic/2077166
时间: 2026-04-29 00:15:06
摘要:
谷歌邮箱注册ChatGPT,codex授权也要跳手机号了?
早知道前段时间多注册一些,偷懒了。
标题: sub2api中gemini有什么区别
作者: #Pajamas5951
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/2077172
时间: 2026-04-29 00:15:39
摘要:
作者: #Pajamas5951
板块: #资源荟萃
编号:
2077172帖子: https://linux.do/t/topic/2077172
时间: 2026-04-29 00:15:39
摘要:
sub2api中gemini oauth授权 这两个有啥区别?
GCP Code Assist 是走vertix渠道的吗?
标题: Warp 开源了
作者: #Philip
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/2077179
时间: 2026-04-29 00:16:33
摘要:
作者: #Philip
板块: #前沿快讯
编号:
2077179帖子: https://linux.do/t/topic/2077179
时间: 2026-04-29 00:16:33
摘要:
没想到今天warp开源了
github.com
GitHub - warpdotdev/warp: Warp is an agentic development environment, born...
Warp is an agentic development environment, born out of the terminal.
标题: cursor自动模式Auto根本花不完啊
作者: #tapk
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2077183
时间: 2026-04-29 00:16:57
摘要:
作者: #tapk
板块: #开发调优
编号:
2077183帖子: https://linux.do/t/topic/2077183
时间: 2026-04-29 00:16:57
摘要:
cursor自动模式Auto难用,高级模型API又不够用
标题: 解决“邮箱申请mimo百亿token”但是需要手机登录的问题
作者: #Qxuan
板块: #国产替代
编号:
帖子: https://linux.do/t/topic/2077193
时间: 2026-04-29 00:19:18
摘要:
作者: #Qxuan
板块: #国产替代
编号:
2077193帖子: https://linux.do/t/topic/2077193
时间: 2026-04-29 00:19:18
摘要:
很多佬友遇到用邮箱申请了mimo token plan但是登录时只有手机号登录的情况,解决方案如下∶
访问id.mi.com
语言选择英语
创建账号(输入对应的申请账号)
很多佬友反馈没有收到邮箱,登录成功后会收到邮箱
账号注册成功后,访问https://platform.xiaomimimo.com
进入订阅管理,即可查看订阅,订阅到账有延迟,佬友耐心等待即可
不知道佬们申请到多少额度呢
标题: MIMO怎么半夜还有人加班啊[doge]
作者: #奶油栗子酱
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2077194
时间: 2026-04-29 00:19:25
摘要:
作者: #奶油栗子酱
板块: #搞七捻三
编号:
2077194帖子: https://linux.do/t/topic/2077194
时间: 2026-04-29 00:19:25
摘要:
入选了,报名页面上说人工审核,确定吗这个点