Skip to content

Commit b78b32c

Browse files
committed
up-gesf-note. 2025-09-08
1 parent fb4cd65 commit b78b32c

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

dist/gesf-note.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @name gesf-note
2+
// @name 「水水」GesF-Note
33
// @namespace com.wdssmq.gesf-note
44
// @version 1.0.0
55
// @author 沉冰浮水
@@ -51,8 +51,9 @@ subtree: true
5151
"firstRun": true,
5252
"lastIssue": {
5353
number: -1,
54-
up: -1
55-
}
54+
updated_at: ""
55+
},
56+
up: -1
5657
},
5758
data: {},
5859
save: function() {

packages/gesf-note/src/_config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ const _config = {
1313
"firstRun": true,
1414
"lastIssue": {
1515
number: -1,
16-
up: -1,
17-
}
16+
updated_at: "",
17+
},
18+
up: -1,
1819
},
1920
data: {} as Record<string, any>,
2021
save: function() {

packages/gesf-note/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
1919
"noImplicitReturns": true,
20-
"skipLibCheck": true,
21-
"baseUrl": "./",
22-
"paths": {
23-
"@/*": [
24-
"src/*"
25-
]
26-
}
20+
"skipLibCheck": true
2721
},
2822
"include": [
2923
"src"

packages/gesf-note/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineConfig({
88
entry: 'src/main.ts',
99
userscript: {
1010
// icon: 'https://vitejs.dev/logo.svg',
11+
name: '「水水」GesF-Note',
1112
author: '沉冰浮水',
1213
description: '收集各种作品信息发送至 GitHub Issues',
1314
match: ['https://www.bilibili.com/video/*'],

0 commit comments

Comments
 (0)