Add 2026 and README.md
This commit is contained in:
16
index.html
16
index.html
@@ -63,6 +63,10 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="d-block max-w-xs mr-2">
|
||||
<label for="basic-year-2026" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="basic-year-2026"
|
||||
value="2026"/> 2026
|
||||
</label>
|
||||
<label for="basic-year-2025" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="basic-year-2025"
|
||||
value="2025"/> 2025
|
||||
@@ -129,16 +133,16 @@
|
||||
</div>
|
||||
<div class="d-block max-w-xs mr-2">
|
||||
<label for="year-2025" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2025" value="2025"/>
|
||||
2025
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2026" value="2026"/>2026
|
||||
</label>
|
||||
<label for="year-2025" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2025" value="2025"/>2025
|
||||
</label>
|
||||
<label for="year-2024" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2024" value="2024"/>
|
||||
2024
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2024" value="2024"/>2024
|
||||
</label>
|
||||
<label for="year-2023" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2023" value="2023"/>
|
||||
2023
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2023" value="2023"/>2023
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user