xgqfrms / IELTS-Guide-2nd

雅思考试官方指南(第2版)音频、视频资源
https://ielts-guide-2nd.xgqfrms.xyz
MIT License
2 stars 0 forks source link

GitHub LFS bug ❌ #2

Open xgqfrms opened 3 months ago

xgqfrms commented 3 months ago

GitHub LFS bug ❌

image

Git Large File Storage

https://docs.github.com/en/repositories/working-with-files/managing-large-files

xgqfrms commented 3 months ago

In order to use Git LFS, you'll need to download and install a new program that's separate from Git.

$ brew install git-lfs

https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage

$ git lfs track "*.psd"

https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage

xgqfrms commented 3 months ago

CDN solutions ✅

        switch (relativePath) {
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/01 Speaking Sample 1.mp4`:
            url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/02 Speaking Sample 2.mp4`:
            url = `https://www.bilibili.com/video/BV15ueuetEKJ/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/03 Speaking Sample 3.mp4`:
            url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/04 Speaking Sample 4.mp4`:
            url = `https://www.bilibili.com/video/BV1hVeueRE42/`;
            break;
          // default:
          //   break;
        }