s7 还是挺耐用的 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
document.addEventListener('DOMContentLoaded', function() { // Function to escape HTML entities function escapeHtml(text) { if (!text) return ''; var div = document.createElement('div'); div.textCOntent= text; return div.innerHTML; } // Function to render campaign based on display format function renderCampaign(campaign) { let html = ''; let displayFormat = campaign.display_format || 'text-only'; let title = escapeHtml(campaign.title); let description = escapeHtml(campaign.description); let callToAction = escapeHtml(campaign.call_to_action); let link = escapeHtml(campaign.link); // Check if required image URL is available for the display format, fallback to text-only if not if (displayFormat === 'small-with-description' && !campaign.img_small_url) { displayFormat = 'text-only'; } else if (displayFormat === 'banner-only' && !campaign.img_banner_url) { displayFormat = 'text-only'; } else if ((displayFormat === 'big-only' || displayFormat === 'big-with-description' || displayFormat === 'big-with-title-description-button') && !campaign.img_big_url) { displayFormat = 'text-only'; } html = `
${title}
`; switch(displayFormat) { case 'text-only': html += `
${description}
`; break; case 'small-with-description': html += `
${campaign.img_small_cid ? `
` : ''}
${description}
`; break; case 'banner-only': html += `
`; break; case 'big-only': html += `
`; break; case 'big-with-description': html += `
`; html += `
${description}
`; break; case 'big-with-title-description-button': html += `
`; html += `
${description}
`; html += ``; break; default: html += `
${description}
`; } html += `` return html; } // Load campaign from emitter var xhr = new XMLHttpRequest(); xhr.open('GET', '/pro/emitter', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.Onreadystatechange= function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var campaign = JSON.parse(xhr.responseText); if (campaign && campaign.id) { var html = renderCampaign(campaign); document.getElementById('pro-campaign-container').innerHTML = html; } else { // No campaign to display, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; } } catch (e) { // Parse error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error parsing campaign data: ' + e.message); } } else { // HTTP error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error loading campaign: HTTP ' + xhr.status); } } }; xhr.send(); });
pikoqian98
V2EX    WATCH

s7 还是挺耐用的

  •  
  •   pikoqian98 2021-11-13 02:24:56 +08:00 3121 次点击
    这是一个创建于 1428 天前的主题,其中的信息可能已经有所发展或是发生改变。
    从 s5 换到 s7Nike 蜂窝,周五早上十点到现在周六凌晨还有 53 的电,续航很强呀
    https://imgur.com/a/z3ro0Yl
    17 条回复    2021-11-25 01:39:28 +08:00
    cnZary
        1
    cnZary  
       2021-11-13 04:00:46 +08:00
    我拿到手就把 AOD 开了然后亮度调到最高啥的
    反正都是一天一充用的舒服点还是好的
    DonaidTrump
        2
    DonaidTrump  
       2021-11-13 10:23:12 +08:00
    楼主应该是一天都在家里,如果在户外走路时间长的话,耗电不会这么少
    smallsneaker
        3
    smallsneaker  
       2021-11-13 11:27:15 +08:00
    楼主常亮开了么
    KnightYui
        4
    KnightYui  
       2021-11-13 11:38:18 +08:00
    你们是不是都没开运动检测或者是一直待在家里,我基本上早上八点到晚上十点,只剩 30 的电量,早上中午和晚上都会有一个小时左右的运动
    pikoqian98
        5
    pikoqian98  
    OP
       2021-11-13 12:20:31 +08:00
    @tulongtou 嗯嗯是的,周五一天都在家,不过平时九点出门,下班回家十点左右,电量还能维持在 50 左右,很满意了
    pikoqian98
        6
    pikoqian98  
    OP
       2021-11-13 12:25:36 +08:00
    @smallsneaker 开了始终显示的。常亮是指,一直保持唤醒状态吗,好像没找到这个设置项
    pikoqian98
        7
    pikoqian98  
    OP
       2021-11-13 12:28:28 +08:00
    @KnightYui 那我们应该差不多,平时上班回家后也能维持在 50 左右(不怎么运动,主要用来当闹钟)
    Eagleyes
        8
    Eagleyes  
       2021-11-13 13:11:24 +08:00
    不运动肯定了

    我早上 7 点 95%出门下午 5 点的时候就 55%左右,晚上运动完 9 点左右,剩余电量 15-20%。

    很焦虑。

    结果一根充电线解决,中午休息的时候充满,over
    logr
        9
    logr  
       2021-11-15 10:51:10 +08:00
    昨天晚上突然耗电量增加,晚上 11 点充满电,早上 7.30 只有 61%的电了
    aero99
        10
    aero99  
       2021-11-17 14:18:10 +08:00
    这个我不同意,如果说 ip12 系列换到 13 系列,待机和使用电量有很大的进步
    那么,s6 换到 S7 的我,明显感到电量和待机的退步
    现在还没有跑过全马,s6 跑完一个全马还剩 40%的电,但是 S7 我目前跑完 10km 加上拉伸时间就省 60%多了,很担心坚持不完一个全马
    zhpalt
        11
    zhpalt  
       2021-11-17 15:44:01 +08:00
    @aero99 开启蜂窝数据了么?我开启蜂窝数据+蓝牙听在线播客,10km 也只消耗 25 左右的电
    aero99
        12
    aero99  
       2021-11-18 11:48:28 +08:00
    @zhpalt 开了,我是听喜马拉雅
    zhpalt
        13
    zhpalt  
       2021-11-19 09:12:14 +08:00
    @aero99 蜂窝在线听是巨费电的,第三方 app 我想比官方 app 会更费电
    klementina
        14
    klementina  
       2021-11-19 13:44:29 +08:00
    怎么可能。。。我买到的是假的,还是你买到的是假的。。。我现在就一天,对,就一天!还不是蜂窝的
    nokisubye
        15
    nokisubye  
       2021-11-22 14:05:18 +08:00
    我这早晨 8 点半满电出门,到家还剩下 35%左右,还好充电比较快
    criag
        16
    criag  
       2021-11-24 14:45:53 +08:00
    iPhone 13 的续航已经上来了,其实后期如果能开反向充电功能,那么出行 watch 和 AirPods 之类的都没有太大焦虑了。
    其实有时候 watch 快没电了,但稍微充一会又能用很久,AirPods 也是。
    还有希望 magsafe 充电宝可以充 watch ,这样更没焦虑。
    pikoqian98
        17
    pikoqian98  
    OP
       2021-11-25 01:39:28 +08:00 via iPhone
    @cnZary
    @klementina 额,我今晚下班还特意看了下,十点半,53 的电,早上是 95 出门的,也是十点钟
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     5541 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 28ms UTC 08:47 PVG 16:47 LAX 01:47 JFK 04:47
    Do have faith in what you're doing.
    ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86