Tuno
Tuno
### 请认真检查以下清单中的每一项 - [X] 已经搜索过,没有发现类似issue - [ ] 已经搜索过文档,没有发现相关内容 - [ ] 已经尝试使用过最新版,问题依旧存在 - [ ] 使用的是官方版本(未替换及修改过安装目录程序文件) ### 软件版本 0.20.5 ### 操作系统 Windows x64 ### 系统版本 win10 ### 问题描述 配置文件:...
网址:https://member.bilibili.com/platform/upload/video/frame 使用脚本前:  使用脚本后:  暂时的对策: 在tampermonkey里exclude当前网址。
display size of each file works right in respository main page [https://github.com/softvar/enhanced-github](https://github.com/softvar/enhanced-github)  when it comes to respository subfolder page, size of each file not shows (when github logging) [https://github.com/softvar/enhanced-github/tree/master/src](https://github.com/softvar/enhanced-github/tree/master/src)...
如上,,, [awk命令](https://wangchujiang.com/linux-command/c/awk.html#:~:text=awk%20%27/%5Eweb/%7BT%3D%240%3Bnext%3B%7D%7Bprint%20T%22%3A%22t%2C%240%3B%7D%27%20text.txt) 此行应该修改为(其中制表符\t的斜杠被吞掉了) awk '/^web/{T=$0;next;}{print T":"**t,**$0;}' text.txt | | V awk ‘/^web/{T=$0;next;}{print T“:**\t**”$0;}’ test.txt 参考:[Linux 使用 awk 文本处理工具实现多行合并的实例](https://m.xp.cn/b.php/71985.html#:~:text=awk%20%E2%80%98/%5Eweb/%7BT%3D%240%3Bnext%3B%7D%7Bprint%20T%E2%80%9C%EF%BC%9A%5Ct%E2%80%9D%240%3B%7D%E2%80%99%20test.txt) 还发现一处, 疑似漏掉了感叹号,应该改为 在 info 中查找满足正则表达式,/[0-9]+/ 用**””** 替换 | | V 在 info...
git clone仓库后, 执行git checkout 15f6b08命令, 然后删掉.git隐藏文件夹即可
Hello! I have met a problem. In windows explore.exe address bar, when the cursor focus on address bar‘s path text, now use ctrl+` to call out ditto panel, the mouse...
This influences `scoop shim add myapp args -g` command. If global shimdir is not in global path by previous `scoop install main/myapp -g` command, you'll encounter error when run `scoop...
Fix-autoupdate: Remove unnecessary architectures to prevent download errors and improve hash speed.
This pull request aims to solve issue https://github.com/ScoopInstaller/Scoop/issues/5582, by removing useless architecture property from `$Manifest` and `$Manifest.autoupdate`. The user generated manifest can be found in "$ScoopDir\workspace" directory. It seems this...
a trivial modified, see as: #6311