3.12提交

This commit is contained in:
zoujiandong
2026-03-12 14:38:11 +08:00
parent 08e3ba22c5
commit 2831de027c
14 changed files with 2852 additions and 252 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const countDown=()=>{
}
timer.value=setInterval(()=>{
count.value++;
if(count.value>=5){
if(count.value>=8){
clearInterval(timer.value);
plus.runtime.quit();
}
+4 -2
View File
@@ -383,7 +383,8 @@
};
onShow(() => {
polularScienceArticleListByKeywordsNew(false);
polularScienceArticleListByKeywordsNew(true);
loadGuideTags();
});
</script>
@@ -513,13 +514,14 @@ $padding-small: 20rpx;
border-radius: $border-radius;
padding: $padding;
display: flex;
gap: 24rpx;
.article-image {
width: 260rpx;
height: 160rpx;
border-radius: $border-radius-small;
flex-shrink: 0;
margin-right: 24rpx;
}
.article-content {