We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6201ec6 commit eb2c4f1Copy full SHA for eb2c4f1
README.md
@@ -2,6 +2,8 @@
2
3
简洁优雅的个人主页展示 home page
4
5
+
6
+
7
## 技术
8
9
使用 `create-react-router` 初始化,react19 + react-router7 + vite6 + tailwindcss4 + ts + antd5
@@ -14,4 +16,18 @@
14
16
15
17
运行 `pnpm run dev`
18
-打包 `pnpm run build`
19
+打包 `pnpm run build`
20
21
+## 其他
22
23
+带壳截图工具: https://mockuphone.com/
24
25
+图标 api 参考:https://iconify.design/docs/api/svg.html
26
27
+文章订阅接口:https://note.weizwz.com/feed.xml 。需要替换成自己的接口,参考此接口返回内容,包含文章 标题、日期、摘要、类型等标签
28
29
+文章卡片背景色和图标:iconify 图标 api 和 app/style/icon.scss 相结合,觉得麻烦就让 krio 随机生成吧
30
31
+部署:使用 Vercel,免费方便,域名自费(腾讯阿里买都可以),使用的 cloudflare 解析
32
33
0 commit comments