Skip to content

Commit

Permalink
chore: 1.0.28 版本发布,具体内容查看更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Jan 21, 2025
1 parent e5aba9e commit 01b81d5
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 20 deletions.
33 changes: 15 additions & 18 deletions entrypoints/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
box-sizing: border-box;
}

.linuxdoscripts-setting-wrap>button {
.linuxdoscripts-setting-wrap > button {
opacity: 0;
margin-left: -50px;
transition: all 0.2s linear;
}

.linuxdoscripts-setting-wrap:hover>button {
.linuxdoscripts-setting-wrap:hover > button {
opacity: 1;
margin-left: 0;
}
Expand All @@ -29,12 +29,11 @@
position: fixed;
}

.linuxdoscripts-setting-wrap>button {
.linuxdoscripts-setting-wrap > button {
opacity: 1;
margin-left: 0;
}
}

.linuxdoscripts-setting {
display: flex;
align-items: center;
Expand Down Expand Up @@ -201,7 +200,7 @@
background-color: var(--primary-low);
}

#linuxdoscripts button+button {
#linuxdoscripts button + button {
margin-left: 8px;
}

Expand Down Expand Up @@ -517,21 +516,21 @@
color: #666;
}

.topicpreview .topicpreview-container .topicpreview-content>.item {
.topicpreview .topicpreview-container .topicpreview-content > .item {
display: flex;
align-items: flex-start;
padding: 20px 30px;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itemfloor {
.topicpreview .topicpreview-container .topicpreview-content > .item .itemfloor {
width: 50px;
text-align: left;
font-size: 16px;
padding-top: 15px;
color: #25b4cf;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost {
flex: 1;
background: var(--tertiary-low);
padding: 15px 15px;
Expand All @@ -540,30 +539,30 @@
word-break: break-all;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost pre code {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost pre code {
max-width: 620px;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost img {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost img {
max-width: 100%;
max-height: 100%;
height: auto;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost .itemname {
font-size: 16px;
color: #8f3a3a;
display: flex;
justify-content: space-between;
align-items: center;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname span {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost .itemname span {
color: #9e9e9e;
margin-left: 20px;
}

.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemdate {
.topicpreview .topicpreview-container .topicpreview-content > .item .itempost .itemdate {
color: #b9b9b9;
font-size: 16px;
margin-left: auto;
Expand Down Expand Up @@ -739,13 +738,11 @@ body.body-preview #main-outlet-wrapper {
transform: translateY(10px);
opacity: 0;
}

100% {
transform: translateY(0);
opacity: 1;
}
}

.pangutext {
cursor: pointer;
margin-left: 20px;
Expand Down Expand Up @@ -853,7 +850,7 @@ body.body-preview #main-outlet-wrapper {
cursor: pointer;
}

.menu-table .span+.span {
.menu-table .span + .span {
margin-left: 10px;
}

Expand Down Expand Up @@ -887,7 +884,7 @@ body.body-preview #main-outlet-wrapper {
color: var(--primary-medium);
}

.UsageTip>div {
.UsageTip > div {
margin: 10px 0;
}

Expand All @@ -907,7 +904,7 @@ body.body-preview #main-outlet-wrapper {
width: 146px !important;
}

@media(max-width:1000px) {
@media (max-width: 1000px) {
#linuxdoscripts .setting-btn {
bottom: 50px;
}
Expand Down
2 changes: 1 addition & 1 deletion entrypoints/bookmark/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export default {
selectItem(id) {
this.selectedItemId = id;
this.tableData = this.bookmarklist.find(item => item.id === id);
console.log(this.tableData);
// console.log(this.tableData);
this.Loading();
},
Expand Down
14 changes: 14 additions & 0 deletions entrypoints/components/BasicSettings/MenuHotRankingList.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<div class="item">
<div class="tit">{{ sort }}. 是否显示最热帖子排行榜</div>
<input type="checkbox" :checked="modelValue" @change="$emit('update:modelValue', $event.target.checked)" />
</div>
</template>

<script>
import $ from "jquery";
export default {
props: ["modelValue", "sort"],
emits: ["update:modelValue"],
};
</script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linuxdo-scripts",
"description": "manifest.json description",
"private": true,
"version": "1.0.27",
"version": "1.0.28",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down
10 changes: 10 additions & 0 deletions version-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.28

- feat: 对论坛设置按钮进行优化,可在右上角设置显示隐藏
- feat: 新增查看话题内自己回复的全部楼层数,需在设置中开启
- feat: 新增收藏夹黑夜模式
- fix: 修复迁移收藏夹时无法查看全部文件夹的问题
- fix: 修复收藏夹去重时覆盖问题
- fix: 修复 AI 总结时部分模型不可使用温度 temperature 参数的问题
- fix: 优化小屏右侧功能按钮遮挡的问题

## 1.0.27

- feat: 新增支持修改书签名称
Expand Down

0 comments on commit 01b81d5

Please sign in to comment.