Skip to content

Commit 85d743c

Browse files
wintbiitxhofe
andauthored
feat: add support for lark driver (#6475)
* feat: lark storage driver * feat: external view mode * limit lark targets * fix: missing package --------- Co-authored-by: Andy Hsu <i@nn.ci>
1 parent 5f60b51 commit 85d743c

File tree

7 files changed

+558
-1
lines changed

7 files changed

+558
-1
lines changed

drivers/lark.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// +build linux darwin
2+
// +build amd64 arm64
3+
4+
package drivers
5+
6+
import (
7+
_ "github.com/alist-org/alist/v3/drivers/lark"
8+
)

0 commit comments

Comments
 (0)