This commit is contained in:
LiBr
2026-04-13 18:10:44 +08:00
parent 4c0aa3bfc0
commit fb46b1ff9e
2 changed files with 8 additions and 2 deletions

View File

@@ -44,6 +44,13 @@ docker build -t sideload-web .
docker run -p 3000:3000 sideload-web docker run -p 3000:3000 sideload-web
``` ```
## Cloudflare
```bash
cd backend
bun run deploy
```
## Test ## Test
```bash ```bash
@@ -57,4 +64,3 @@ bun run test:frontend # frontend vitest suite (141 tests)
- [webmuxd](https://github.com/hack-different/webmuxd) - [webmuxd](https://github.com/hack-different/webmuxd)
- [zsign](https://github.com/nicehash/zsign) - [zsign](https://github.com/nicehash/zsign)
- [openssl-wasm](https://github.com/nicehash/openssl-wasm) - [openssl-wasm](https://github.com/nicehash/openssl-wasm)

View File

@@ -18,7 +18,7 @@ export function Header({ currentPage, onNavigate }: HeaderProps) {
className="flex items-center gap-2 text-[15px] font-semibold tracking-tight text-ink no-underline" className="flex items-center gap-2 text-[15px] font-semibold tracking-tight text-ink no-underline"
> >
<span className="inline-flex h-6 w-6 items-center justify-center rounded-md bg-ink text-[10px] font-bold text-white"> <span className="inline-flex h-6 w-6 items-center justify-center rounded-md bg-ink text-[10px] font-bold text-white">
A S
</span> </span>
Side Impactor Side Impactor
</a> </a>