Skip to content

Commit

Permalink
feat: add support for lark driver (#6475)
Browse files Browse the repository at this point in the history
* feat: lark storage driver

* feat: external view mode

* limit lark targets

* fix: missing package

---------

Co-authored-by: Andy Hsu <i@nn.ci>
  • Loading branch information
wintbiit and xhofe committed May 22, 2024
1 parent 5f60b51 commit 85d743c
Show file tree
Hide file tree
Showing 7 changed files with 558 additions and 1 deletion.
8 changes: 8 additions & 0 deletions drivers/lark.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// +build linux darwin
// +build amd64 arm64

package drivers

import (
_ "github.com/alist-org/alist/v3/drivers/lark"
)
Loading

0 comments on commit 85d743c

Please sign in to comment.