Skip to content

Commit

Permalink
添加chrome扩展 chrome-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
季洪俊 committed Sep 16, 2022
1 parent c289f13 commit 461bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/popup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(function () {
$(function () {
chrome.storage.sync.get('total', function (budget) {
$('#total').text(budget.total);
})
Expand Down

0 comments on commit 461bf57

Please sign in to comment.