Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yukino Song
2024-10-26 21:04:50 +08:00
32 changed files with 679 additions and 96 deletions

View File

@@ -11,7 +11,7 @@
<div class="card p-2">
<header>
<h1 class="mb-0">
<img src="/images/logo-apollo-45.png" height="45" alt="">
<img src="./images/logo-apollo-45.png" height="45" alt="">
{{ $t('welcome.greeting') }}
</h1>
</header>
@@ -80,7 +80,7 @@
};
this.error = null;
this.loading = true;
fetch("/api/password", {
fetch("./api/password", {
method: "POST",
body: JSON.stringify(this.passwordData),
}).then((r) => {