dsy4567

Results 16 issues of dsy4567

建议添加一个模式:默认启用自动播放,如果用户暂停了音乐,则禁用自动播放;如果用户重新播放音乐,则重新启用自动播放。 It is recommended to add a mode: autoplay is enabled by default. If the user pauses music, autoplay is disabled; Re-enable autoplay if the user plays music again.

## 推荐项目 - 项目地址:https://github.com/dsy4567/4399-on-vscode - 类别:TypeScript - 项目标题:4399 on VSCode:一个用来摸鱼的 VSCode 扩展,在 VSCode 上玩 4399 小游戏 - 项目描述:一个用来摸鱼的 VSCode 扩展,可以玩 4399 上大部分的 h5 页游、H5 小游戏和 flash 小游戏(借助 [Ruffle](https://github.com/ruffle-rs/ruffle) 模拟器),还有逛群组、向 Webview...

其它

![B$AELVAK2_HBPA$28}L8K~5](https://user-images.githubusercontent.com/84607814/198892806-df14544d-2cba-4f93-b40e-a8b4ef70e4c6.png) ![CT{_@D6S{VX9SUXUFQFS`HN](https://user-images.githubusercontent.com/84607814/198893054-fdf28497-8ff8-4a92-af25-5bd13e0850e1.png)

- [ ] 建议在设置里提供控制是否输出日志的开关, 我在搞扩展开发时总是在控制台里看到一大串日志 - [ ] 建议不要一启动就在右下角提示是否已登录, 可以只在遇到严重错误时提示

https://code.visualstudio.com/api/advanced-topics/remote-extensions https://open-vsx.org/

这个扩展似乎是明文保存 ClientID 的,建议将它保存到像 Windows 的凭据管理器或 Mac OS 的钥匙串里,也建议让两种保存 ClientID 的方式共存 ~~https://www.npmjs.com/package/keytar 这个应该有用~~ `vscode.ExtensionContext.secrets` 也可以用

在任意 **私仓** 新建 `vercel.json` 文件,内容如下 ```json { "rewrites": [ { "source": "/password/:host:slash(/)?", "destination": "https://:host" }, { "source": "/password/:host/:path*:slash(/)?:query(\\?.*)?", "destination": "https://:host/:path:slash:query" } ] } ``` 部署到 Vercel 并绑定自己的域名,然后配置好 DS 即可。 注意:如果路径里有两个连续的斜杠,则会发生各种奇怪的问题,可以...