44 | Card.Catpng.net 45 |
46 |47 | 选择一个模板,输入网易云音乐链接,自动生成音乐卡片 48 |
49 | 50 | {/* 音乐链接输入 */} 51 |支持的音乐平台:
102 |-
103 |
- 网易云音乐 (music.163.com) 104 |
139 | {template.name} 140 |
141 |{template.description}
142 |├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── app ├── api │ ├── music │ │ └── route.ts │ ├── proxy │ │ └── image │ │ │ └── route.ts │ └── resolve-url │ │ └── route.ts ├── fonts.ts ├── globals.css ├── layout.tsx ├── page.tsx ├── phone │ ├── PhoneContent.tsx │ └── page.tsx └── poster │ ├── SpotifyContent.tsx │ └── page.tsx ├── eslint.config.mjs ├── lib └── themes.ts ├── next.config.js ├── package-lock.json ├── package.json ├── postcss.config.js ├── public ├── cover.png ├── favicon.ico ├── phone.png ├── poster.png └── templates │ ├── background.png │ ├── catppuccin.png │ ├── dark.png │ ├── everforest.png │ ├── gruvbox.png │ ├── iphone.png │ ├── light.png │ ├── nord.png │ ├── phone.png │ └── rosepine.png ├── tailwind.config.ts ├── tsconfig.json ├── types.ts ├── types ├── index.ts ├── music.ts ├── poster.ts ├── spotify.ts └── theme.ts └── utils ├── color.ts ├── musicParser.ts ├── phone.ts ├── poster.ts ├── posterGenerator.ts ├── retry.ts └── spotify.ts /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # 贡献指南 | Contributing Guidelines 2 | 3 | [English](#english) | [中文](#chinese) 4 | 5 |
47 | 选择一个模板,输入网易云音乐链接,自动生成音乐卡片 48 |
49 | 50 | {/* 音乐链接输入 */} 51 |支持的音乐平台:
102 |{template.description}
142 |{message}
65 |{message}
35 |