Skip to content

Commit

Permalink
release(v1.3.0): change all NPC to GPTs & support request url
Browse files Browse the repository at this point in the history
1. outputs support type html
2. node type support url
3. func support Jquery & Readability, func scope is window.
  • Loading branch information
10cl committed Nov 30, 2023
1 parent f484a72 commit f56f771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineManifest(async (env) => {
name: '__MSG_appName__',
description: '__MSG_appDesc__',
default_locale: 'en',
version: '1.2.3',
version: '1.3.0',
icons: {
'16': 'src/assets/icon.png',
'32': 'src/assets/icon.png',
Expand Down
2 changes: 1 addition & 1 deletion src/assets/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit f56f771

Please sign in to comment.