feat: url cleaner exceptions keep-all and defaults reset

This commit is contained in:
2026-02-27 06:48:39 +00:00
parent 4c2d423715
commit a0346a64f0
4 changed files with 640 additions and 13 deletions

View File

@@ -55,10 +55,6 @@ const showModal = ref(false)
<style scoped>
.extension-status {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;