feat: add keeb buy list
parent
a423ea3aa2
commit
5977693c1d
|
@ -985,6 +985,64 @@
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a
|
||||
id="user-content-buy-list"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
tabindex="-1"
|
||||
href="#buy-list"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Buy list
|
||||
</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Price</th>
|
||||
<th>When</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>KBDfans X Lazurite D60Lite</td>
|
||||
<td>2,500,000 VND</td>
|
||||
<td>2023</td>
|
||||
<td>Broken</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sofle V2 – Sandwich Style</td>
|
||||
<td>2,834,750 VND</td>
|
||||
<td>2023</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sofle V2 - Case Aluminium</td>
|
||||
<td>800,000 VND</td>
|
||||
<td>2023</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sofle V2 - Plate Stainless Steel</td>
|
||||
<td>400,000 VND</td>
|
||||
<td>2023</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>KTT Strawberry x 60</td>
|
||||
<td>381,300 VND</td>
|
||||
<td>2023</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C3 Equalz Tangerine V2 x 65</td>
|
||||
<td>722,000 VND</td>
|
||||
<td>2023</td>
|
||||
<td>OK</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>
|
||||
<a
|
||||
id="user-content-thanks"
|
||||
|
|
|
@ -269,6 +269,17 @@ I only buy 40s kit.
|
|||
- [nathan-fiscaletti/keyboardsounds](https://github.com/nathan-fiscaletti/keyboardsounds)
|
||||
- [tplai/kbsim](https://github.com/tplai/kbsim)
|
||||
|
||||
## Buy list
|
||||
|
||||
| Item | Price | When | Status |
|
||||
| -------------------------------- | ------------- | ---- | ------ |
|
||||
| KBDfans X Lazurite D60Lite | 2,500,000 VND | 2023 | Broken |
|
||||
| Sofle V2 – Sandwich Style | 2,834,750 VND | 2023 | OK |
|
||||
| Sofle V2 - Case Aluminium | 800,000 VND | 2023 | OK |
|
||||
| Sofle V2 - Plate Stainless Steel | 400,000 VND | 2023 | OK |
|
||||
| KTT Strawberry x 60 | 381,300 VND | 2023 | OK |
|
||||
| C3 Equalz Tangerine V2 x 65 | 722,000 VND | 2023 | OK |
|
||||
|
||||
## Thanks
|
||||
|
||||
- [Enjoy Beautiful KeyCaps](https://matrixzj.github.io/)
|
||||
|
|
Loading…
Reference in New Issue