change downarea paths to our repo #243

This commit is contained in:
rimu 2024-07-03 21:24:52 +08:00
parent 6de9f3dd39
commit 40bb3e6638
3 changed files with 2 additions and 4 deletions

View file

@ -341,7 +341,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-audio {
position: relative;
top: 1px;
left: 0;
}
.fe-audio:before {
content: "\e9fc";

View file

@ -340,7 +340,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-audio {
position: relative;
top: 1px;
left: 0;
}
.fe-audio:before {
content: "\e9fc";

View file

@ -9,8 +9,8 @@ curl -o js/lightbox/baguetteBox.css -L https://github.com/feimosi/baguetteBox.js
curl -o js/lightbox/baguetteBox.js -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.js
# https://github.com/fatihege/downarea (MIT license)
curl -o js/markdown/downarea.css -L https://github.com/fatihege/downarea/raw/main/src/downarea.min.css
curl -o js/markdown/downarea.js -L https://github.com/fatihege/downarea/raw/main/src/downarea.min.js
curl -o js/markdown/downarea.css -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.css
curl -o js/markdown/downarea.js -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.js
# https://htmx.org/ (Zero-Clause BSD)
curl -o js/htmx.min.js -L https://unpkg.com/htmx.org@2.0.0