Update subpage.html

Bold the Remained Label
This commit is contained in:
lifesaviorcharity 2026-05-02 17:35:07 +03:30 committed by GitHub
parent 51e2fb6dbf
commit 6697967e28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,7 @@
<a-descriptions-item label='{{ i18n "subscription.totalQuota" }}'>[[ <a-descriptions-item label='{{ i18n "subscription.totalQuota" }}'>[[
app.total app.total
]]</a-descriptions-item> ]]</a-descriptions-item>
<a-descriptions-item v-if="app.totalByte > 0" label='{{ i18n "remained" }}'>[[ <a-descriptions-item v-if="app.totalByte > 0" label='<b>{{ i18n "remained" }}</b>'>[[
app.remained ]]</a-descriptions-item> app.remained ]]</a-descriptions-item>
<a-descriptions-item label='{{ i18n "lastOnline" }}'> <a-descriptions-item label='{{ i18n "lastOnline" }}'>
<template v-if="app.lastOnlineMs > 0"> <template v-if="app.lastOnlineMs > 0">
@ -281,4 +281,4 @@
{{template "component/aThemeSwitch" .}} {{template "component/aThemeSwitch" .}}
<script src="{{ .base_path }}assets/js/subscription.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/subscription.js?{{ .cur_ver }}"></script>
{{ template "page/body_end" .}} {{ template "page/body_end" .}}