我把上传按钮放到富文本编辑器里了,可以减少页面占用,但是我就写了两句,后边就不会写了= =b
const parent = document.querySelector('div.markdown-textarea-field div.markdown-textarea'); if (parent) { parent.insertAdjacentHTML('beforeend', '<button type="button" onclick="this.previousElementSibling.click(); imageupld()" title="上传图片" aria-label="上传图片">⿻</button>'); }
赞助几个图床地址吧,昨天发帖子被误杀了,就没再发,大伙自己改改就能用
curl -X POST "https://img.api.aa1.cn/api/upload" -F "image=@${1}" |grep -oie '"url":"[^"]\+'|grep -oie '[^"]\+$'|tr -d '\\' curl -X POST "https://api.imgbb.com/1/upload?key=(需要注册获取自己的api_key)" -F "image=@${1}"|grep -oie 'https:[^"]\+.jpg'|tr -d '\\'|head -n1