常用util / 存储localStorage / export const setStore = (name, content) => { if (!name) return; if (typeof con...
v2ray https://www.v2ray.com/chapter00/install.html https://sixu.life/cloudflare-v2ray-ip.html caddy&...
vue使用html2canvas进行页面截图 Install npm install html2canvas Use import html2canvas from 'html2canvas'; html <!-- 截图区域 --> ...
axios上传文件 二、实现方法 1、读取文件 通过input标签,我们可以得到一个file文件将这个file进行处理。 <input class="upload" type="file" ref="upload"...
linux挂载google Drive 安装 Rclone Linux或macOS有多种安装方式,这里选择脚本安装: curl https://rclone.org/install.sh | sudo bash install.sh #!/...
vue权限路由 export function recursionRouter(userRouter = [], allRouter = []) { var realRoutes = allRouter .filte...