Skip to content

Commit

Permalink
chore: test userscript meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 14, 2024
1 parent 15e9f5a commit 9020381
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/mini-css/dist/mini-css.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// @author author_name
// @icon https://vitejs.dev/logo.svg
// @match https://songe.li/*
// @tag 233
// @tag 456
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_registerMenuCommand
Expand Down
2 changes: 2 additions & 0 deletions playground/mini-css/dist/mini-css.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// @author author_name
// @icon https://vitejs.dev/logo.svg
// @match https://songe.li/*
// @tag 233
// @tag 456
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_registerMenuCommand
Expand Down
1 change: 1 addition & 0 deletions playground/mini-css/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
icon: 'https://vitejs.dev/logo.svg',
namespace: 'npm/vite-plugin-monkey',
match: ['https://songe.li/*'],
tag: ['tag1', 'tag2'],
},
build: {
metaFileName: true,
Expand Down

0 comments on commit 9020381

Please sign in to comment.