From 7c35dc7cf72353b5beacda7c955a74c44ffc38ba Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 20 Jul 2025 16:39:21 +0800 Subject: [PATCH] Update doc. --- doc/comic_source.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/comic_source.md b/doc/comic_source.md index 4ddecd1..dd4c959 100644 --- a/doc/comic_source.md +++ b/doc/comic_source.md @@ -13,6 +13,14 @@ This document will describe how to write a comic source for Venera. Venera can display a list of comic sources in the app. +You can use the following repo url: +``` +https://git.nyne.dev/nyne/venera-configs/raw/branch/main/index.json +``` +The repo is maintained by the Venera team. + +> The link is a mirror of the original repo. To contribute your comic source, please visit the [original repo](https://github.com/venera-app/venera-configs) + You should provide a repository url to let the app load the comic source list. The url should point to a JSON file that contains the list of comic sources. @@ -33,12 +41,6 @@ The JSON file should have the following format: Only one of `url` and `filename` should be provided. The description field is optional. -Currently, you can use the following repo url: -``` -https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/index.json -``` -The repo is maintained by the Venera team, and you can submit a pull request to add your comic source. - ## Create a Comic Source ### Preparation