Compare commits
3
Commits
bf9b095b27
..
v0.7.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e4882379a | ||
|
|
bb5b8cf012 | ||
|
|
3c0891fe94 |
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "uvpn.shop",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"postbuild": "scp -r dist root@uvpn.shop:/opt/uvpn.shop"
|
||||
"postbuild": "scp -r dist/* root@uvpn.shop:/opt/uvpn.shop/frontend"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lucide/vue": "^1.16.0",
|
||||
|
||||
@@ -22,11 +22,7 @@
|
||||
Попробовать бесплатно
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<IpSecurity />
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import IpSecurity from './IpSecurity.vue';
|
||||
</script>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<template>
|
||||
|
||||
<IpSecurity />
|
||||
|
||||
<section id="hero" class="relative overflow-hidden px-6 py-16 md:py-24 md:px-12">
|
||||
<!-- Контейнер для параллакс-фона -->
|
||||
<div class="parallax-bg absolute inset-0 z-0"></div>
|
||||
@@ -38,6 +41,7 @@
|
||||
<script setup>
|
||||
import { Zap } from '@lucide/vue'
|
||||
import Hero3D from './Hero3D.vue'
|
||||
import IpSecurity from './IpSecurity.vue';
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user