Compare commits

2 Commits

Author SHA1 Message Date
4112bca029 Merge branch 'production' of https://gitea.miduway.space/levis/ebook into production
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m53s
2025-06-19 21:07:57 +04:00
46a59c7b91 fix 2025-06-18 10:04:01 +04:00
4 changed files with 65 additions and 134 deletions

5
.nuxt/nuxt.d.ts vendored
View File

@ -1,6 +1,7 @@
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/icon" /> /// <reference types="@nuxt/icon" />
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/image" /> /// <reference types="@nuxt/image" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@nuxtjs/tailwindcss" /> /// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@pinia/nuxt" /> /// <reference types="@pinia/nuxt" />
/// <reference types="@pinia/nuxt" /> /// <reference types="@pinia/nuxt" />
@ -25,4 +26,4 @@
/// <reference path="types/nitro.d.ts" /> /// <reference path="types/nitro.d.ts" />
/// <reference path="./eslint-typegen.d.ts" /> /// <reference path="./eslint-typegen.d.ts" />
export {} export {};

View File

@ -1,12 +1,28 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 6/19/2025, 4:53:06 PM // generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 6/19/2025, 4:53:06 PM
import "@nuxtjs/tailwindcss/config-ctx" import "@nuxtjs/tailwindcss/config-ctx";
import configMerger from "@nuxtjs/tailwindcss/merger"; import configMerger from "@nuxtjs/tailwindcss/merger";
import cfg2 from "./../../tailwind.config.ts"; import cfg2 from "./../../tailwind.config.ts";
const config = [ const config = [
{"content":{"files":["/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/plugins/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/composables/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/utils/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/app.config.{js,ts,mjs}"]}}, {
content: {
files: [
"/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/plugins/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/composables/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/utils/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/pages/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/app.config.{js,ts,mjs}",
],
},
},
{}, {},
cfg2 cfg2,
].reduce((acc, curr) => configMerger(acc, curr), {}); ].reduce((acc, curr) => configMerger(acc, curr), {});
const resolvedConfig = config; const resolvedConfig = config;

View File

@ -1,135 +1,57 @@
{ {
"compilerOptions": { "compilerOptions": {
"paths": { "paths": {
"nitropack/types": [ "nitropack/types": ["../node_modules/nitropack/types"],
"../node_modules/nitropack/types" "nitropack/runtime": ["../node_modules/nitropack/runtime"],
], "nitropack": ["../node_modules/nitropack"],
"nitropack/runtime": [ "defu": ["../node_modules/defu"],
"../node_modules/nitropack/runtime" "h3": ["../node_modules/h3"],
], "consola": ["../node_modules/consola"],
"nitropack": [ "ofetch": ["../node_modules/ofetch"],
"../node_modules/nitropack" "@unhead/vue": ["../node_modules/@unhead/vue"],
], "@nuxt/devtools": ["../node_modules/@nuxt/devtools"],
"defu": [ "@vue/runtime-core": ["../node_modules/@vue/runtime-core"],
"../node_modules/defu" "@vue/compiler-sfc": ["../node_modules/@vue/compiler-sfc"],
], "vue-router": ["../node_modules/vue-router"],
"h3": [
"../node_modules/h3"
],
"consola": [
"../node_modules/consola"
],
"ofetch": [
"../node_modules/ofetch"
],
"@unhead/vue": [
"../node_modules/@unhead/vue"
],
"@nuxt/devtools": [
"../node_modules/@nuxt/devtools"
],
"@vue/runtime-core": [
"../node_modules/@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../node_modules/@vue/compiler-sfc"
],
"vue-router": [
"../node_modules/vue-router"
],
"vue-router/auto-routes": [ "vue-router/auto-routes": [
"../node_modules/vue-router/vue-router-auto-routes" "../node_modules/vue-router/vue-router-auto-routes"
], ],
"unplugin-vue-router/client": [ "unplugin-vue-router/client": [
"../node_modules/unplugin-vue-router/client" "../node_modules/unplugin-vue-router/client"
], ],
"@nuxt/schema": [ "@nuxt/schema": ["../node_modules/@nuxt/schema"],
"../node_modules/@nuxt/schema" "nuxt": ["../node_modules/nuxt"],
], "vite/client": ["../node_modules/vite/client"],
"nuxt": [ "~": [".."],
"../node_modules/nuxt" "~/*": ["../*"],
], "@": [".."],
"vite/client": [ "@/*": ["../*"],
"../node_modules/vite/client" "~~": [".."],
], "~~/*": ["../*"],
"~": [ "@@": [".."],
".." "@@/*": ["../*"],
], "#shared": ["../shared"],
"~/*": [ "assets": ["../assets"],
"../*" "assets/*": ["../assets/*"],
], "public": ["../public"],
"@": [ "public/*": ["../public/*"],
".." "#app": ["../node_modules/nuxt/dist/app"],
], "#app/*": ["../node_modules/nuxt/dist/app/*"],
"@/*": [ "vue-demi": ["../node_modules/nuxt/dist/app/compat/vue-demi"],
"../*" "#image": ["../node_modules/@nuxt/image/dist/runtime"],
], "#image/*": ["../node_modules/@nuxt/image/dist/runtime/*"],
"~~": [ "pinia": ["../node_modules/pinia/dist/pinia"],
".." "#vue-router": ["../node_modules/vue-router"],
],
"~~/*": [
"../*"
],
"@@": [
".."
],
"@@/*": [
"../*"
],
"#shared": [
"../shared"
],
"assets": [
"../assets"
],
"assets/*": [
"../assets/*"
],
"public": [
"../public"
],
"public/*": [
"../public/*"
],
"#app": [
"../node_modules/nuxt/dist/app"
],
"#app/*": [
"../node_modules/nuxt/dist/app/*"
],
"vue-demi": [
"../node_modules/nuxt/dist/app/compat/vue-demi"
],
"#image": [
"../node_modules/@nuxt/image/dist/runtime"
],
"#image/*": [
"../node_modules/@nuxt/image/dist/runtime/*"
],
"pinia": [
"../node_modules/pinia/dist/pinia"
],
"#vue-router": [
"../node_modules/vue-router"
],
"#unhead/composables": [ "#unhead/composables": [
"../node_modules/nuxt/dist/head/runtime/composables/v3" "../node_modules/nuxt/dist/head/runtime/composables/v3"
], ],
"#imports": [ "#imports": ["./imports"],
"./imports"
],
"#app-manifest": [ "#app-manifest": [
"./manifest/meta/f4dfbb73-66a7-4162-b534-4c8db9f3aa74.json" "./manifest/meta/f4dfbb73-66a7-4162-b534-4c8db9f3aa74.json"
], ],
"#components": [ "#components": ["./components"],
"./components" "#build": ["."],
], "#build/*": ["./*"]
"#build": [
"."
],
"#build/*": [
"./*"
]
}, },
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
@ -145,12 +67,7 @@
"noImplicitOverride": true, "noImplicitOverride": true,
"module": "preserve", "module": "preserve",
"noEmit": true, "noEmit": true,
"lib": [ "lib": ["ESNext", "dom", "dom.iterable", "webworker"],
"ESNext",
"dom",
"dom.iterable",
"webworker"
],
"jsx": "preserve", "jsx": "preserve",
"jsxImportSource": "vue", "jsxImportSource": "vue",
"types": [], "types": [],

View File

@ -13,6 +13,3 @@
<NuxtPage /> <NuxtPage />
</NuxtLayout> </NuxtLayout>
</template> </template>
<script setup lang="ts">
const route = useRoute();
</script>