合并川虎UI 细节
This commit is contained in:
11
docs/assets/html/appearance_switcher.html
Normal file
11
docs/assets/html/appearance_switcher.html
Normal file
@ -0,0 +1,11 @@
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<span style="margin-top: 4px !important;">
|
||||
{label}
|
||||
</span>
|
||||
<span>
|
||||
<label class="apSwitch" for="checkbox">
|
||||
<input type="checkbox" id="checkbox">
|
||||
<div class="apSlider"></div>
|
||||
</label>
|
||||
</span>
|
||||
</div>
|
||||
9
docs/assets/html/billing_info.html
Normal file
9
docs/assets/html/billing_info.html
Normal file
@ -0,0 +1,9 @@
|
||||
<b>{label}</b>
|
||||
<div class="progress-bar">
|
||||
<div class="progress" style="width: {usage_percent}%;">
|
||||
<span class="progress-text">{usage_percent}%</span>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<span>${rounded_usage}</span><span>${usage_limit}</span>
|
||||
</div>
|
||||
1
docs/assets/html/footer.html
Normal file
1
docs/assets/html/footer.html
Normal file
@ -0,0 +1 @@
|
||||
<div class="versions">{versions}</div>
|
||||
Reference in New Issue
Block a user