change:换了背景图,去掉了固定服务器里写的sls

This commit is contained in:
2026-09-13 15:20:25 +08:00
parent 6fa9461d2d
commit 3cf55130a7
10 changed files with 216 additions and 87 deletions

View File

@ -18,7 +18,6 @@ type BaseWorld = {
export type WorldType = 'singleplayer' | 'server'
export type DisplayStatus = 'normal' | 'hidden' | 'favorite'
export const PROTECTED_SERVER_ADDRESS = 'slv4.starlight.cool'
export type SingleplayerWorld = BaseWorld & {
type: 'singleplayer'