You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
OauthTokenURLstring`json:"oauth_token_url" default:"https://api.example.com/alist/dropbox/token"`// TODO: Replace this with a community hosted api endpoint
17
17
ClientIDstring`json:"client_id" required:"false" help:"Keep it empty if you don't have one"`
18
18
ClientSecretstring`json:"client_secret" required:"false" help:"Keep it empty if you don't have one"`
{Key: conf.OcrApi, Value: "https://api.nn.ci/ocr/file/json", Type: conf.TypeString, Group: model.GLOBAL}, // TODO: This can be replace by a community-hosted endpoint, see https://github.com/xhofe/ocr_api_server
158
+
{Key: conf.OcrApi, Value: "https://api.example.com/ocr/file/json", Type: conf.TypeString, Group: model.GLOBAL}, // TODO: This can be replace by a community-hosted endpoint, see https://github.com/xhofe/ocr_api_server
0 commit comments