Skip to content

Commit 2f5a39b

Browse files
authored
Update useBrowserExtensions.ts
1 parent f0d4bc5 commit 2f5a39b

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 = 770
16+
// chromeInstalls.value = 780
1717
// edgeInstalls.value = 1000
1818
// firefoxInstalls.value = 70
1919
} catch (error) {

0 commit comments

Comments
 (0)