From ec24a5f66f150ff8137584397c3626ad2ab7f145 Mon Sep 17 00:00:00 2001 From: Qi Xi Date: Mon, 27 Dec 2021 21:18:13 +0800 Subject: [PATCH 1/2] feat: add a bookmarklet --- resources/views/admin.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/admin.blade.php b/resources/views/admin.blade.php index c25507947..85217028d 100644 --- a/resources/views/admin.blade.php +++ b/resources/views/admin.blade.php @@ -109,6 +109,12 @@ +

Bookmarklet:

+
+
+ Shorten (Drag it to your bookmarks bar to use as a shortcut!) +
+

API Quota:

From 80fcfe077ed095bcf10f810a0200ed6609d80009 Mon Sep 17 00:00:00 2001 From: Qi Xi Date: Mon, 27 Dec 2021 21:18:24 +0800 Subject: [PATCH 2/2] style: font size --- resources/views/admin.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin.blade.php b/resources/views/admin.blade.php index 85217028d..22e5eecb2 100644 --- a/resources/views/admin.blade.php +++ b/resources/views/admin.blade.php @@ -117,13 +117,13 @@

API Quota:

-

+

@if ($api_quota == -1) unlimited @else {{$api_quota}} @endif -

+

requests per minute @endif