diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8b20f1f..273c229 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -25,9 +25,9 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Just re-grab cpanfile/install.pl/package.json from the online repo as codespaces' build context is super fucked and I don't get it at all # Dropping copies of the files in the .devcontainer folder should also work, but I cba to duplicate my build files for this and symlinks aint working I hate computers -RUN wget -P /tools https://raw.githubusercontent.com/Difegue/LANraragi/dev/tools/cpanfile \ - && wget -P /tools https://raw.githubusercontent.com/Difegue/LANraragi/dev/tools/install.pl \ - && wget https://raw.githubusercontent.com/Difegue/LANraragi/dev/package.json +RUN wget -P /tools https://raw.githubusercontent.com/WindyCloudCute/LANraragi_Chinese/dev/tools/cpanfile \ + && wget -P /tools https://raw.githubusercontent.com/WindyCloudCute/LANraragi_Chinese/dev/tools/install.pl \ + && wget https://raw.githubusercontent.com/WindyCloudCute/LANraragi_Chinese/dev/package.json RUN npm run lanraragi-installer install-full diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 834e311..692a41c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ # These are supported funding model platforms -github: difegue +github: WindyCloudCute patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username -ko_fi: lanraragi +ko_fi: LANraragi_Chinese tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel diff --git a/.github/ISSUE_TEMPLATE/feature-request-suggestion.md b/.github/ISSUE_TEMPLATE/feature-request-suggestion.md index b31c9d2..7bf85a2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature-request-suggestion.md @@ -9,7 +9,7 @@ assignees: ''