tjy-gitnub / win12

Windows 12 网页版,在线体验 点击下面的链接在线体验
https://tjy-gitnub.github.io/win12/desktop.html
Eclipse Public License 2.0
6.33k stars 746 forks source link

Turn off something when turning on airplane mode #371

Closed jobsofferings closed 5 months ago

jobsofferings commented 5 months ago

Turn off something when turning on airplane mode 打开飞行模式时同步关闭WLAN和蓝牙,移动热点

处理 Issue:https://github.com/tjy-gitnub/win12/issues/213

目前的交互效果如下,请考虑是否延长 transition 或者延时 100ms 关闭另外三个Tab

20240123161101_rec_

wodemc commented 5 months ago

最好弄成关上就自动打开。

wodemc commented 5 months ago

最好弄成关上就自动打开

jobsofferings commented 5 months ago

自动打开是打开上一次关掉的还是全量打开?

wodemc commented 5 months ago

上一次关掉的就打开,本来就关着的就不打开。

jobsofferings commented 5 months ago

https://github.com/tjy-gitnub/win12/pull/374

已在这个 PR 中处理