mizuhara37/dsh-nene-theme

Skin ⭐ 0 NOASSERTION web-ui

Install

dsh-nene-theme/
├── package.json       # dsh.bundle(profile 层)+ dsh.client(浏览器半)声明
├── cordis.patch.yml   # 插入 { id: nene-theme, name: 'dsh-nene-theme' } 行
├── tsconfig.json
├── src/
│   ├── index.ts       # Node 半(纯客户端包为空 apply)
│   ├── client.tsx     # 浏览器半(主题逻辑)
│   └── assets.d.ts    # 图片 ?inline 导入类型声明
└── assets/
    ├── 1.webp         # 默认立绘
    ├── 2.webp         # 默认白天背景
    └── 3.webp         # 默认夜间背景

Add mizuhara37/dsh-nene-theme to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.