Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 14ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
n

newapi

Recently created Least recently created Recently updated Least recently updated
LiuShen

LiuShen / NewAPI自定义主页代码

Last active 2 months ago html newapi template

NewAPI自定义主页代码,适配响应式,有设计,轻量,高效

0 0 1
1 <div class="bg-background text-foreground relative min-h-svh overflow-x-clip qy-home" data-qy-theme="light">
2 <style>
3 .qy-home {
4 --qy-bg: #fbfaf7;
5 --qy-bg-soft: rgba(255, 255, 255, 0.72);
6 --qy-bg-solid: rgba(255, 255, 255, 0.92);
7 --qy-text: #151a1f;
8 --qy-muted: #68717d;
9 --qy-faint: #8b96a5;
10 --qy-line: rgba(37, 45, 57, 0.1);