发布于 2025-03-26 一些配置 liujto 101 热度 无~ 其他 一·、vue3打包后nginx刷新404配置: location / { try_files $uri $uri/ /index. …
发布于 2024-11-06 记录一些常用工具网站 liujto 585 热度 无~ 其他 图片压缩 https://tinypng.com/ 占位图生成 https://dummyimage.com/100×100
发布于 2023-03-29 Mac设置git快速push脚本 liujto 725 热度 无~ 其他 创建shell文件 1.创建shell执行文件xxx.sh touch xxx.sh 2.打开xxx.sh文件 vim xxx.s …
发布于 2023-03-29 发布自己的npm包流程 liujto 708 热度 无~ 其他 1.注册自己的npm账号 https://www.npmjs.com/ 2.运行终端,然后登录 npm login Usernam …