Skip to content

Commit

Permalink
fix: 修复一个隐藏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuntao committed Oct 25, 2024
1 parent dd44321 commit 21fd267
Show file tree
Hide file tree
Showing 27 changed files with 1,428 additions and 2,306 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
node-version: '18'

- name: Install dependencies
run: yarn install

- name: Build project
run: npm run build

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ yarn-error.log*
.env*.local

out/
build/
dist/

# plasmo
Expand Down
Binary file modified build/chrome-mv3-dev/icon128.plasmo.c11f39af.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/chrome-mv3-dev/icon16.plasmo.9f44d99c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/chrome-mv3-dev/icon32.plasmo.83dbbbab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/chrome-mv3-dev/icon48.plasmo.a78c509e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/chrome-mv3-dev/icon64.plasmo.15206795.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/chrome-mv3-dev/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"icons":{"16":"icon16.plasmo.9f44d99c.png","32":"icon32.plasmo.83dbbbab.png","48":"icon48.plasmo.a78c509e.png","64":"icon64.plasmo.15206795.png","128":"icon128.plasmo.c11f39af.png"},"manifest_version":3,"action":{"default_icon":{"16":"icon16.plasmo.9f44d99c.png","32":"icon32.plasmo.83dbbbab.png","48":"icon48.plasmo.a78c509e.png","64":"icon64.plasmo.15206795.png","128":"icon128.plasmo.c11f39af.png"},"default_popup":"popup.html"},"version":"0.0.1","author":"liujuntao123","name":"DEV | Bookmarks Artist","description":"A bookmarks manager for Chrome","permissions":["bookmarks"],"host_permissions":["https://*/*"],"chrome_url_overrides":{"bookmarks":"tabs/bookmarks.html"},"background":{"service_worker":"plasmo-default-background.c09905ea.js"},"content_security_policy":{"extension_pages":"script-src 'self' http://localhost;object-src 'self';"},"web_accessible_resources":[{"matches":["<all_urls>"],"resources":["__plasmo_hmr_proxy__"]}]}
{"icons":{"16":"icon16.plasmo.9f44d99c.png","32":"icon32.plasmo.83dbbbab.png","48":"icon48.plasmo.a78c509e.png","64":"icon64.plasmo.15206795.png","128":"icon128.plasmo.c11f39af.png"},"manifest_version":3,"action":{"default_icon":{"16":"icon16.plasmo.9f44d99c.png","32":"icon32.plasmo.83dbbbab.png","48":"icon48.plasmo.a78c509e.png","64":"icon64.plasmo.15206795.png","128":"icon128.plasmo.c11f39af.png"},"default_popup":"popup.html"},"version":"0.2.2","author":"liujuntao123","name":"DEV | Bookmarks Artist","description":"A bookmarks manager for Chrome","permissions":["bookmarks"],"host_permissions":["https://*/*"],"chrome_url_overrides":{"bookmarks":"tabs/bookmarks.html"},"background":{"service_worker":"plasmo-default-background.c09905ea.js"},"content_security_policy":{"extension_pages":"script-src 'self' http://localhost;object-src 'self';"},"web_accessible_resources":[{"matches":["<all_urls>"],"resources":["__plasmo_hmr_proxy__"]}]}
10 changes: 5 additions & 5 deletions build/chrome-mv3-dev/popup.7d3dc21e.js

Large diffs are not rendered by default.

2,814 changes: 1,406 additions & 1,408 deletions build/chrome-mv3-dev/tabs/bookmarks.f3fcb597.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome-mv3-dev/tabs/bookmarks.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Poke nimble hippo</title>
<title>Bookmarks Artist</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Expand Down
Binary file removed build/chrome-mv3-prod/icon128.plasmo.3c1ed2d2.png
Binary file not shown.
Binary file removed build/chrome-mv3-prod/icon16.plasmo.6c567d50.png
Binary file not shown.
Binary file removed build/chrome-mv3-prod/icon32.plasmo.76b92899.png
Binary file not shown.
Binary file removed build/chrome-mv3-prod/icon48.plasmo.aced7582.png
Binary file not shown.
Binary file removed build/chrome-mv3-prod/icon64.plasmo.8bb5e6e0.png
Binary file not shown.
1 change: 0 additions & 1 deletion build/chrome-mv3-prod/manifest.json

This file was deleted.

280 changes: 0 additions & 280 deletions build/chrome-mv3-prod/tabs/bookmarks.987d0388.js

This file was deleted.

1 change: 0 additions & 1 deletion build/chrome-mv3-prod/tabs/bookmarks.html

This file was deleted.

Loading

0 comments on commit 21fd267

Please sign in to comment.