mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-15 02:38:12 +01:00
fix swa
This commit is contained in:
parent
1708d85307
commit
de554a763c
14
v3/deploy.sh
Executable file
14
v3/deploy.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
npm run build
|
||||||
|
cd dist
|
||||||
|
ln -s pricing/index.html pricing.html
|
||||||
|
ln -s terms/index.html terms.html
|
||||||
|
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
|
||||||
|
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"
|
||||||
|
/bin/rm x
|
||||||
|
cd -
|
@ -13,6 +13,7 @@ const metadata = {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Swal from 'sweetalert2';
|
import Swal from 'sweetalert2';
|
||||||
|
import 'sweetalert2/dist/sweetalert2.min.css';
|
||||||
window['gotoBuy'] = function (redirectUrl) {
|
window['gotoBuy'] = function (redirectUrl) {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: 'Please Confirm',
|
title: 'Please Confirm',
|
||||||
@ -389,7 +390,8 @@ const metadata = {
|
|||||||
{
|
{
|
||||||
title: 'Ready!',
|
title: 'Ready!',
|
||||||
icon: 'tabler:check',
|
icon: 'tabler:check',
|
||||||
description: 'For detailed instructions, please refer to our <a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/">documentation</a>.',
|
description:
|
||||||
|
'For detailed instructions, please refer to our <a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/">documentation</a>.',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
|
Loading…
Reference in New Issue
Block a user