prinvest_mate / assets /html /appearance_switcher.html
Keldos
refactor: 优化开关样式,重写亮暗色切换开关样式
9496819
raw
history blame
224 Bytes
<div class="switch_checkbox" id="apSwitch">
<label class="apSwitch">
<input type="checkbox" id="apSwitch_checkbox" data-testid="checkbox" />
<span class="apSwitch_span">{label}</span>
</label>
</div>