Jian-Feng Du
Jian-Feng Du
嗯,我理解对代码设计上影响不好,PASS 在逻辑上好像也不能算作代理的一种。 我也想过,设计一个 GUI 的 rule 开关,我可以 disable 这条规则,让其继续向下匹配。但这样是不改动就太大了。 大佬有什么好的办法吗?
[hexo-filename-title](https://www.npmjs.com/package/hexo-filename-title) 可以
@imvkmark 正好需要,node_modules\hexo-theme-icarus\source\js\main.js 加入下面的 ```javascript document.onkeydown = function(e) { // https://javascript.info/keyboard-events if (e.ctrlKey && e.code == "KeyK") { document.querySelector("a.navbar-item.search").click(); e.preventDefault(); } }; ``` 目前快捷键是 Ctrl + K,可以参考注释中的链接来改 e.code 那个判断
我看到 https://github.com/ztjhz/BetterChatGPT 使用 GoogleDrive 实现的同步,是否可以参考一下?
@ChasLui 问一下,移动端有自动同步 localstorage 的方法吗?我试了 android 手机 kiwi 浏览器装 cookiecloud,无法同步,但是 PC 端是没问题的
直接用 https://github.com/Genymobile/scrcpy 吧,android 14 正常
I have written a plugin to solve this, [hexo-relative-link](https://www.npmjs.com/package/hexo-relative-link)
> I came up a workaround to this issue instead of switching mode back and forth, just use 3 panels. first split the editor into 2, then turn one into...
我也是,一个账号可以,一个不可以,原因也是 “【原因】Value cannot be null. (Parameter 'source')”
As mentioned above, calling `stash_state` at regular intervals will affect normal key presses. Actually, we just need to clear the content of `keyboard._pressed_events`. The following code will periodically clear any...