1
0

继续创

This commit is contained in:
Sense T 2025-03-01 19:10:13 +08:00
parent cf991ea674
commit 5b875fb8f2
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@
URL="$1"
if [ "$URL" == "" ]; then
echo "Usage: $0 accessclient://<args>"
sleep 5
exit 1
fi
if [ ! "$URL" == "accessclient://"* ]; then
echo "Invalid URL, should be accessclient://"
sleep 5
exit 1
fi
ARGS=$(echo $URL | sed 's|accessclient://||' | base64 -d | minideflate -d )
APP=$(echo $ARGS | jq -r.app)

View File

@ -10,4 +10,4 @@ Categories=System;ConsoleOnly;
Keywords=system;h3c;
NoDisplay=true
Exec=@EXEC %u
MimeType=application/x-accessclient;
MimeType=application/x-accessclient;x-scheme-handler/accessclient;