fix: Lucide 0.344 に合わせ alert-triangle / check-circle-2 に変更
Made-with: Cursor
This commit is contained in:
parent
2fc3e32216
commit
5377e508ae
|
|
@ -429,7 +429,7 @@ header{display:flex;align-items:center;justify-content:space-between;padding:0 1
|
||||||
<!-- Exam tips -->
|
<!-- Exam tips -->
|
||||||
<div class="card" x-show="currentUnit?.examtips?.length" style="border-color:rgba(248,113,113,.18);background:rgba(248,113,113,.03)">
|
<div class="card" x-show="currentUnit?.examtips?.length" style="border-color:rgba(248,113,113,.18);background:rgba(248,113,113,.03)">
|
||||||
<div class="card-title" style="color:var(--err)">
|
<div class="card-title" style="color:var(--err)">
|
||||||
<i data-lucide="triangle-alert" style="width:13px;height:13px;color:var(--err)"></i>
|
<i data-lucide="alert-triangle" style="width:13px;height:13px;color:var(--err)"></i>
|
||||||
試験対策メモ
|
試験対策メモ
|
||||||
</div>
|
</div>
|
||||||
<template x-for="tip in (currentUnit?.examtips||[])" :key="tip">
|
<template x-for="tip in (currentUnit?.examtips||[])" :key="tip">
|
||||||
|
|
@ -459,7 +459,7 @@ header{display:flex;align-items:center;justify-content:space-between;padding:0 1
|
||||||
<div class="card" x-show="currentUnit?.quiz?.length">
|
<div class="card" x-show="currentUnit?.quiz?.length">
|
||||||
<div class="quiz-header">
|
<div class="quiz-header">
|
||||||
<div class="quiz-title-label">
|
<div class="quiz-title-label">
|
||||||
<i data-lucide="circle-check-big" style="width:13px;height:13px"></i>
|
<i data-lucide="check-circle-2" style="width:13px;height:13px"></i>
|
||||||
理解度チェック
|
理解度チェック
|
||||||
</div>
|
</div>
|
||||||
<div class="quiz-score-lbl" x-text="scoreLabel"></div>
|
<div class="quiz-score-lbl" x-text="scoreLabel"></div>
|
||||||
|
|
|
||||||
2
sw.js
2
sw.js
|
|
@ -1,5 +1,5 @@
|
||||||
// posimai-boki SW — stale-while-revalidate + skipWaiting
|
// posimai-boki SW — stale-while-revalidate + skipWaiting
|
||||||
const CACHE = 'posimai-boki-v4';
|
const CACHE = 'posimai-boki-v5';
|
||||||
const STATIC = ['/', '/index.html', '/manifest.json', '/logo.png'];
|
const STATIC = ['/', '/index.html', '/manifest.json', '/logo.png'];
|
||||||
|
|
||||||
self.addEventListener('install', e => {
|
self.addEventListener('install', e => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue