Skip to content

Commit 55e1247

Browse files
authored
Update useBrowserExtensions.ts
1 parent 320ea25 commit 55e1247

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

0 commit comments

Comments
 (0)