Skip to content

Commit

Permalink
加上另一首歌的歌詞
Browse files Browse the repository at this point in the history
  • Loading branch information
igncp committed Feb 5, 2024
1 parent db4a3b6 commit f85fb9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react-ui/src/languages/mandarin/songs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ const sandyLamSongs = [
],
].map(handleSongTreble('Sandy Lam'))

export const songs = sandyLamSongs
const stefanieSunSongs = [
[() => import('./stefanie-sun_yu-jian'), '遇見', 'm4nu_F_9dWU'],
].map(handleSongTreble('Stefanie Sun'))

export const songs = sandyLamSongs.concat(stefanieSunSongs)
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export const lyrics = [
'听见 冬天的离开, 我在某年某月 醒过来, 我想 我等 我期待, 未来却不能因此安排',

'阴天 傍晚 车窗外, 未来有一个人在等待, 向左向右向前看, 爱要拐几个弯才来',

'我遇见谁 会有怎样的对白, 我等的人 他在多远的未来, 我听见风来自地铁和人海, 我排着队 拿着爱的号码牌',

'阴天 傍晚 车窗外, 未来有一个人在等待, 向左向右向前看, 爱要拐几个弯才来',

'我遇见谁 会有怎样的对白, 我等的人 他在多远的未来, 我听见风来自地铁和人海, 我排着队 拿着爱的号码牌',

'我往前飞 飞过一片时间海, 我们也曾在爱情里受伤害, 我看着路 梦的入口有点窄',

'我遇见你是最美丽的意外, 总有一天 我的谜底会揭开',
]

0 comments on commit f85fb9e

Please sign in to comment.