mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-09-07 21:36:23 +00:00
π ζ΄ζ°ζζιΎζ₯θ³ζ°ηεε "liteyuki.org"
Some checks failed
Docker Image Build / build (push) Failing after 7s
Pre-commit checks / pre-commit (3.11) (push) Failing after 1m57s
Deploy VitePress site to Liteyuki PaaS / build (push) Failing after 2m14s
Pre-commit checks / pre-commit (3.13) (push) Failing after 3m21s
Pre-commit checks / pre-commit (3.12) (push) Failing after 3m23s
Pre-commit checks / pre-commit (3.10) (push) Failing after 14m32s
Some checks failed
Docker Image Build / build (push) Failing after 7s
Pre-commit checks / pre-commit (3.11) (push) Failing after 1m57s
Deploy VitePress site to Liteyuki PaaS / build (push) Failing after 2m14s
Pre-commit checks / pre-commit (3.13) (push) Failing after 3m21s
Pre-commit checks / pre-commit (3.12) (push) Failing after 3m23s
Pre-commit checks / pre-commit (3.10) (push) Failing after 14m32s
This commit is contained in:
@ -2,14 +2,14 @@
|
||||
export const OWNER = "LiteyukiStudio"
|
||||
export const REPO = "LiteyukiBot"
|
||||
const githubAPIUrl = "https://api.github.com"
|
||||
const giteaAPIUrl = "https://git.liteyuki.icu/api/v1"
|
||||
const onlineFetchUrl = "https://api.liteyuki.icu/online";
|
||||
const totalFetchUrl = "https://api.liteyuki.icu/count";
|
||||
const visitRecordUrl = "https://api.liteyuki.icu/visit";
|
||||
const visitCountUrl = "https://api.liteyuki.icu/visit_count";
|
||||
const giteaAPIUrl = "https://git.liteyuki.org/api/v1"
|
||||
const onlineFetchUrl = "https://api.liteyuki.org/online";
|
||||
const totalFetchUrl = "https://api.liteyuki.org/count";
|
||||
const visitRecordUrl = "https://api.liteyuki.org/visit";
|
||||
const visitCountUrl = "https://api.liteyuki.org/visit_count";
|
||||
|
||||
export const RepoUrl = `https://github.com/${OWNER}/${REPO}`
|
||||
export const StarMapUrl = "https://starmap.liteyuki.icu"
|
||||
export const StarMapUrl = "https://starmap.liteyuki.org"
|
||||
|
||||
type GithubStats = {
|
||||
stars: number;
|
||||
|
Reference in New Issue
Block a user