Auto Router, Discord Rules Page, & Vi18n lib (#52)
feat: Auto Router, Discord Rules Page, & Vi18n lib (#52)
This commit is contained in:
parent
262b8c578f
commit
8c59485898
51 changed files with 3479 additions and 782 deletions
7
apps/vdn-static/src/components/atoms/SmartLink.ts
Normal file
7
apps/vdn-static/src/components/atoms/SmartLink.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { SmartDest } from "@/utils/smart-dest";
|
||||
|
||||
export interface SmartLinkProps {
|
||||
to: SmartDest;
|
||||
newTab?: boolean;
|
||||
covert?: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue