Skip to content

Commit

Permalink
chore: 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Sep 3, 2024
1 parent 13237c4 commit 1eeccc3
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 99 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- 优化:设置面板 UI 样式升级
- 新增:插件内置论坛主题风格
102 changes: 55 additions & 47 deletions dist/linuxdo-scripts.user.js

Large diffs are not rendered by default.

102 changes: 55 additions & 47 deletions linuxdo-scripts.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linuxdo-scripts",
"version": "0.3.16",
"version": "0.3.17",
"author": "dlzmoe",
"description": "An enhanced script for the linux.do forum",
"type": "module",
Expand Down
14 changes: 13 additions & 1 deletion src/components/CustomText/MenuOtherCss.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<template>
<div class="item">
<div class="tit">{{ sort }}. 自定义 CSS(支持 import 引入第三方样式文件)</div>
<div class="tit">
{{ sort }}. 自定义 CSS(支持 import 引入第三方样式文件)
<a
href="https://github.com/dlzmoe/linuxdo-scripts/tree/main/src/styles"
target="_blank"
>
查看主题列表
</a>
</div>
</div>
<textarea v-model="textarea" @input="handleChange" placeholder="body{font-size:16px;}">
</textarea>
Expand Down Expand Up @@ -43,5 +51,9 @@ export default {
<style lang="less" scoped>
.item {
border: none !important;
a:hover {
text-decoration: underline;
}
}
</style>
File renamed without changes.
4 changes: 2 additions & 2 deletions src/styles/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 插件内置论坛主题

```
@import url(https://raw.githubusercontent.com/dlzmoe/linuxdo-scripts/main/src/styles/1.less)
```
@import url(https://raw.githubusercontent.com/dlzmoe/linuxdo-scripts/main/src/styles/1.css)
```
4 changes: 4 additions & 0 deletions version-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.17

- 新增:插件内置论坛主题风格

## 0.3.16

- 优化:设置面板 UI 样式升级
Expand Down

0 comments on commit 1eeccc3

Please sign in to comment.