From 33bb1ef07be01318cebbfc416cec545e6fe9edb8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jan 2025 08:42:17 +0800 Subject: [PATCH] add some --- lib/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/user.js b/lib/user.js index 3bca68dc..d4a7c0a2 100644 --- a/lib/user.js +++ b/lib/user.js @@ -435,7 +435,7 @@ Volcanos("user", { var meta = { time: !can.user.isMobile && {view: [[html.ITEM, "state", mdb.TIME, html.FLEX]], _init: function(target) { can.onappend.figure(can, {action: "date", _hold: true}, target, function(sub, value) {}) - can.core.Timer({interval: 100}, function() { can.page.Modify(can, target, can.user.time(can, null, "%H:%M:%S %w")) }) + can.core.Timer({interval: 100}, function() { can.page.Modify(can, target, can.user.time(can, null, "%w %H:%M:%S")) }) }}, avatar: {view: [[html.ITEM, "state", aaa.AVATAR]], list: [{img: can.misc.Resource(can, can.user.info.avatar)}], onclick: function(event) { header && header.onaction.avatar(event, header) }}, usernick: {view: [[html.ITEM, "state", aaa.USERNICK, html.FLEX], "", can.user.info.usernick], onclick: function(event) { header && header.onaction.usernick(event, header) }, _init: function(target) {