Skip to content

Commit 18f1ed3

Browse files
authored
Update useBrowserExtensions.ts
feat: update installs of chrome
1 parent 9454b35 commit 18f1ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 690
16+
chromeInstalls.value = 710
1717
edgeInstalls.value = 1000
1818
firefoxInstalls.value = 60
1919
} catch (error) {

0 commit comments

Comments
 (0)