Skip to content

Commit

Permalink
zh-hant
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Mar 1, 2024
1 parent 6119522 commit 84455e6
Show file tree
Hide file tree
Showing 58 changed files with 573 additions and 443 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"start": "next start"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@prisma/client": "^5.9.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down Expand Up @@ -41,6 +42,7 @@
"date-fns": "^3.0.6",
"dom-to-image": "^2.6.0",
"lucide-react": "^0.303.0",
"negotiator": "^0.6.3",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"pinyin-pro": "^3.19.2",
Expand All @@ -58,6 +60,7 @@
"devDependencies": {
"@types/dom-to-image": "^2.6.7",
"@types/eslint": "^8.44.7",
"@types/negotiator": "^0.6.3",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions src/app/(.)/author/list/[page]/page.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/(.)/ci-pai-ming/page.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions src/app/(.)/layout.tsx

This file was deleted.

68 changes: 0 additions & 68 deletions src/app/(.)/poem/[id]/components/Copy.tsx

This file was deleted.

102 changes: 0 additions & 102 deletions src/app/(.)/tag/[id]/page.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const getItem = cache(async (id: string) => {
const author = await api.author.findById.query(Number(id));

if (!author) {
return notFound();
notFound();
}

return author;
Expand Down
File renamed without changes.
Loading

0 comments on commit 84455e6

Please sign in to comment.