
1 ljchengx 2023-05-04 20:29:18 +08:00 |
2 billzhuang 2023-05-04 21:12:56 +08:00 via iPhone 发现自己很早就 star 了 |
3 findex 2023-05-05 00:07:50 +08:00 via iPhone Nice |
4 tangym 2023-05-05 00:34:22 +08:00 牛啊 我来试用一把 |
5 PeterD 2023-05-05 08:14:32 +08:00 我也写了一个。。用 mpv 的 ``` freecodecamp-coderadio () { urls=('https://coderadio-admin.freecodecamp.org/radio/8010/radio.mp3' 'https://coderadio-relay-blr.freecodecamp.org/radio/8010/radio.mp3' 'https://coderadio-relay-ffm.freecodecamp.org/radio/8010/radio.mp3' 'https://coderadio-relay-nyc.freecodecamp.org/radio/8010/radio.mp3') index=(1 2 3 4) i=$(((RANDOM % 4) + 1)) url=${urls[$i]} echo "Play $i $url" mpv $url } ``` |
6 RockShake 2023-05-05 17:10:09 +08:00 下载试了下,播放一会就没声音了是怎么回事 |
7 id7368 PRO 哈哈哈哈,大佬大佬,看到 GitHub 推荐,蓝点网也发了: https://www.landiannews.com/archives/98587.html |
8 liuxu 2023-05-08 18:05:50 +08:00 可以可以 |
9 archxm 2023-05-26 08:59:21 +08:00 非常不错,赞一个。 我看了楼主的 github ,有一个这个:toggle-windows-theme 大意是快速切换深色 /浅色模式吧。 可否开发一个东东:在右下角 task 栏、或者其他地方,提示当前是否处于开启 hdr 状态。 |