Skip to content

Commit 73f6d0c

Browse files
committed
feat(ai): agents guide
1 parent ad7b45a commit 73f6d0c

129 files changed

Lines changed: 12553 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nuxt/app.config.mjs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
import { updateAppConfig } from '#app/config'
3+
import { defuFn } from 'defu'
4+
5+
const inlineConfig = {
6+
"nuxt": {}
7+
}
8+
9+
// Vite - webpack is handled directly in #app/config
10+
if (import.meta.hot) {
11+
import.meta.hot.accept((newModule) => {
12+
updateAppConfig(newModule.default)
13+
})
14+
}
15+
16+
import cfg0 from "E:/MCSLCode/MCServerLauncher-Future-Web/app.config.ts"
17+
18+
export default /*@__PURE__*/ defuFn(cfg0, inlineConfig)

.nuxt/components.d.ts

Lines changed: 1764 additions & 0 deletions
Large diffs are not rendered by default.

.nuxt/eslint.config.d.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import type { FlatConfigComposer } from "eslint-flat-config-utils"
2+
import { defineFlatConfigs } from "@nuxt/eslint-config/flat"
3+
import type { NuxtESLintConfigOptionsResolved } from "@nuxt/eslint-config/flat"
4+
5+
declare const configs: FlatConfigComposer
6+
declare const options: NuxtESLintConfigOptionsResolved
7+
declare const withNuxt: typeof defineFlatConfigs
8+
export default withNuxt
9+
export { withNuxt, defineFlatConfigs, configs, options }

.nuxt/eslint.config.mjs

Lines changed: 65 additions & 0 deletions
Large diffs are not rendered by default.

.nuxt/i18n.options.mjs

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
2+
// @ts-nocheck
3+
4+
5+
export const localeCodes = []
6+
7+
export const localeLoaders = {
8+
9+
}
10+
11+
export const vueI18nConfigs = [
12+
() => import("../i18n.config.ts?hash=bffaebcb&config=1" /* webpackChunkName: "i18n_config_bffaebcb" */)
13+
]
14+
15+
export const nuxtI18nOptions = {
16+
"experimental": {
17+
"localeDetector": "",
18+
"switchLocalePathLinkSSR": false,
19+
"autoImportTranslationFunctions": false
20+
},
21+
"bundle": {
22+
"compositionOnly": true,
23+
"runtimeOnly": false,
24+
"fullInstall": true,
25+
"dropMessageCompiler": false
26+
},
27+
"compilation": {
28+
"jit": true,
29+
"strictMessage": true,
30+
"escapeHtml": false
31+
},
32+
"customBlocks": {
33+
"defaultSFCLang": "json",
34+
"globalSFCScope": false
35+
},
36+
"vueI18n": "",
37+
"locales": [],
38+
"defaultLocale": "",
39+
"defaultDirection": "ltr",
40+
"routesNameSeparator": "___",
41+
"trailingSlash": false,
42+
"defaultLocaleRouteNameSuffix": "default",
43+
"strategy": "prefix_except_default",
44+
"lazy": false,
45+
"langDir": null,
46+
"detectBrowserLanguage": {
47+
"alwaysRedirect": false,
48+
"cookieCrossOrigin": false,
49+
"cookieDomain": null,
50+
"cookieKey": "i18n_redirected",
51+
"cookieSecure": false,
52+
"fallbackLocale": "",
53+
"redirectOn": "root",
54+
"useCookie": true
55+
},
56+
"differentDomains": false,
57+
"baseUrl": "",
58+
"dynamicRouteParams": false,
59+
"customRoutes": "page",
60+
"pages": {},
61+
"skipSettingLocaleOnNavigate": false,
62+
"types": "composition",
63+
"debug": false,
64+
"parallelPlugin": false,
65+
"multiDomainLocales": false,
66+
"i18nModules": []
67+
}
68+
69+
export const normalizedLocales = []
70+
71+
export const NUXT_I18N_MODULE_ID = "@nuxtjs/i18n"
72+
export const parallelPlugin = false
73+
export const isSSG = false
74+
75+
export const DEFAULT_DYNAMIC_PARAMS_KEY = "nuxtI18n"
76+
export const DEFAULT_COOKIE_KEY = "i18n_redirected"
77+
export const SWITCH_LOCALE_PATH_LINK_IDENTIFIER = "nuxt-i18n-slp"

.nuxt/imports.d.ts

Lines changed: 41 additions & 0 deletions
Large diffs are not rendered by default.

.nuxt/nuxt.d.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Generated by nuxi
2+
/// <reference types="@element-plus/nuxt" />
3+
/// <reference types="@vueuse/nuxt" />
4+
/// <reference types="@nuxtjs/i18n" />
5+
/// <reference types="@nuxtjs/eslint-module" />
6+
/// <reference types="@nuxt/eslint" />
7+
/// <reference types="@nuxt/devtools" />
8+
/// <reference types="@nuxt/telemetry" />
9+
/// <reference types="nuxt" />
10+
/// <reference path="types/app-defaults.d.ts" />
11+
/// <reference path="types/plugins.d.ts" />
12+
/// <reference path="types/build.d.ts" />
13+
/// <reference path="types/schema.d.ts" />
14+
/// <reference path="types/app.config.d.ts" />
15+
/// <reference types="vite/client" />
16+
/// <reference path="types/i18n-plugin.d.ts" />
17+
/// <reference types="vue-router" />
18+
/// <reference path="types/middleware.d.ts" />
19+
/// <reference path="types/layouts.d.ts" />
20+
/// <reference path="components.d.ts" />
21+
/// <reference path="imports.d.ts" />
22+
/// <reference path="types/imports.d.ts" />
23+
/// <reference path="schema/nuxt.schema.d.ts" />
24+
/// <reference path="types/nitro.d.ts" />
25+
/// <reference path="./eslint-typegen.d.ts" />
26+
27+
export {}

.nuxt/schema/nuxt.schema.d.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export interface NuxtCustomSchema {
2+
3+
}
4+
export type CustomAppConfig = Exclude<NuxtCustomSchema['appConfig'], undefined>
5+
type _CustomAppConfig = CustomAppConfig
6+
7+
declare module '@nuxt/schema' {
8+
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
9+
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
10+
interface CustomAppConfig extends _CustomAppConfig {}
11+
}
12+
13+
declare module 'nuxt/schema' {
14+
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
15+
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
16+
interface CustomAppConfig extends _CustomAppConfig {}
17+
}

.nuxt/schema/nuxt.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"id": "#"
3+
}

.nuxt/tsconfig.json

Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
// Generated by nuxi
2+
{
3+
"compilerOptions": {
4+
"paths": {
5+
"nitropack": [
6+
"../node_modules/.pnpm/nitropack@2.9.7_magicast@0.3.5_webpack-sources@3.2.3/node_modules/nitropack"
7+
],
8+
"defu": [
9+
"../node_modules/.pnpm/defu@6.1.4/node_modules/defu"
10+
],
11+
"h3": [
12+
"../node_modules/.pnpm/h3@1.13.0/node_modules/h3"
13+
],
14+
"consola": [
15+
"../node_modules/.pnpm/consola@3.2.3/node_modules/consola"
16+
],
17+
"ofetch": [
18+
"../node_modules/.pnpm/ofetch@1.4.0/node_modules/ofetch"
19+
],
20+
"@unhead/vue": [
21+
"../node_modules/.pnpm/@unhead+vue@1.11.7_vue@3.5.11_typescript@5.5.3_/node_modules/@unhead/vue"
22+
],
23+
"@nuxt/devtools": [
24+
"../node_modules/.pnpm/@nuxt+devtools@1.5.2_rollup@4.24.0_vite@5.4.8_@types+node@22.7.4_terser@5.34.1__vue@3.5.11_ty_vszotqjfmctmb7v7vefwcpkti4/node_modules/@nuxt/devtools"
25+
],
26+
"@vue/runtime-core": [
27+
"../node_modules/.pnpm/@vue+runtime-core@3.5.11/node_modules/@vue/runtime-core"
28+
],
29+
"@vue/compiler-sfc": [
30+
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.11/node_modules/@vue/compiler-sfc"
31+
],
32+
"vue-router": [
33+
"../node_modules/.pnpm/vue-router@4.4.5_vue@3.5.11_typescript@5.5.3_/node_modules/vue-router"
34+
],
35+
"vue-router/auto-routes": [
36+
"../node_modules/.pnpm/vue-router@4.4.5_vue@3.5.11_typescript@5.5.3_/node_modules/vue-router/vue-router-auto-routes"
37+
],
38+
"unplugin-vue-router/client": [
39+
"../node_modules/.pnpm/unplugin-vue-router@0.10.8_rollup@4.24.0_vue-router@4.4.5_vue@3.5.11_typescript@5.5.3___vue@3_na27oulzpll25oumhdqcajnwzm/node_modules/unplugin-vue-router/client"
40+
],
41+
"@nuxt/schema": [
42+
"../node_modules/.pnpm/@nuxt+schema@3.13.2_rollup@4.24.0_webpack-sources@3.2.3/node_modules/@nuxt/schema"
43+
],
44+
"nuxt": [
45+
"../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_eslint@9.11.1_jiti@2.1.2__ioredis@5.4.1__6cnuumjzuxbfmcavuhqogggg4a/node_modules/nuxt"
46+
],
47+
"~": [
48+
".."
49+
],
50+
"~/*": [
51+
"../*"
52+
],
53+
"@": [
54+
".."
55+
],
56+
"@/*": [
57+
"../*"
58+
],
59+
"~~": [
60+
".."
61+
],
62+
"~~/*": [
63+
"../*"
64+
],
65+
"@@": [
66+
".."
67+
],
68+
"@@/*": [
69+
"../*"
70+
],
71+
"assets": [
72+
"../assets"
73+
],
74+
"assets/*": [
75+
"../assets/*"
76+
],
77+
"public": [
78+
"../public"
79+
],
80+
"public/*": [
81+
"../public/*"
82+
],
83+
"#app": [
84+
"../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_eslint@9.11.1_jiti@2.1.2__ioredis@5.4.1__6cnuumjzuxbfmcavuhqogggg4a/node_modules/nuxt/dist/app"
85+
],
86+
"#app/*": [
87+
"../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_eslint@9.11.1_jiti@2.1.2__ioredis@5.4.1__6cnuumjzuxbfmcavuhqogggg4a/node_modules/nuxt/dist/app/*"
88+
],
89+
"vue-demi": [
90+
"../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_eslint@9.11.1_jiti@2.1.2__ioredis@5.4.1__6cnuumjzuxbfmcavuhqogggg4a/node_modules/nuxt/dist/app/compat/vue-demi"
91+
],
92+
"vue-i18n": [
93+
"../node_modules/.pnpm/vue-i18n@9.14.1_vue@3.5.11_typescript@5.5.3_/node_modules/vue-i18n/dist/vue-i18n"
94+
],
95+
"@intlify/shared": [
96+
"../node_modules/.pnpm/@intlify+shared@9.14.1/node_modules/@intlify/shared/dist/shared"
97+
],
98+
"@intlify/message-compiler": [
99+
"../node_modules/.pnpm/@intlify+message-compiler@9.14.1/node_modules/@intlify/message-compiler/dist/message-compiler"
100+
],
101+
"@intlify/core-base": [
102+
"../node_modules/.pnpm/@intlify+core-base@9.14.1/node_modules/@intlify/core-base/dist/core-base"
103+
],
104+
"@intlify/core": [
105+
"../node_modules/.pnpm/@intlify+core@9.14.1/node_modules/@intlify/core/dist/core.node"
106+
],
107+
"@intlify/utils/h3": [
108+
"../node_modules/.pnpm/@intlify+utils@0.12.0/node_modules/@intlify/utils/dist/h3"
109+
],
110+
"ufo": [
111+
"../node_modules/.pnpm/ufo@1.5.4/node_modules/ufo/dist/index"
112+
],
113+
"is-https": [
114+
"../node_modules/.pnpm/is-https@4.0.0/node_modules/is-https/dist/index"
115+
],
116+
"#i18n": [
117+
"../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.11_typescript@5.5.3__webpack-sources@3.2.3/node_modules/@nuxtjs/i18n/dist/runtime/composables/index"
118+
],
119+
"#vue-router": [
120+
"../node_modules/.pnpm/vue-router@4.4.5_vue@3.5.11_typescript@5.5.3_/node_modules/vue-router"
121+
],
122+
"#imports": [
123+
"./imports"
124+
],
125+
"#app-manifest": [
126+
"./manifest/meta/3838dd3e-2fa3-4155-bf7f-d57386eaa7c1.json"
127+
],
128+
"#build": [
129+
"."
130+
],
131+
"#build/*": [
132+
"./*"
133+
],
134+
"#components": [
135+
"./components"
136+
]
137+
},
138+
"esModuleInterop": true,
139+
"skipLibCheck": true,
140+
"target": "ESNext",
141+
"allowJs": true,
142+
"resolveJsonModule": true,
143+
"moduleDetection": "force",
144+
"isolatedModules": true,
145+
"verbatimModuleSyntax": true,
146+
"strict": true,
147+
"noUncheckedIndexedAccess": false,
148+
"forceConsistentCasingInFileNames": true,
149+
"noImplicitOverride": true,
150+
"module": "preserve",
151+
"noEmit": true,
152+
"lib": [
153+
"ESNext",
154+
"dom",
155+
"dom.iterable",
156+
"webworker"
157+
],
158+
"jsx": "preserve",
159+
"jsxImportSource": "vue",
160+
"types": [],
161+
"moduleResolution": "Bundler",
162+
"useDefineForClassFields": true,
163+
"noImplicitThis": true,
164+
"allowSyntheticDefaultImports": true
165+
},
166+
"include": [
167+
"./nuxt.d.ts",
168+
"../.config/nuxt.*",
169+
"../**/*",
170+
"../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.11_typescript@5.5.3__webpack-sources@3.2.3/node_modules/@nuxtjs/i18n/runtime",
171+
"../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.11_typescript@5.5.3__webpack-sources@3.2.3/node_modules/@nuxtjs/i18n/dist/runtime",
172+
"../node_modules/.pnpm/@nuxtjs+eslint-module@4.1.0_eslint@9.11.1_jiti@2.1.2__magicast@0.3.5_rollup@4.24.0_vite@5.4.8_qbzyvatektg6wgbawqxgk4gfhm/node_modules/@nuxtjs/eslint-module/runtime",
173+
"../node_modules/.pnpm/@nuxtjs+eslint-module@4.1.0_eslint@9.11.1_jiti@2.1.2__magicast@0.3.5_rollup@4.24.0_vite@5.4.8_qbzyvatektg6wgbawqxgk4gfhm/node_modules/@nuxtjs/eslint-module/dist/runtime",
174+
"../node_modules/.pnpm/@element-plus+nuxt@1.0.10_@element-plus+icons-vue@2.3.1_vue@3.5.11_typescript@5.5.3___element_kmwxuicd2a4dbqogzg2zloq4eu/node_modules/@element-plus/nuxt/runtime",
175+
"../node_modules/.pnpm/@element-plus+nuxt@1.0.10_@element-plus+icons-vue@2.3.1_vue@3.5.11_typescript@5.5.3___element_kmwxuicd2a4dbqogzg2zloq4eu/node_modules/@element-plus/nuxt/dist/runtime",
176+
"../node_modules/.pnpm/@nuxt+eslint@0.3.13_eslint-webpack-plugin@4.2.0_eslint@9.11.1_jiti@2.1.2__webpack@5.93.0_esbu_mjdfkmenqgeixwpieyaorewtea/node_modules/@nuxt/eslint/runtime",
177+
"../node_modules/.pnpm/@nuxt+eslint@0.3.13_eslint-webpack-plugin@4.2.0_eslint@9.11.1_jiti@2.1.2__webpack@5.93.0_esbu_mjdfkmenqgeixwpieyaorewtea/node_modules/@nuxt/eslint/dist/runtime",
178+
"../node_modules/.pnpm/@vueuse+nuxt@10.11.1_magicast@0.3.5_nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_esli_rlhnqu5gze7n26kc2hox4pistm/node_modules/@vueuse/nuxt/runtime",
179+
"../node_modules/.pnpm/@vueuse+nuxt@10.11.1_magicast@0.3.5_nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_esli_rlhnqu5gze7n26kc2hox4pistm/node_modules/@vueuse/nuxt/dist/runtime",
180+
"../node_modules/.pnpm/@nuxt+devtools@1.5.2_rollup@4.24.0_vite@5.4.8_@types+node@22.7.4_terser@5.34.1__vue@3.5.11_ty_vszotqjfmctmb7v7vefwcpkti4/node_modules/@nuxt/devtools/runtime",
181+
"../node_modules/.pnpm/@nuxt+devtools@1.5.2_rollup@4.24.0_vite@5.4.8_@types+node@22.7.4_terser@5.34.1__vue@3.5.11_ty_vszotqjfmctmb7v7vefwcpkti4/node_modules/@nuxt/devtools/dist/runtime",
182+
"../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.24.0_webpack-sources@3.2.3/node_modules/@nuxt/telemetry/runtime",
183+
"../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.24.0_webpack-sources@3.2.3/node_modules/@nuxt/telemetry/dist/runtime",
184+
".."
185+
],
186+
"exclude": [
187+
"../dist",
188+
"../node_modules",
189+
"../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_eslint@9.11.1_jiti@2.1.2__ioredis@5.4.1__6cnuumjzuxbfmcavuhqogggg4a/node_modules/nuxt/node_modules",
190+
"../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.11_typescript@5.5.3__webpack-sources@3.2.3/node_modules/@nuxtjs/i18n/runtime/server",
191+
"../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.11_typescript@5.5.3__webpack-sources@3.2.3/node_modules/@nuxtjs/i18n/dist/runtime/server",
192+
"../node_modules/.pnpm/@nuxtjs+eslint-module@4.1.0_eslint@9.11.1_jiti@2.1.2__magicast@0.3.5_rollup@4.24.0_vite@5.4.8_qbzyvatektg6wgbawqxgk4gfhm/node_modules/@nuxtjs/eslint-module/runtime/server",
193+
"../node_modules/.pnpm/@nuxtjs+eslint-module@4.1.0_eslint@9.11.1_jiti@2.1.2__magicast@0.3.5_rollup@4.24.0_vite@5.4.8_qbzyvatektg6wgbawqxgk4gfhm/node_modules/@nuxtjs/eslint-module/dist/runtime/server",
194+
"../node_modules/.pnpm/@element-plus+nuxt@1.0.10_@element-plus+icons-vue@2.3.1_vue@3.5.11_typescript@5.5.3___element_kmwxuicd2a4dbqogzg2zloq4eu/node_modules/@element-plus/nuxt/runtime/server",
195+
"../node_modules/.pnpm/@element-plus+nuxt@1.0.10_@element-plus+icons-vue@2.3.1_vue@3.5.11_typescript@5.5.3___element_kmwxuicd2a4dbqogzg2zloq4eu/node_modules/@element-plus/nuxt/dist/runtime/server",
196+
"../node_modules/.pnpm/@nuxt+eslint@0.3.13_eslint-webpack-plugin@4.2.0_eslint@9.11.1_jiti@2.1.2__webpack@5.93.0_esbu_mjdfkmenqgeixwpieyaorewtea/node_modules/@nuxt/eslint/runtime/server",
197+
"../node_modules/.pnpm/@nuxt+eslint@0.3.13_eslint-webpack-plugin@4.2.0_eslint@9.11.1_jiti@2.1.2__webpack@5.93.0_esbu_mjdfkmenqgeixwpieyaorewtea/node_modules/@nuxt/eslint/dist/runtime/server",
198+
"../node_modules/.pnpm/@vueuse+nuxt@10.11.1_magicast@0.3.5_nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_esli_rlhnqu5gze7n26kc2hox4pistm/node_modules/@vueuse/nuxt/runtime/server",
199+
"../node_modules/.pnpm/@vueuse+nuxt@10.11.1_magicast@0.3.5_nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@22.7.4_esli_rlhnqu5gze7n26kc2hox4pistm/node_modules/@vueuse/nuxt/dist/runtime/server",
200+
"../node_modules/.pnpm/@nuxt+devtools@1.5.2_rollup@4.24.0_vite@5.4.8_@types+node@22.7.4_terser@5.34.1__vue@3.5.11_ty_vszotqjfmctmb7v7vefwcpkti4/node_modules/@nuxt/devtools/runtime/server",
201+
"../node_modules/.pnpm/@nuxt+devtools@1.5.2_rollup@4.24.0_vite@5.4.8_@types+node@22.7.4_terser@5.34.1__vue@3.5.11_ty_vszotqjfmctmb7v7vefwcpkti4/node_modules/@nuxt/devtools/dist/runtime/server",
202+
"../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.24.0_webpack-sources@3.2.3/node_modules/@nuxt/telemetry/runtime/server",
203+
"../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.24.0_webpack-sources@3.2.3/node_modules/@nuxt/telemetry/dist/runtime/server",
204+
"../.output"
205+
]
206+
}

0 commit comments

Comments
 (0)