Skip to content

Commit

Permalink
新增chrome扩展
Browse files Browse the repository at this point in the history
  • Loading branch information
季洪俊 committed Sep 16, 2022
1 parent 6da4eda commit c289f13
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 c289f13

Please sign in to comment.