This commit is contained in:
wood chen 2024-09-21 15:43:50 +08:00
commit 1f452aa3a5
2 changed files with 14 additions and 1 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@ -1,5 +1,7 @@
# Random API
一些介绍: https://q58.org/t/topic/127
Random API 是一个用 Go 语言编写的简单而强大的随机图片/视频 API 服务。它允许用户通过配置文件轻松管理和提供随机媒体内容。
## 特性
@ -105,4 +107,4 @@ location ^~ / {
## 许可
[MIT License](LICENSE)
[MIT License](LICENSE)