Bo

Results 103 comments of Bo

Please checkout a new branch (or rebase) based at `next`: https://github.com/meowtec/audio-cutter/tree/next The fix should move here: https://github.com/meowtec/audio-cutter/blob/next/src/waver.tsx#L30 And welcome for Pull Request

It is a independent web app, not intended for being embedded to other project. But If the frontend of your project is written in React, maybe you can copy `src`...

外链 MP3 一般会有跨域问题,除非这个链接是你自己能控制的。 具体做法就是用 fetch 或者 xhr 访问 mp3 链接拿到 Blob 对象,然后看看现在拿到 input 的 files (File 列表) 之后的逻辑。Blob 就相当于 File

emmm.. 可能是改动过

不是因为网页不支持,而是因为这个网页的服务端只支持 gb2312 的 参数编码。 目前插件编码参数使用的是标准的 encodeURIComponent 方法,也就是只支持 UTF-8 编码。正常情况即使网页是 gbk 的,只要服务端使用 UTF-8 去解码 URL 参数,就没问题。 针对这种需求我需要专门定义一下搜索模版格式,比如类似 ``` searchword={%word:gb%} ``` 然后引一个 GB2312 的包,实现一下 GB2312 下的 encodeURIComponent。

不太好写,站内搜索需要把查询关键词和 `site: xxx` 拼起来 encode 成一个字段,在当前的设计下没办法通过自定义实现

新版本去掉了百度搜图,之前的老接口协议失效老,没找到新接口

添加子菜单分类的话层级有点多啊。 什么叫「页面link和对可点击图片的url接口」?