This action will force synchronization from szluyu99/gin-vue-blog, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
关于项目中为什么不使用 Prettier,参考 Antfu 大佬: 为什么我不使用 Prettier
Eslint 方案采用 https://github.com/antfu/eslint-config,最大化减少配置
首先去图标库地址:icones 找合适的图标
<i i-carbon-sun />
<i class="i-carbon-sun" />
<icon-[iconify图标名称]
<icon-ant-design:fullscreen-exit-outlined />
<icon-ant-design:fullscreen-outlined />
这种方式还支持自定义 svg 图标,本项目自定义 svg 图标固定放在 src/assets/svg 下
<icon-custom-[svg图标文件名]
<icon-custom-logo />
具体配置参看 build/plugin/unplugin.js
<!-- iconify图标 -->
<TheIcon icon="material-symbols:delete-outline" />
<!-- 自定义svg图标 -->
<TheIcon icon="logo" type="custom" />
封装组件参看 src/components/icon
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。