feat(blog): 首次提交

这个提交包含在:
2024-08-21 16:31:38 +08:00 未验证
当前提交 3de80ab8ee
修改 66 个文件,包含 4347 行新增0 行删除
+7
查看文件
@@ -0,0 +1,7 @@
module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
printWidth: 120,
tabWidth: 2,
useTabs: false,
endOfLine: "lf",
};