We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9454b35 commit 18f1ed3Copy full SHA for 18f1ed3
1 file changed
composables/useBrowserExtensions.ts
@@ -13,7 +13,7 @@ export const useBrowserExtensions = () => {
13
const fetchInstallCounts = async () => {
14
try {
15
// 这里使用模拟数据,实际项目中应该从后端API获取
16
- chromeInstalls.value = 690
+ chromeInstalls.value = 710
17
edgeInstalls.value = 1000
18
firefoxInstalls.value = 60
19
} catch (error) {
0 commit comments