Skip to content

Commit 7107ef8

Browse files
committed
frature: support webdav
1 parent fb0d35a commit 7107ef8

23 files changed

+4946
-2554
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Bash(git stash show:*)",
66
"Bash(git stash:*)",
77
"Bash(git add:*)",
8-
"Bash(git commit:*)"
8+
"Bash(git commit:*)",
9+
"Bash(git checkout:*)"
910
],
1011
"deny": [],
1112
"ask": []

deploy/zip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function zipFoldersAndFiles(folders, files, targetZip) {
5151
const foldersToZip = ['dist', 'assets', 'lib'];
5252
const filesToZip = [
5353
'popup.html',
54-
'options.html',
5554
'LICENSE',
5655
'manifest.json',
5756
'PRIVACY POLICY.md',

0 commit comments

Comments
 (0)