merge fix

This commit is contained in:
Icy
2025-11-13 00:44:26 +08:00
parent b1fb8d98d0
commit 905c3ed8b4
31 changed files with 134 additions and 5226 deletions

View File

@@ -104,8 +104,8 @@ export default function AboutSection({ language }: AboutSectionProps) {
lines={[
'$ git clone https://github.com/tinkle-community/nofx.git',
'$ cd nofx',
'$ chmod +x scripts/start.sh',
'$ ./scripts/start.sh start --build',
'$ chmod +x start.sh',
'$ ./start.sh start --build',
t('startupMessages1', language),
t('startupMessages2', language),
t('startupMessages3', language),