scriptcat icon indicating copy to clipboard operation
scriptcat copied to clipboard

油猴API重构

Open CodFrm opened this issue 3 years ago • 1 comments

还未完成的

  • [ ] GM_download
  • [ ] GM_setClipboard
  • [ ] GM_cookie
  • [ ] GM_getCookieStore

这两个需要popup页面的配合,延期处理

  • [ ] GM_registerMenuCommand
  • [ ] GM_unregisterMenuCommand

CodFrm avatar Oct 07 '22 16:10 CodFrm

Codecov Report

Base: 44.50% // Head: 64.80% // Increases project coverage by +20.30% :tada:

Coverage data is based on head (6f15df6) compared to base (0956276). Patch coverage: 72.16% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #96       +/-   ##
===========================================
+ Coverage   44.50%   64.80%   +20.30%     
===========================================
  Files          30       38        +8     
  Lines        1492     2134      +642     
  Branches      349      504      +155     
===========================================
+ Hits          664     1383      +719     
+ Misses        828      751       -77     
Impacted Files Coverage Δ
src/app/service/script/event.ts 7.54% <0.00%> (ø)
src/runtime/content/utils.ts 30.08% <0.00%> (-1.55%) :arrow_down:
src/runtime/content/content.ts 20.58% <20.58%> (ø)
src/runtime/content/gm_api.ts 67.65% <63.42%> (+29.13%) :arrow_up:
src/app/logger/logger.ts 71.11% <75.00%> (+19.68%) :arrow_up:
src/runtime/background/gm_api.ts 79.10% <77.41%> (+51.98%) :arrow_up:
src/runtime/background/utils.ts 67.94% <78.12%> (+59.25%) :arrow_up:
pkg/chrome-extension-mock/notifications.ts 92.59% <92.59%> (ø)
src/app/service/hook.ts 95.45% <95.45%> (+45.45%) :arrow_up:
pkg/chrome-extension-mock/cookies.ts 100.00% <100.00%> (ø)
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Oct 07 '22 17:10 codecov-commenter