Skip to content

Commit

Permalink
chore: backup
Browse files Browse the repository at this point in the history
  • Loading branch information
rayadaschn committed Nov 26, 2023
1 parent 6e3604f commit 51e9434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist-ssr
*.local
coverage
stats.html
.history

# 包管理器
# package-lock.json
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ antd 🔥 + 🐣 unocss + 🤺 ahooks 的问卷调查

- 新增功能:提供 Mock 数据,测试数据支持独立部署;
- 尝试 Vite + Unocss + autoImport 在 React18 中的使用;
- 统一封装问卷组件;
- 增加快捷键;
- 增加 Next SSR 服务端渲染;
- 总结 Tailwindcss 和 Unocss 使用规律([传送🚪](https://rayadaschn.github.io/front-end-life/CSS/));
- ~~增加 Next SSR 服务端渲染;~~

「目标」

Expand Down
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const App = () => {
return (
<ConfigProvider
theme={{
// algorithm: theme.darkAlgorithm,
algorithm: theme.defaultAlgorithm,
}}
>
Expand Down

0 comments on commit 51e9434

Please sign in to comment.