田生
田生
Google 搜索 "拼命 拚命",前几页找到的唯一一个简体字的相关讨论是这个: http://www.jiaodui.com/bbs/read.php?tid=9805 此外几乎没有简体字的网页使用这个词。所以建议转简体字可以把这个字直接转换掉。 反过来的话可能需要打一些词典,例如 拼命 拼死 拼尽 之类
Adding localization support for @name, @description, and @var should be very useful, imo. For name and description, i would suggest do it similar way as what userscripts done. For @var,...
似乎 danmu.aixifan.com 的 API 从 V2 换成 V3 了,还没太搞懂怎么做的。总之有空记得改。同时欢迎 PR ……
It seems that the sync only works for script but not GM_set/getValue's? Is there any plan to support sync values stored by script also? Or will there be any new...
相关进度见 [weibov7分支](https://github.com/tiansh/yaofang/tree/weibov7) 作者这里暂时还看不到新版的界面。不过根据可靠的传言,可能近期(几天到半年内)会改版。 1. 希望找人贡献代码,我不确定我自己搞要弄多长时间。我不想更新耗一个月没脚本用,所以需要有人来贡献代码,如果可以也请评论或私信和我联系。 2. 如果你对 Vue 的一些奇怪的问题比较熟悉,请私信我…… 3. 欢迎贡献代码,欢迎贡献代码,欢迎贡献代码 新版尽量沿用旧版的写法,界面方面部分设置对话框要脚本自己做。参考 https://uxfan.com/wooui/pro/?id=%E5%AE%89%E8%A3%85 的样式,但是使用传统方式实现。代码在 weibov7 分支上。 最先要做的事情: - [x] 脚本能够识别登录页面 - [x] 脚本设置入口 - [x] 脚本的一些界面交互支持新版 - [x] 显示设置对话框 -...
I have not find any specification about the truthy / falsy about the tulpe or records. I had tested the playground and it currently report `!!#[]` and `!!#{}` as `true`....
[`queue.md`](https://github.com/HcySunYang/knowledge/blob/master/docs/note/algorithm/queue.md) 中给出的队列实现中,出队操作在大多数 JS 引擎下是 `O(n)` 时间复杂度的。而正常的实现应该可以做到 O(1) 或至少均摊 O(1) 的复杂度。 建议把修改这一节的实现;或说明其中的实现仅为数据结构示例,不建议直接使用。
左边栏多了个“最新微博” 的链接
1. Bot can be picked up by hitting it with any tools. And after place the bot onto farm again, inventories of the bot are been reset: Anything the bot...
一些翻译修改建议
顺便希望在 README 里面给个原文链接 一些修改建议供参考 ## 数据类型 - [x] float/integer 浮点型(Float) -> 浮点数 整型(Integer) -> 整数 因为他们不是一种类型,数字章节的文章中也多次出现这个问题 - [x] true, false True -> true False -> false (因为true、false是JS的关键字) - [x] 不完整...