Skip to content

Commit 2a801ba

Browse files
committed
chore: 更新版本号至1.5.25并清理配置文件 #306 #308
1 parent 6309f5e commit 2a801ba

4 files changed

Lines changed: 10 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
- refactor(bookmark): 重构收藏夹侧边栏结构与样式
2-
- chore(i18n): 删除所有语言的 README 文档
3-
- feat(popupviews): 优化热门话题与最新话题标题格式化
1+
- feat: 切换下拉菜单模式显示自定义快捷回复
2+
- feat: 是否自动打开外链(请谨慎操作,避免打开恶意链接)

docs/docs/version-log.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog / 更新日志
22

3+
## 1.5.25
4+
5+
- feat: 切换下拉菜单模式显示自定义快捷回复
6+
- feat: 是否自动打开外链(请谨慎操作,避免打开恶意链接)
7+
8+
https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.25
9+
310
## 1.5.24
411

512
- refactor(bookmark): 重构收藏夹侧边栏结构与样式

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "linuxdo-scripts",
33
"description": "manifest.json description",
4-
"private": true,
5-
"version": "1.5.24",
4+
"version": "1.5.25",
65
"type": "module",
76
"scripts": {
87
"dev": "wxt",

wxt.config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ import pkg from './package.json';
33

44
// See https://wxt.dev/api/config.html
55
export default defineConfig({
6-
vite: () => ({
7-
css: {
8-
preprocessorOptions: {
9-
less: {
10-
modifyVars: {
11-
'arcoblue-6': '#2C3E50',
12-
},
13-
},
14-
},
15-
},
16-
}),
176
extensionApi: 'chrome',
187
modules: ['@wxt-dev/module-vue'],
198
manifest: {

0 commit comments

Comments
 (0)