File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ( ) {
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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/*' ] ,
You can’t perform that action at this time.
0 commit comments