File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - refactor(bookmark): 重构收藏夹侧边栏结构与样式
2- - chore(i18n): 删除所有语言的 README 文档
3- - feat(popupviews): 优化热门话题与最新话题标题格式化
1+ - feat: 切换下拉菜单模式显示自定义快捷回复
2+ - feat: 是否自动打开外链(请谨慎操作,避免打开恶意链接)
Original file line number Diff line number Diff line change 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): 重构收藏夹侧边栏结构与样式
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ import pkg from './package.json';
33
44// See https://wxt.dev/api/config.html
55export 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 : {
You can’t perform that action at this time.
0 commit comments