push version

This commit is contained in:
Wisp X
2022-04-27 17:34:10 +08:00
parent 73750890d2
commit fb5f83f43c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -15,8 +15,8 @@
@stack('styles')
<!-- Styles -->
<link rel="stylesheet" href="{{ asset('css/common.css') }}">
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/common.css') }}?t=20220427">
<link rel="stylesheet" href="{{ asset('css/app.css') }}?t=20220427">
</head>
<body class="font-sans antialiased overflow-hidden">
<div class="min-h-screen bg-gray-100" x-data x-cloak>
@@ -44,7 +44,7 @@
</div>
</body>
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/app.js') }}?t=20220427"></script>
@include('common.notice')
<script>
// 开关组件默认值
+3 -3
View File
@@ -15,8 +15,8 @@
@stack('styles')
<!-- Styles -->
<link rel="stylesheet" href="{{ asset('css/common.css') }}">
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/common.css') }}?t=20220427">
<link rel="stylesheet" href="{{ asset('css/app.css') }}?t=20220427">
</head>
<body class="font-sans antialiased">
<div class="min-h-screen text-gray-900 bg-gray-100">
@@ -24,7 +24,7 @@
</div>
</body>
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/app.js') }}?t=20220427"></script>
@if(file_exists(public_path('js/custom.js')))
<script src="{{ asset('js/custom.js') }}"></script>
@endif