feat: 修改docket配置

This commit is contained in:
zerosaturation 2026-05-29 22:15:47 +08:00
parent 64809ea308
commit 6acf423a26
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__F199FF4", "appid" : "__UNI__F199FF4",
"description" : "", "description" : "",
"versionName" : "1.0.5", "versionName" : "1.0.5",
"versionCode" : 102, "versionCode" : 103,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -502,7 +502,7 @@ defineExpose({
.task-red-dot { .task-red-dot {
position: absolute; position: absolute;
top: 8rpx; top: 8rpx;
right: 12rpx; right: 0;
width: 16rpx; width: 16rpx;
height: 16rpx; height: 16rpx;
} }

View File

@ -32,8 +32,8 @@ const handleTabClick = (e) => {
const tabs = [ const tabs = [
{ key: 'displaying', label: '日榜', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 }, { key: 'displaying', label: '日榜', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 },
{ key: 'week', label: '周榜', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 }, // { key: 'week', label: '', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 },
{ key: 'month', label: '月榜', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 }, // { key: 'month', label: '', emoji: null, icon: '/static/square/1.png', iconWidth: 32, iconHeight: 40 },
] ]
</script> </script>