Skip to content

Commit 026848b

Browse files
app display compo
1 parent f5ae938 commit 026848b

21 files changed

+3758
-174
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist-ssr
2424
*.sw?
2525

2626
site
27+
todo_*

.release-it.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
3+
"github": {
4+
"release": true
5+
},
6+
"git": {
7+
"commitMessage": "Release ${version}",
8+
"tagName": "v${version}"
9+
},
10+
"npm": {
11+
"publish": true
12+
}
13+
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ and use
8585
<ThemeEditor />
8686
```
8787

88+
<!-- # Images
89+
90+
<p align="center">
91+
<img width="18%" align="center" src="https://raw.githubusercontent.com/zhiyiYo/PyQt-Fluent-Widgets/master/docs/source/_static/logo.png" alt="logo">
92+
</p> -->
93+
8894
## 📄 License
8995

9096
This project is licensed under the `ℹ️ MIT` License.

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ yarn-error.log*
3535
*.tsbuildinfo
3636
next-env.d.ts
3737
New folder
38+
test

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"embla-carousel-react": "^8.1.8",
5252
"lodash.debounce": "^4.0.8",
5353
"lucide-react": "^0.427.0",
54+
"mini-svg-data-uri": "^1.4.4",
5455
"next": "14.2.5",
5556
"next-themes": "^0.3.0",
5657
"react": "^18",

app/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/public/wave-mask-space copy.svg

Lines changed: 14 additions & 0 deletions
Loading
188 KB
Loading

0 commit comments

Comments
 (0)