File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <span class =" balance-label" >今日剩余额度:</span >
1919 <span >{{ userInfo.remain_quota || '加载中...' }}</span >
2020 </div >
21+ <div class =" ldc-balance" >
22+ <span class =" balance-label" >Leaderboard 点数:</span >
23+ <span >{{ userInfo.community_balance || '加载中...' }}</span >
24+ </div >
2125 </div >
2226 <div class =" ldc-box" >
2327 <div class =" ldc-header" >
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ export default {
311311 const Timestamp = localStorage .getItem (' Timestamp' , Date .now ());
312312 if (Timestamp) {
313313 const timeDiff = new Date () - Timestamp;
314- if (timeDiff > 600000 ) {
315- // 超过 10 分钟
314+ if (timeDiff > 5 * 60 * 1000 ) {
315+ // 超过 5分钟
316316 localStorage .removeItem (' hotlist' );
317317 localStorage .removeItem (' newslist' );
318318 localStorage .removeItem (' ldcUserInfo' );
Original file line number Diff line number Diff line change 273273 img {
274274 height : 40px ;
275275 border-radius : 50% ;
276+ border : 1px solid #eee ;
277+ transition : all 0.1s linear ;
278+
279+ & :hover {
280+ box-shadow : 0 0 8px rgba (0 , 0 , 0 , 0.15 );
281+ transform : scale (1.02 );
282+ }
276283 }
277284 }
278285
281288 .ldc-balance {
282289 display : flex ;
283290 align-items : center ;
284- gap : 8 px ;
291+ gap : 5 px ;
285292
286293 .balance-label {
287294 font-size : 13px ;
Original file line number Diff line number Diff line change 22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
44 "private" : true ,
5- "version" : " 1.5.21 " ,
5+ "version" : " 1.5.22 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " wxt" ,
You can’t perform that action at this time.
0 commit comments