Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3b94c23
update github action
SYM01 Oct 20, 2024
e8467f8
minor change to System profile
SYM01 Oct 20, 2024
6426011
Build(deps): Bump nanoid from 3.3.7 to 3.3.8 (#21)
dependabot[bot] Jan 13, 2025
8292e79
Avoid blocking 401 authentication request (#22) (#23)
SYM01 Jan 14, 2025
ca949f6
Support Firefox (#18)
SYM01 Jan 17, 2025
33c0d0e
[i18n] Updates for file public/_locales/en/messages.json (#25)
transifex-integration[bot] Jan 17, 2025
1beabb4
Merge branch 'main' into develop
SYM01 Jan 17, 2025
ca27aed
sentry integration (#29)
SYM01 Jan 25, 2025
accb03b
[WIP] support exporting
SYM01 Jan 25, 2025
654f865
[WIP] support import/export settings (#7)
SYM01 Jan 28, 2025
8f048df
Support import/export profiles and close #7 (#30)
SYM01 Feb 6, 2025
29f8506
Merge remote-tracking branch 'origin/main' into develop
SYM01 Feb 6, 2025
76f9233
optimized description
SYM01 Feb 6, 2025
9abae03
[i18n] Updates for file public/_locales/en/messages.json (#32)
transifex-integration[bot] Feb 6, 2025
204d459
fix an import issue (#33) (#35)
SYM01 Feb 18, 2025
438b9e4
Merge branch 'main' into develop
SYM01 Feb 18, 2025
fd571be
optimized sentry release
SYM01 Feb 19, 2025
9b10c01
Optimize Development Flow (#37)
SYM01 Mar 1, 2025
5c61a9b
UX improvement and close #28 (#38)
SYM01 Mar 16, 2025
d688606
[i18n] Updates for file public/_locales/en/messages.json (#40)
transifex-integration[bot] Mar 16, 2025
4213518
Support Authentication in Auto Switch Profiles, fixing #34 (#45)
SYM01 Jun 8, 2025
ea212a1
Merge remote-tracking branch 'origin/main' into develop
SYM01 Jun 8, 2025
1ae0b96
Support Profile Detection for the Auto Profiles (#42) (#50)
SYM01 Dec 7, 2025
beef074
Merge remote-tracking branch 'origin/main' into develop
SYM01 Dec 7, 2025
37491ce
[i18n] Updates for file public/_locales/en/messages.json (#52)
transifex-integration[bot] Dec 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399

export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AAlert: typeof import('@arco-design/web-vue')['Alert']
AButton: typeof import('@arco-design/web-vue')['Button']
AButtonGroup: typeof import('@arco-design/web-vue')['ButtonGroup']
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
Expand Down Expand Up @@ -39,10 +44,12 @@ declare module 'vue' {
ASelect: typeof import('@arco-design/web-vue')['Select']
ASpace: typeof import('@arco-design/web-vue')['Space']
ATable: typeof import('@arco-design/web-vue')['Table']
ATag: typeof import('@arco-design/web-vue')['Tag']
ATextarea: typeof import('@arco-design/web-vue')['Textarea']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
ATypographyParagraph: typeof import('@arco-design/web-vue')['TypographyParagraph']
ATypographyText: typeof import('@arco-design/web-vue')['TypographyText']
AutoModeActionBar: typeof import('./src/components/AutoModeActionBar.vue')['default']
AutoSwitchInput: typeof import('./src/components/configs/AutoSwitchInput.vue')['default']
AutoSwitchPacPreview: typeof import('./src/components/configs/AutoSwitchPacPreview.vue')['default']
PreferencePage: typeof import('./src/components/PreferencePage.vue')['default']
Expand Down
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
},

"host_permissions": ["<all_urls>"],
"permissions": ["storage", "proxy", "webRequest", "webRequestAuthProvider"]
"permissions": [
"storage",
"proxy",
"webRequest",
"webRequestAuthProvider",
"activeTab"
]
}
Loading