标题: 华为Mate 70 Air 发布:4199元起
作者: #雪梨纽西兰希思露甘奶迪
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1131860
时间: 2025-11-06 10:17:23
摘要:
作者: #雪梨纽西兰希思露甘奶迪
板块: #前沿快讯
编号:
1131860帖子: https://linux.do/t/topic/1131860
时间: 2025-11-06 10:17:23
摘要:
12G+256GB ——4199元
12G+512GB ——4699元
16G+256GB ——4699元
16G+512GB ——5199元
16 GB 运行内存版本搭载麒麟 9020A
12GB 运行内存版本搭载麒麟 9020B
vmall.com
HUAWEI Mate 70 Air
【HUAWEI Mate 70 Air】官方渠道售卖!华为商城提供最新款的【HUAWEI Mate 70 Air】的价格、参数、图片等信息。官方品质保证,欢迎选购!
标题: 造个轮子:X浏览器防检测脚本
作者: #F-Droid
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1131864
时间: 2025-11-06 10:17:45
摘要:
作者: #F-Droid
板块: #开发调优
编号:
1131864帖子: https://linux.do/t/topic/1131864
时间: 2025-11-06 10:17:45
摘要:
(function() {
'use strict';
// ==================== 设备数据库 ====================
// 安卓手机品牌和型号
const ANDROID_DEVICES = [
// OPPO
{ brand: 'OPPO', model: 'PGJM10', name: 'OPPO Find X5 Pro' },
{ brand: 'OPPO', model: 'PGBM10', name: 'OPPO Find X5' },
{ brand: 'OPPO', model: 'PHM110', name: 'OPPO Find N2' },
{ brand: 'OPPO', model: 'CPH2451', name: 'OPPO Reno10 Pro+' },
{ brand: 'OPPO', model: 'CPH2413', name: 'OPPO Reno9 Pro+' },
{ brand: 'OPPO', model: 'PFTM10', name: 'OPPO Find X6 Pro' },
// vivo
{ brand: 'vivo', model: 'V2227A', name: 'vivo X90 Pro+' },
{ brand: 'vivo', model: 'V2229A', name: 'vivo X90 Pro' },
{ brand: 'vivo', model: 'V2231A', name: 'vivo X90' },
{ brand: 'vivo', model: 'V2285A', name: 'vivo X100 Pro' },
{ brand: 'vivo', model: 'V2309A', name: 'vivo S17 Pro' },
{ brand: 'vivo', model: 'V2199A', name: 'vivo X Fold+' },
// 小米
{ brand: 'Xiaomi', model: '2211133C', name: 'Xiaomi 13 Pro' },
{ brand: 'Xiaomi', model: '2210132C', name: 'Xiaomi 13' },
{ brand: 'Xiaomi', model: '2304FPN6DC', name: 'Xiaomi 13 Ultra' },
{ brand: 'Xiaomi', model: '23078PND5C', name: 'Xiaomi 14 Pro' },
{ brand: 'Xiaomi', model: '23127PN0CC', name: 'Xiaomi 14' },
{ brand: 'Xiaomi', model: '2211133G', name: 'Xiaomi MIX Fold 3' },
// Redmi
{ brand: 'Redmi', model: '23013RK75C', name: 'Redmi K60 Pro' },
{ brand: 'Redmi', model: '22127RK46C', name: 'Redmi K60' },
{ brand: 'Redmi', model: '23078RKD5C', name: 'Redmi K60 Ultra' },
{ brand: 'Redmi', model: '23090RA98C', name: 'Redmi K70 Pro' },
{ brand: 'Redmi', model: '2312DRA50C', name: 'Redmi Note 13 Pro+' },
// realme 真我
{ brand: 'realme', model: 'RMX3708', name: 'realme GT5 Pro' },
{ brand: 'realme', model: 'RMX3706', name: 'realme GT5' },
{ brand: 'realme', model: 'RMX3663', name: 'realme GT Neo5' },
{ brand: 'realme', model: 'RMX3710', name: 'realme GT Neo6' },
{ brand: 'realme', model: 'RMX3031', name: 'realme GT2 Pro' },
// Google Pixel
{ brand: 'Google', model: 'Pixel 7 Pro', name: 'Pixel 7 Pro' },
{ brand: 'Google', model: 'Pixel 7', name: 'Pixel 7' },
{ brand: 'Google', model: 'Pixel 8 Pro', name: 'Pixel 8 Pro' },
{ brand: 'Google', model: 'Pixel 8', name: 'Pixel 8' },
{ brand: 'Google', model: 'Pixel Fold', name: 'Pixel Fold' },
// 荣耀
{ brand: 'HONOR', model: 'PGT-AN10', name: 'HONOR Magic5 Pro' },
{ brand: 'HONOR', model: 'PGT-AN20', name: 'HONOR Magic5' },
{ brand: 'HONOR', model: 'LGE-AN00', name: 'HONOR Magic6 Pro' },
{ brand: 'HONOR', model: 'BVL-AN16', name: 'HONOR Magic V2' },
// 一加
{ brand: 'OnePlus', model: 'PHB110', name: 'OnePlus 11' },
{ brand: 'OnePlus', model: 'PJD110', name: 'OnePlus 12' },
{ brand: 'OnePlus', model: 'CPH2449', name: 'OnePlus Ace 2 Pro' },
];
// 骁龙778及以后的GPU型号
const ADRENO_GPUS = [
// 骁龙7系列
{ soc: 'Snapdragon 778G', gpu: 'Adreno 642L', cores: 8 },
{ soc: 'Snapdragon 780G', gpu: 'Adreno 642', cores: 8 },
{ soc: 'Snapdragon 782G', gpu: 'Adreno 642L', cores: 8 },
{ soc: 'Snapdragon 7+ Gen 2', gpu: 'Adreno 725', cores: 8 },
{ soc: 'Snapdragon 7 Gen 3', gpu: 'Adreno 720', cores: 8 },
// 骁龙8系列
{ soc: 'Snapdragon 888', gpu: 'Adreno 660', cores: 8 },
{ soc: 'Snapdragon 888+', gpu: 'Adreno 660', cores: 8 },
{ soc: 'Snapdragon 8 Gen 1', gpu: 'Adreno 730', cores: 8 },
{ soc: 'Snapdragon 8+ Gen 1', gpu: 'Adreno 730', cores: 8 },
{ soc: 'Snapdragon 8 Gen 2', gpu: 'Adreno 740'标题: 佬们这里有一道数学题不会做:已知三角形△ABC AB=25 AC=18 sin∠BAC=0.2 ...
作者: #LinuxDo 修仙小助手 - 看到我请坐直💯秒
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131869
时间: 2025-11-06 10:19:00
摘要:
作者: #LinuxDo 修仙小助手 - 看到我请坐直💯秒
板块: #搞七捻三
编号:
1131869帖子: https://linux.do/t/topic/1131869
时间: 2025-11-06 10:19:00
摘要:
已知三角形△ABC AB=25 AC=18 sin∠BAC=0.2 过AB中点K 作KF⊥AB交AC于F,连接中点K及三角形顶点C,得三角形KFC,求证KFC=50
标题: 发4个BtSchool,看到就发
作者: #言行一致
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1131877
时间: 2025-11-06 10:20:33
摘要:
作者: #言行一致
板块: #资源荟萃
编号:
1131877帖子: https://linux.do/t/topic/1131877
时间: 2025-11-06 10:20:33
摘要:
真学习资料站,注意全站H&R,别玩死了就行
标题: 给各位佬推荐一个排行榜
作者: #烟火
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131883
时间: 2025-11-06 10:21:45
摘要:
作者: #烟火
板块: #搞七捻三
编号:
1131883帖子: https://linux.do/t/topic/1131883
时间: 2025-11-06 10:21:45
摘要:
https://guiderank-app.com/ranking
这个排行榜包含的类别很多,我只看了自己比较了解的cpu和硬盘的板块,感觉是比较客观的,所以推荐给各位佬友
标题: 谷歌邮箱注册
作者: #Wenbbb
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131885
时间: 2025-11-06 10:21:57
摘要:
作者: #Wenbbb
板块: #搞七捻三
编号:
1131885帖子: https://linux.do/t/topic/1131885
时间: 2025-11-06 10:21:57
摘要:
想注册个谷歌邮箱,扫码发短信出了问题。+86发短信发不出去。换+44还是发不出去。
有没有什么好办法能注册上。
标题: 飘云、吾爱、品级论坛帮忙下载,不忙有币的时候看到就会帮
作者: #vae
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1131892
时间: 2025-11-06 10:22:57
摘要:
作者: #vae
板块: #资源荟萃
编号:
1131892帖子: https://linux.do/t/topic/1131892
时间: 2025-11-06 10:22:57
摘要:
混迹了一阵子也算有点币子但不多,有需要的佬友可以留言帮下,看到就会回复
顺便求个赞,助我重回巅峰
标题: wooting 60HE v2即将发布。11月各大厂都在卷新款磁轴~
作者: #ares.andy
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1131897
时间: 2025-11-06 10:24:07
摘要:
作者: #ares.andy
板块: #前沿快讯
编号:
1131897帖子: https://linux.do/t/topic/1131897
时间: 2025-11-06 10:24:07
摘要:
(话题已被作者删除)
标题: Wooting 60HE v2即将发售~~
作者: #ares.andy
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1131911
时间: 2025-11-06 10:26:42
摘要:
作者: #ares.andy
板块: #前沿快讯
编号:
1131911帖子: https://linux.do/t/topic/1131911
时间: 2025-11-06 10:26:42
摘要:
酝酿了大半年wooting v2即将发布了。不过不知道国内是否有代理。或者还是得找代购。
最近大厂磁轴新品推出了不少
1.夜魔98HE
夜魔系列产品常规升级,感觉细节提升不是很大。复用了一些老款设计。亮点:3模。2.4&有线支持8k;集成网页驱动,调节更方便。
2.海盗船K70先锋
布局风格大调整,一次大胆的尝试。比起之前的产线。只支持有线8k;
3.wooting v2
~~
有观望的佬友吗?
标题: cursor自动注册账号的问题
作者: #快刀高洋
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131918
时间: 2025-11-06 10:27:19
摘要:
作者: #快刀高洋
板块: #搞七捻三
编号:
1131918帖子: https://linux.do/t/topic/1131918
时间: 2025-11-06 10:27:19
摘要:
这里有佬友知道怎么填入吗
标题: 佬们如果要习脚本userscrpits应该如何学习,有参考资料吗
作者: #寻觅你消失的足迹
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131929
时间: 2025-11-06 10:28:36
摘要:
作者: #寻觅你消失的足迹
板块: #搞七捻三
编号:
1131929帖子: https://linux.do/t/topic/1131929
时间: 2025-11-06 10:28:36
摘要:
如题,之前只会gpt写一下小脚本,现在想学习一下如何写脚本,佬们有课程和顺序吗?
标题: 想抓取某个新浪微博博主的所有内容,做分析。求最佳实践~
作者: #johnwick
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1131934
时间: 2025-11-06 10:29:21
摘要:
作者: #johnwick
板块: #开发调优
编号:
1131934帖子: https://linux.do/t/topic/1131934
时间: 2025-11-06 10:29:21
摘要:
一个财经博主 打算分析他的思路和策略
标题: 感觉 macbook pro电池挺拉跨的
作者: #wmmm
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131947
时间: 2025-11-06 10:31:01
摘要:
作者: #wmmm
板块: #搞七捻三
编号:
1131947帖子: https://linux.do/t/topic/1131947
时间: 2025-11-06 10:31:01
摘要:
效能信息:
循环计数: 41
状态: 正常
最大容量: 95%
m4pro,48+512的,今年3月份买的,才8个月,一直插电使用(程序员),刚看下电池下降这么快啊
标题: 《逃离鸭科夫》教你如何横扫实验室
作者: #洛秃秃
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131949
时间: 2025-11-06 10:31:48
摘要:
作者: #洛秃秃
板块: #搞七捻三
编号:
1131949帖子: https://linux.do/t/topic/1131949
时间: 2025-11-06 10:31:48
摘要:
三个关键道具以及一把任意远程武器
眼罩 + 图腾:感知Ⅱ + 图腾:感知Ⅲ
眼罩的效果是遮蔽视野,但强化感知,以达到类似“灵视”的效果。再配上双感知图腾,你的“灵视”范围就能覆盖几乎整个视场。
这样一来,再也不会有小怪能在你和敌人激情拉扯时偷掉你的ASS。
虽然这个打法在其他地图也能用,但实验室相比其他场景更加封闭,搜点基本上一个房间一个房间搜,只要清理完后场,不必担心有鸭子“闻声而来”。
因此感知拉满的你只需要用一把趁手的武器(记得上穿甲弹),就能轻松打穿实验室。
我打了三角洲收集品模组,收益可能和原版有差异,
生存难度下,基本上15-20分钟清掉实验室,收益在12w-18w之间。
标题: switch2的磁吸joycon有第三方的吗?
作者: #Boomj8
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131963
时间: 2025-11-06 10:33:08
摘要:
作者: #Boomj8
板块: #搞七捻三
编号:
1131963帖子: https://linux.do/t/topic/1131963
时间: 2025-11-06 10:33:08
摘要:
有没有佬知道,自带的joycon感觉摇杆啥的都不太好用,现在市面上有好用的第三方磁吸可以直接连机器上的吗?
标题: Leaflow崩了?
作者: #iLibra
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131965
时间: 2025-11-06 10:33:35
摘要:
作者: #iLibra
板块: #搞七捻三
编号:
1131965帖子: https://linux.do/t/topic/1131965
时间: 2025-11-06 10:33:35
摘要:
主页显示Internal server error
标题: 求各位佬推荐一个langchain的教程吧
作者: #晚冬十三
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1131983
时间: 2025-11-06 10:37:07
摘要:
作者: #晚冬十三
板块: #搞七捻三
编号:
1131983帖子: https://linux.do/t/topic/1131983
时间: 2025-11-06 10:37:07
摘要:
公司网访问不了官方教程,佬有pdf的文件教程吗,求求咯
标题: 求助! ai studio 突然打不开直接跳转文档了
作者: #Trip Qi
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1131988
时间: 2025-11-06 10:38:12
摘要:
作者: #Trip Qi
板块: #开发调优
编号:
1131988帖子: https://linux.do/t/topic/1131988
时间: 2025-11-06 10:38:12
摘要:
求助! ai studio 突然打不开直接跳转文档了,我换什么节点都没有用,之前出现过,换节点就解决了,现在我用的美国节点都不行,重启也不行,清理缓存cookie也不行,刚才还用的好好的,突然不行的。求助大佬该怎么办?