fix zh and add more to compatible with v2

This commit is contained in:
rustdesk
2024-10-15 00:43:53 +08:00
parent de554a763c
commit fdc0973f15
13 changed files with 1454 additions and 2 deletions

View File

@@ -6,7 +6,10 @@
ln -s success/index.html success.html
ln -s cancel/index.html cancel.html
ln -s privacy/index.html privacy.html
ln -s about/index.html about.html
ln -s team/index.html team.html
ln -s careers/index.html careers.html
ln -s open-source/index.html open-source.html
cp -rf ../zh ./
tar czf x *
scp x ot:/tmp/
ssh ot "sudo tar xzf /tmp/x -C /var/www/html/v3 && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/v3 -R"