diff --git a/index.html b/index.html index d1b96855..7233a4aa 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vitesse Lite + LoveTravelLive @@ -13,7 +13,7 @@
Please enable JavaScript to use this application.
- - diff --git a/src/components/TheFooter.vue b/src/components/TheFooter.vue deleted file mode 100644 index 8524d564..00000000 --- a/src/components/TheFooter.vue +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/src/components/TheInput.vue b/src/components/TheInput.vue deleted file mode 100644 index 928a9ef5..00000000 --- a/src/components/TheInput.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/src/pages/README.md b/src/pages/README.md deleted file mode 100644 index 929b7c9d..00000000 --- a/src/pages/README.md +++ /dev/null @@ -1,20 +0,0 @@ -## File-based Routing - -Routes will be auto-generated for Vue files in this dir with the same file structure. -Check out [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) for more details. - -### Path Aliasing - -`~/` is aliased to `./src/` folder. - -For example, instead of having - -```ts -import { isDark } from '../../../../composables' -``` - -now, you can use - -```ts -import { isDark } from '~/composables' -``` diff --git a/src/pages/hi/[name].vue b/src/pages/hi/[name].vue deleted file mode 100644 index 0cb09053..00000000 --- a/src/pages/hi/[name].vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/src/pages/index.vue b/src/pages/index.vue index 0d6fdb89..28430d58 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -2,45 +2,10 @@ defineOptions({ name: 'IndexPage', }) - -const name = ref('') - -const router = useRouter() -function go() { - if (name.value) - router.push(`/hi/${encodeURIComponent(name.value)}`) -} diff --git a/src/pages/privacy.vue b/src/pages/privacy.vue new file mode 100644 index 00000000..5fbcece7 --- /dev/null +++ b/src/pages/privacy.vue @@ -0,0 +1,435 @@ + + + + + diff --git a/src/pages/users.vue b/src/pages/users.vue new file mode 100644 index 00000000..6d3b25eb --- /dev/null +++ b/src/pages/users.vue @@ -0,0 +1,542 @@ + + + + +