Skip to content

Commit

Permalink
fix: 更新 icon 图标
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Dec 10, 2024
1 parent f6c4635 commit 4de4544
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- fix: 更新了一批图标 svg
- fix: 更新 icon 图标
6 changes: 3 additions & 3 deletions dist/linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// ==UserScript==
// @name linuxdo 增强插件
// @namespace https://github.com/dlzmoe/linuxdo-scripts
// @version 0.4.2
// @version 0.4.3
// @author dlzmoe
// @description linux.do 增强插件,功能持续更新,欢迎提出新想法!
// @license Apache-2.0
// @icon https://cdn.linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png
// @icon https://linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png
// @match *://linux.do/*
// @require https://unpkg.com/vue@3.5.12/dist/vue.global.prod.js
// @require https://unpkg.com/jquery@3.7.1/dist/jquery.min.js
Expand All @@ -22,7 +22,7 @@
'use strict';

const name = "linuxdo-scripts";
const version = "0.4.2";
const version = "0.4.3";
const author = "dlzmoe";
const description = "An enhanced script for the linux.do forum";
const type = "module";
Expand Down
6 changes: 3 additions & 3 deletions linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// ==UserScript==
// @name linuxdo 增强插件
// @namespace https://github.com/dlzmoe/linuxdo-scripts
// @version 0.4.2
// @version 0.4.3
// @author dlzmoe
// @description linux.do 增强插件,功能持续更新,欢迎提出新想法!
// @license Apache-2.0
// @icon https://cdn.linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png
// @icon https://linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png
// @match *://linux.do/*
// @require https://unpkg.com/vue@3.5.12/dist/vue.global.prod.js
// @require https://unpkg.com/jquery@3.7.1/dist/jquery.min.js
Expand All @@ -26,7 +26,7 @@
}

const name = "linuxdo-scripts";
const version = "0.4.2";
const version = "0.4.3";
const author = "dlzmoe";
const description = "An enhanced script for the linux.do forum";
const type = "module";
Expand Down
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.4.2",
"version": "0.4.3",
"author": "dlzmoe",
"description": "An enhanced script for the linux.do forum",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions version-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3

- fix: 更新 icon 图标

## 0.4.2

- fix: 更新了一批图标 svg
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
monkey({
entry: 'src/main.js',
userscript: {
icon: 'https://cdn.linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png',
icon: 'https://linux.do/uploads/default/optimized/3X/9/d/9dd49731091ce8656e94433a26a3ef36062b3994_2_32x32.png',
name: "linuxdo 增强插件",
namespace: 'https://github.com/dlzmoe/linuxdo-scripts',
description: "linux.do 增强插件,功能持续更新,欢迎提出新想法!",
Expand Down

0 comments on commit 4de4544

Please sign in to comment.