File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ title: "文檔協作大全"
3
3
description : 了解如何為我們的文檔做出貢獻, 並幫助我們改進文檔吧!
4
4
---
5
5
6
- import { BookOpen , Star } from " lucide-react" ;
6
+ import BookOpen from " lucide-react/dist/esm/icons/book-open" ;
7
+ import Star from " lucide-react/dist/esm/icons/star" ;
7
8
8
9
了解如何為我們的文檔做出貢獻, 幫助我們改進文檔吧~
9
10
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ title: 快速入門
3
3
description : YEE式機器龍是一隻全中文化的Discord機器人,我們不只提供音樂的服務,還有像是動態語音頻道、跨群聊天、等你不會想錯過的好東西
4
4
---
5
5
6
- import { Gamepad2 , Music , MessageSquareDashed } from " lucide-react" ;
6
+ import Gamepad2 from " lucide-react/dist/esm/icons/gamepad-2" ;
7
+ import Music from " lucide-react/dist/esm/icons/music" ;
8
+ import MessageSquareDashed from " lucide-react/dist/esm/icons/message-square-dashed" ;
7
9
8
10
YEE 式機器龍是一隻全中文化的 Discord 機器人,我們提供了許多簡單且快速的整合性服務,讓您不需要再四處尋找中文的機器人
9
11
Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ title: RPG 總覽
3
3
description : 將 Discord 變身成一個有趣的遊樂場!結合了工作、捕魚、商店、寵物、結婚等系統,讓你的 Discord 更有趣!
4
4
---
5
5
6
- import {
7
- ShoppingCart ,
8
- Milestone ,
9
- CircleDollarSign ,
10
- ScissorsLineDashed ,
11
- } from " lucide-react" ;
6
+ import ShoppingCart from " lucide-react/dist/esm/icons/shopping-cart" ;
7
+ import Milestone from " lucide-react/dist/esm/icons/milestone" ;
8
+ import CircleDollarSign from " lucide-react/dist/esm/icons/circle-dollar-sign" ;
9
+ import ScissorsLineDashed from " lucide-react/dist/esm/icons/scissors-line-dashed" ;
12
10
13
11
將 Discord 變身成一個有趣的遊樂場!結合了工作、捕魚、商店、寵物、結婚等系統,讓你的 Discord 更有趣!
14
12
Original file line number Diff line number Diff line change 1
1
import Image from "next/image" ;
2
2
import Link from "next/link" ;
3
+
3
4
import { ExternalLinkIcon } from "lucide-react" ;
4
5
5
6
export type FooterCategory = {
Original file line number Diff line number Diff line change
1
+ declare module "lucide-react/dist/esm/icons/*" {
2
+ export { LucideIcon as default } from "lucide-react" ;
3
+ }
You can’t perform that action at this time.
0 commit comments