摘要: 从这篇文章更改 https://www.autoahk.com/archives/34648 这里改颜色 透明度具体对应百分比: 100% — FF 90% — E6 80% — CC 70% — B3 60% — 99 50% — 80 40% — 66 30% — 4D 20% — 33 10% 阅读全文
posted @ 2022-09-22 20:08 c/ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1 #NoEnv 2 SetBatchLines -1 3 ListLines Off 4 5 ;强制以ANSI版本管理员权限运行 6 runwith("admin") 7 8 IniRead, con, myfile.ini, Count, count 9 IniRead, pl1, myfile 阅读全文
posted @ 2022-09-22 20:01 c/ 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 划词翻译 依赖beautifultootip库:https://github.com/telppa/BeautifulToolTip 影响剪贴板 1 #SingleInstance Force 2 SetBatchLines, -1 3 CoordMode, ToolTip, Screen 4 5 阅读全文
posted @ 2022-09-22 19:57 c/ 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 用到以下项目: Class_Monitor:https://github.com/jNizM/Class_Monitor Beautifultooltip:https://github.com/telppa/BeautifulToolTip 文件结构 使用方法:鼠标移动到任务栏,然后使用滚轮调节屏幕 阅读全文
posted @ 2022-09-22 19:52 c/ 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 2022.9.15 经测试成功 一、获取设备tooken 原链接:https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor 1 import base64 2 import hashlib 3 import hmac 4 impo 阅读全文
posted @ 2022-09-15 22:36 c/ 阅读(1269) 评论(0) 推荐(0) 编辑