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 320ea25 commit 55e1247Copy full SHA for 55e1247
1 file changed
composables/useBrowserExtensions.ts
@@ -13,7 +13,7 @@ export const useBrowserExtensions = () => {
13
const fetchInstallCounts = async () => {
14
try {
15
// 这里使用模拟数据,实际项目中应该从后端API获取
16
- chromeInstalls.value = 730
+ chromeInstalls.value = 740
17
edgeInstalls.value = 1000
18
firefoxInstalls.value = 60
19
} catch (error) {
0 commit comments