Skip to content

Commit ecfe0aa

Browse files
authored
Update useBrowserExtensions.ts
1 parent e08fd54 commit ecfe0aa

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
@@ -5,7 +5,7 @@ export const useBrowserExtensions = () => {
55
const edgeUrl = 'https://microsoftedge.microsoft.com/addons/detail/lnfifinboijcjoalhfiaelocbipmfbje'
66
const firefoxUrl = 'https://addons.mozilla.org/en-US/firefox/addon/%E5%85%AC%E4%BC%97%E5%8F%B7%E6%96%87%E7%AB%A0%E7%BC%96%E8%BE%91%E5%99%A8/'
77

8-
const chromeInstalls = ref(850)
8+
const chromeInstalls = ref(860)
99
const edgeInstalls = ref(1000)
1010
const firefoxInstalls = ref(70)
1111

0 commit comments

Comments
 (0)