🔥 The total payment amount is no longer displayed in the account settings Fix https://github.com/siyuan-note/siyuan/issues/8093
This commit is contained in:
parent
6d45b15ee3
commit
9086a7286c
3 changed files with 0 additions and 8 deletions
|
@ -117,12 +117,6 @@ ${window.siyuan.languages.account8}`;
|
|||
<div class="fn__flex-1 fn__hr"></div>
|
||||
<div class="ft__center">${subscriptionHTML}</div>
|
||||
<div class="fn__flex-1 fn__hr"></div>
|
||||
<div class="fn__flex fn__block" style="line-height: 1.625">
|
||||
<div class="fn__flex-1"></div>
|
||||
<span class="ft__on-surface">${window.siyuan.languages.paymentSum}</span>
|
||||
<span class="fn__space"></span>
|
||||
<span>${window.siyuan.user.userPaymentSum} RMB</span>
|
||||
</div>
|
||||
${activeSubscriptionHTML}
|
||||
</div></div>`;
|
||||
}
|
||||
|
|
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
@ -209,7 +209,6 @@ interface ISiyuan {
|
|||
userHomeBImgURL: string
|
||||
userIntro: string
|
||||
userNickname: string
|
||||
userPaymentSum: string
|
||||
userSiYuanProExpireTime: number // -1 终身会员;0 普通用户;> 0 过期时间
|
||||
userSiYuanSubscriptionPlan: number // 0 年付订阅/终生;1 教育优惠;2 订阅试用
|
||||
userSiYuanSubscriptionType: number // 0 年付;1 终生;2 月付
|
||||
|
|
|
@ -25,7 +25,6 @@ type User struct {
|
|||
UserIntro string `json:"userIntro"`
|
||||
UserNickname string `json:"userNickname"`
|
||||
UserCreateTime string `json:"userCreateTime"`
|
||||
UserPaymentSum string `json:"userPaymentSum"`
|
||||
UserSiYuanProExpireTime float64 `json:"userSiYuanProExpireTime"`
|
||||
UserToken string `json:"userToken"`
|
||||
UserTokenExpireTime string `json:"userTokenExpireTime"`
|
||||
|
|
Loading…
Add table
Reference in a new issue