mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: update prompt hover
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ define(['./workbox-99d8380f'], (function (workbox) { 'use strict';
|
|||||||
*/
|
*/
|
||||||
workbox.precacheAndRoute([{
|
workbox.precacheAndRoute([{
|
||||||
"url": "index.html",
|
"url": "index.html",
|
||||||
"revision": "0.3s1lnfb7iao"
|
"revision": "0.ah6c8rh4s38"
|
||||||
}], {});
|
}], {});
|
||||||
workbox.cleanupOutdatedCaches();
|
workbox.cleanupOutdatedCaches();
|
||||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="fixed z-50 bottom-0 right-0">
|
<div class="fixed z-50 bottom-0 right-0">
|
||||||
<button @click="onUpdateClick" class="p-3 m-3 bg-cyan-600 rounded-md text-xl" ref="updateBtnEl">
|
<button
|
||||||
|
@click="onUpdateClick"
|
||||||
|
class="p-3 m-3 bg-cyan-600 rounded-md text-xl hover:scale-105 transition-transform"
|
||||||
|
ref="updateBtnEl"
|
||||||
|
>
|
||||||
<div>{{ $t('update-prompt.line1') }}</div>
|
<div>{{ $t('update-prompt.line1') }}</div>
|
||||||
<u>{{ $t('update-prompt.line2') }}</u>
|
<u>{{ $t('update-prompt.line2') }}</u>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user