feat: Added edit footer and Deep Link issue resolution

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-21 18:04:50 +11:00
parent b61f897a64
commit 1f407d6019
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,9 @@ export default defineConfig({
head: [["link", { rel: "icon", href: "/drop.svg" }]], head: [["link", { rel: "icon", href: "/drop.svg" }]],
themeConfig: { themeConfig: {
logo: "/drop.svg", logo: "/drop.svg",
footer: {
message: "If you have any suggestions to update this wiki, please submit them on our GitHub",
},
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [

View File

@ -10,3 +10,7 @@ Add `WEBKIT_DISABLE_DMABUF_RENDERER=1` to the Drop .desktop file:
## "Server's and client's time is out of sync..." or HTTP 0 ## "Server's and client's time is out of sync..." or HTTP 0
The server and client must be within 30 seconds of each other for security reasons. Drop uses short-lived tokens to authenticate securely, and they are valid for those 30 seconds. If you are the server administrator, please ensure both your server and client have the correct time. If you are a user, please double check your own system before asking your admin. The server and client must be within 30 seconds of each other for security reasons. Drop uses short-lived tokens to authenticate securely, and they are valid for those 30 seconds. If you are the server administrator, please ensure both your server and client have the correct time. If you are a user, please double check your own system before asking your admin.
## Default Apps / Deep Links not registering
On Windows, it appears that Deep Links are not updating between Drop releases. To resolve this issue, navigate to your Default Apps in
Settings and press "Reset Default Apps". This will, however, result in resetting all of your default apps.