fatdoge
fatdoge
比方说提供一个主题设置啥的,按格式贴个json就行。
``` const targetData = { a: 2, b: 3, c: 4, d: 5 }; Object.prototype.map = function(fn) { const res = {} for(e in this) { if(this.hasOwnProperty(e)) { res[e] =...
> > 不限于文章插入,可以在主页添加播放器悬浮显示,网站全局播放 > > 是的,打算共用一个实例,需要全局播放的话,网站首先得实现 pjax,页面刷新之后又重置了 期待新版插件,APlayer的吸底模式非常适合SPA/pjax站的背景音乐播放器,由于不同音源变动可能特别大,支持第三方音乐平台导入并能够支持直接上传音乐文件到typecho后台是最好的选择,或者第三方平台一键同步(其实只是上传到自己的typecho后台)是最稳的。解析还是得用Github上比较有名气的库~
> > > > 不限于文章插入,可以在主页添加播放器悬浮显示,网站全局播放 > > > > > > > > > 是的,打算共用一个实例,需要全局播放的话,网站首先得实现 pjax,页面刷新之后又重置了 > > > > > > 期待新版插件,APlayer的吸底模式非常适合SPA/pjax站的背景音乐播放器,由于不同音源变动可能特别大,支持第三方音乐平台导入并能够支持直接上传音乐文件到typecho后台是最好的选择,或者第三方平台一键同步(其实只是上传到自己的typecho后台)是最稳的。解析还是得用Github上比较有名气的库~ > > 自己上传有个问题是服务器带宽问题,估计可以支持配合云对象存储来解决 > > 另外还有版权的风险,这个不知道有没有更好的方案去解决: >...
> 这玩意儿还是可以的,node版本的网易云api,自己部一个。https://github.com/Binaryify/NeteaseCloudMusicApi
test comment.
U should update your code to a more elegent way.
> repo本身提供的域名由于使用量超额已经无法接受更多问题了,域名也在昨天被墙掉了。可以考虑自行部署; > > 本地部署出现 fetch failed 一般是接口请求不通/代理配置错误,也可以去 OpenAI 后台查看使用量是否超额。 > > The domain provided by repo itself is no longer acceptable for more problems due to over usage, and...
yes I saw it, but it needs to add additional ModalHolder and other code. If just use NiceModal.show(MyModal, { loading, onOk }), can it bind props?
Or why not provide a optional object like `NiceModal.show(MyModal, { loading, onOk }, { refreshDeps: [loading] })`