Skip to content

Commit 320ea25

Browse files
authored
Update useBrowserExtensions.ts
1 parent 18f1ed3 commit 320ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composables/useBrowserExtensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const useBrowserExtensions = () => {
1313
const fetchInstallCounts = async () => {
1414
try {
1515
// 这里使用模拟数据,实际项目中应该从后端API获取
16-
chromeInstalls.value = 710
16+
chromeInstalls.value = 730
1717
edgeInstalls.value = 1000
1818
firefoxInstalls.value = 60
1919
} catch (error) {

0 commit comments

Comments
 (0)