nuxt-og-image 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +9 -9
- package/README.md +75 -75
- package/dist/client/200.html +25 -22
- package/dist/client/404.html +25 -22
- package/dist/client/_nuxt/BCzYJAay.js +1 -0
- package/dist/client/_nuxt/{BeUwqJEY.js → BD9UVO-6.js} +1 -1
- package/dist/client/_nuxt/BIguuW30.js +1 -0
- package/dist/client/_nuxt/{0qbUsQ6_.js → BJGgnGWZ.js} +1 -1
- package/dist/client/_nuxt/BLhTXw86.js +1 -0
- package/dist/client/_nuxt/BZ3P6AVf.js +1 -0
- package/dist/client/_nuxt/{Csvi84BS.js → BnfnAR_u.js} +1 -1
- package/dist/client/_nuxt/Bu73EIfS.js +1 -0
- package/dist/client/_nuxt/C4Ro8ZjH.js +1 -0
- package/dist/client/_nuxt/C5-9kuJc.js +1 -0
- package/dist/client/_nuxt/CGXjegLJ.js +1 -0
- package/dist/client/_nuxt/CMnybHwx.js +1 -0
- package/dist/client/_nuxt/COcR7UxN.js +1 -0
- package/dist/client/_nuxt/C_wU0A-3.js +3834 -0
- package/dist/client/_nuxt/DL4Dju3v.js +1 -0
- package/dist/client/_nuxt/DdAYiE08.js +1 -0
- package/dist/client/_nuxt/{JJNjxVar.js → DhRVplvY.js} +1 -1
- package/dist/client/_nuxt/{DwSUWO6N.js → I3KQ5pkt.js} +1 -1
- package/dist/client/_nuxt/XF954dHc.js +1 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/a938c56b-6345-454a-9e52-026adcc92670.json +1 -0
- package/dist/client/_nuxt/entry.CpT28PgB.css +1 -0
- package/dist/client/_nuxt/error-404.DNn2eSPw.css +1 -0
- package/dist/client/_nuxt/error-500.B_Aslu6N.css +1 -0
- package/dist/client/index.html +25 -22
- package/dist/module.d.mts +1 -1
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +21 -16
- package/dist/runtime/app/components/Templates/Community/BrandedLogo.vue +29 -29
- package/dist/runtime/app/components/Templates/Community/Frame.vue +64 -64
- package/dist/runtime/app/components/Templates/Community/Nuxt.vue +185 -185
- package/dist/runtime/app/components/Templates/Community/NuxtSeo.vue +137 -137
- package/dist/runtime/app/components/Templates/Community/Pergel.vue +103 -103
- package/dist/runtime/app/components/Templates/Community/SimpleBlog.vue +35 -35
- package/dist/runtime/app/components/Templates/Community/UnJs.vue +108 -108
- package/dist/runtime/app/components/Templates/Community/Wave.vue +34 -34
- package/dist/runtime/app/components/Templates/Community/WithEmoji.vue +28 -28
- package/dist/runtime/app/composables/defineOgImage.js +20 -7
- package/dist/runtime/app/utils/plugins.js +5 -1
- package/dist/runtime/logger.d.ts +2 -0
- package/dist/runtime/logger.js +8 -0
- package/dist/runtime/server/og-image/context.d.ts +1 -1
- package/dist/runtime/server/og-image/context.js +38 -23
- package/dist/runtime/server/og-image/satori/plugins/imageSrc.js +16 -9
- package/dist/runtime/server/og-image/satori/plugins/unocss.js +2 -10
- package/dist/runtime/server/plugins/prerender.js +6 -1
- package/dist/runtime/server/routes/debug.json.js +1 -1
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/server/util/logger.d.ts +1 -1
- package/dist/runtime/shared.js +13 -3
- package/dist/runtime/types.d.ts +8 -1
- package/package.json +36 -36
- package/virtual.d.ts +71 -71
- package/dist/client/_nuxt/B1Z2YEe0.js +0 -1
- package/dist/client/_nuxt/BHpzmqOf.js +0 -1
- package/dist/client/_nuxt/C6J8XiCD.js +0 -1
- package/dist/client/_nuxt/CLXkKSjS.js +0 -1
- package/dist/client/_nuxt/Ce3NjAxN.js +0 -3834
- package/dist/client/_nuxt/Cm25um3E.js +0 -1
- package/dist/client/_nuxt/Cmhojp3q.js +0 -1
- package/dist/client/_nuxt/Cv7ZOjGq.js +0 -1
- package/dist/client/_nuxt/D0xWnrgR.js +0 -1
- package/dist/client/_nuxt/D9W_gRNE.js +0 -1
- package/dist/client/_nuxt/DMFdBl0X.js +0 -1
- package/dist/client/_nuxt/builds/meta/f8cf0c2a-d2c2-44be-94c5-481b139589cf.json +0 -1
- package/dist/client/_nuxt/entry.CGZ3zn-m.css +0 -1
- package/dist/client/_nuxt/error-404.CSJ9Dkgh.css +0 -1
- package/dist/client/_nuxt/error-500.BJcKCN8F.css +0 -1
package/LICENSE.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Harlan Wilton
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Harlan Wilton
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
<img src="https://github.com/nuxt-modules/og-image/assets/5326365/e337b490-dccb-4e58-972a-5e6e63f30986" alt="Nuxt OG Image DevTools Preview">
|
|
2
|
-
|
|
3
|
-
<h1>nuxt-og-image</h1>
|
|
4
|
-
|
|
5
|
-
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
-
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
7
|
-
[![License][license-src]][license-href]
|
|
8
|
-
[![Nuxt][nuxt-src]][nuxt-href]
|
|
9
|
-
|
|
10
|
-
Nuxt OG Image allows you to easily generate OG Images using either Vue components or just screenshots of your pages.
|
|
11
|
-
|
|
12
|
-
OG Images are known to improve click-through rates on social media.
|
|
13
|
-
|
|
14
|
-
New to Open Graph? Check out the [Mastering Open Graph Tags](https://nuxtseo.com/learn/mastering-meta/open-graph) guide to learn more about why you might
|
|
15
|
-
need this module.
|
|
16
|
-
|
|
17
|
-
<p align="center">
|
|
18
|
-
<table>
|
|
19
|
-
<tbody>
|
|
20
|
-
<td align="center">
|
|
21
|
-
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
|
|
22
|
-
</td>
|
|
23
|
-
</tbody>
|
|
24
|
-
</table>
|
|
25
|
-
</p>
|
|
26
|
-
|
|
27
|
-
## Features
|
|
28
|
-
|
|
29
|
-
- ✨ Create an `og:image` using the built-in templates or make your own with Vue components
|
|
30
|
-
- 🎨 Design and test your `og:image` in the Nuxt DevTools OG Image Playground with full HMR
|
|
31
|
-
- ▲ Render using [Satori](https://github.com/vercel/satori): Tailwind / UnoCSS with your theme, Google fonts, 6 emoji families supported and more!
|
|
32
|
-
- 🤖 Or prerender using the Browser: Supporting painless, complex templates
|
|
33
|
-
- 📸 Feeling lazy? Just generate screenshots for every page: hide elements, wait for animations, and more
|
|
34
|
-
- ⚙️ Works on the edge: Vercel Edge, Netlify Edge and Cloudflare Workers
|
|
35
|
-
|
|
36
|
-
## Installation
|
|
37
|
-
|
|
38
|
-
Install `nuxt-og-image` dependency to your project:
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
npx nuxi@latest module add og-image
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Documentation
|
|
45
|
-
|
|
46
|
-
[📖 Read the full documentation](https://nuxtseo.com/og-image/getting-started/installation) for more information.
|
|
47
|
-
|
|
48
|
-
## Demos
|
|
49
|
-
|
|
50
|
-
- [👾 Playground](https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=nuxt.config.ts)
|
|
51
|
-
|
|
52
|
-
## Sponsors
|
|
53
|
-
|
|
54
|
-
<p align="center">
|
|
55
|
-
<a href="https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg">
|
|
56
|
-
<img src='https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg'/>
|
|
57
|
-
</a>
|
|
58
|
-
</p>
|
|
59
|
-
|
|
60
|
-
## License
|
|
61
|
-
|
|
62
|
-
Licensed under the [MIT license](https://github.com/nuxt-modules/og-image/blob/main/LICENSE.md).
|
|
63
|
-
|
|
64
|
-
<!-- Badges -->
|
|
65
|
-
[npm-version-src]: https://img.shields.io/npm/v/nuxt-og-image/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
66
|
-
[npm-version-href]: https://npmjs.com/package/nuxt-og-image
|
|
67
|
-
|
|
68
|
-
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-og-image.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
69
|
-
[npm-downloads-href]: https://npmjs.com/package/nuxt-og-image
|
|
70
|
-
|
|
71
|
-
[license-src]: https://img.shields.io/github/license/nuxt-modules/og-image.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
72
|
-
[license-href]: https://github.com/nuxt-modules/og-image/blob/main/LICENSE.md
|
|
73
|
-
|
|
74
|
-
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
75
|
-
[nuxt-href]: https://nuxt.com
|
|
1
|
+
<img src="https://github.com/nuxt-modules/og-image/assets/5326365/e337b490-dccb-4e58-972a-5e6e63f30986" alt="Nuxt OG Image DevTools Preview">
|
|
2
|
+
|
|
3
|
+
<h1>nuxt-og-image</h1>
|
|
4
|
+
|
|
5
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
7
|
+
[![License][license-src]][license-href]
|
|
8
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
9
|
+
|
|
10
|
+
Nuxt OG Image allows you to easily generate OG Images using either Vue components or just screenshots of your pages.
|
|
11
|
+
|
|
12
|
+
OG Images are known to improve click-through rates on social media.
|
|
13
|
+
|
|
14
|
+
New to Open Graph? Check out the [Mastering Open Graph Tags](https://nuxtseo.com/learn/mastering-meta/open-graph) guide to learn more about why you might
|
|
15
|
+
need this module.
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
<table>
|
|
19
|
+
<tbody>
|
|
20
|
+
<td align="center">
|
|
21
|
+
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
|
|
22
|
+
</td>
|
|
23
|
+
</tbody>
|
|
24
|
+
</table>
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
## Features
|
|
28
|
+
|
|
29
|
+
- ✨ Create an `og:image` using the built-in templates or make your own with Vue components
|
|
30
|
+
- 🎨 Design and test your `og:image` in the Nuxt DevTools OG Image Playground with full HMR
|
|
31
|
+
- ▲ Render using [Satori](https://github.com/vercel/satori): Tailwind / UnoCSS with your theme, Google fonts, 6 emoji families supported and more!
|
|
32
|
+
- 🤖 Or prerender using the Browser: Supporting painless, complex templates
|
|
33
|
+
- 📸 Feeling lazy? Just generate screenshots for every page: hide elements, wait for animations, and more
|
|
34
|
+
- ⚙️ Works on the edge: Vercel Edge, Netlify Edge and Cloudflare Workers
|
|
35
|
+
|
|
36
|
+
## Installation
|
|
37
|
+
|
|
38
|
+
Install `nuxt-og-image` dependency to your project:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
npx nuxi@latest module add og-image
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Documentation
|
|
45
|
+
|
|
46
|
+
[📖 Read the full documentation](https://nuxtseo.com/og-image/getting-started/installation) for more information.
|
|
47
|
+
|
|
48
|
+
## Demos
|
|
49
|
+
|
|
50
|
+
- [👾 Playground](https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=nuxt.config.ts)
|
|
51
|
+
|
|
52
|
+
## Sponsors
|
|
53
|
+
|
|
54
|
+
<p align="center">
|
|
55
|
+
<a href="https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg">
|
|
56
|
+
<img src='https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg'/>
|
|
57
|
+
</a>
|
|
58
|
+
</p>
|
|
59
|
+
|
|
60
|
+
## License
|
|
61
|
+
|
|
62
|
+
Licensed under the [MIT license](https://github.com/nuxt-modules/og-image/blob/main/LICENSE.md).
|
|
63
|
+
|
|
64
|
+
<!-- Badges -->
|
|
65
|
+
[npm-version-src]: https://img.shields.io/npm/v/nuxt-og-image/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
66
|
+
[npm-version-href]: https://npmjs.com/package/nuxt-og-image
|
|
67
|
+
|
|
68
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-og-image.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
69
|
+
[npm-downloads-href]: https://npmjs.com/package/nuxt-og-image
|
|
70
|
+
|
|
71
|
+
[license-src]: https://img.shields.io/github/license/nuxt-modules/og-image.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
72
|
+
[license-href]: https://github.com/nuxt-modules/og-image/blob/main/LICENSE.md
|
|
73
|
+
|
|
74
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
75
|
+
[nuxt-href]: https://nuxt.com
|
package/dist/client/200.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
|
-
<link rel="stylesheet" href="/__nuxt-og-image/_nuxt/entry.
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
3
|
+
<link rel="stylesheet" href="/__nuxt-og-image/_nuxt/entry.CpT28PgB.css" crossorigin>
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C_wU0A-3.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BwpQXVS2.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Ci-La1BS.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DOAn35dn.js">
|
|
@@ -33,9 +33,12 @@
|
|
|
33
33
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BWkuYGGO.js">
|
|
34
34
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bmb0A568.js">
|
|
35
35
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D8nBeWSR.js">
|
|
36
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bu73EIfS.js">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BLhTXw86.js">
|
|
36
38
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BhsLqr-4.js">
|
|
37
39
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CEjiMJLT.js">
|
|
38
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
40
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/XF954dHc.js">
|
|
41
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CK56Z9cH.js">
|
|
39
42
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CXmV_HiI.js">
|
|
40
43
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/mLcCfA0-.js">
|
|
41
44
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DbXoA79R.js">
|
|
@@ -44,7 +47,7 @@
|
|
|
44
47
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bdprqoiu.js">
|
|
45
48
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Cv3cJnDV.js">
|
|
46
49
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQO4gZEw.js">
|
|
47
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
50
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BCzYJAay.js">
|
|
48
51
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CcPoRNJz.js">
|
|
49
52
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DoiKbUTj.js">
|
|
50
53
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CbUnruJU.js">
|
|
@@ -55,11 +58,11 @@
|
|
|
55
58
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DmZ-uG0V.js">
|
|
56
59
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DfpIq38s.js">
|
|
57
60
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B5L7zzq-.js">
|
|
58
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
61
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C4Ro8ZjH.js">
|
|
59
62
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/yA8e6OR-.js">
|
|
60
63
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DEIpsLCJ.js">
|
|
61
64
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dnfm4U7b.js">
|
|
62
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
65
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/COcR7UxN.js">
|
|
63
66
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DQxx3LPD.js">
|
|
64
67
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BMwgFBEQ.js">
|
|
65
68
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bv_sPlCv.js">
|
|
@@ -78,9 +81,9 @@
|
|
|
78
81
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B3Z_eaxm.js">
|
|
79
82
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BaLI2h1d.js">
|
|
80
83
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CNXuF1yM.js">
|
|
81
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
84
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BJGgnGWZ.js">
|
|
82
85
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BSHf-0eb.js">
|
|
83
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
86
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BIguuW30.js">
|
|
84
87
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DJEtsjbi.js">
|
|
85
88
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/-30QC5Em.js">
|
|
86
89
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BSPpinrx.js">
|
|
@@ -89,7 +92,7 @@
|
|
|
89
92
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BhC5s0V7.js">
|
|
90
93
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DvA-6Bhw.js">
|
|
91
94
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CmWLV2bY.js">
|
|
92
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
95
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C5-9kuJc.js">
|
|
93
96
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/ClV7KpCc.js">
|
|
94
97
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CM4fc1WH.js">
|
|
95
98
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DqpEK-75.js">
|
|
@@ -116,7 +119,6 @@
|
|
|
116
119
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CpRrwcwt.js">
|
|
117
120
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DlYXzDlu.js">
|
|
118
121
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DUdzsfxe.js">
|
|
119
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CK56Z9cH.js">
|
|
120
122
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Cqv5JV-q.js">
|
|
121
123
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BZRbnyjI.js">
|
|
122
124
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/plSVBvJQ.js">
|
|
@@ -124,16 +126,16 @@
|
|
|
124
126
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BJNXdUBN.js">
|
|
125
127
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/yLioyJ2E.js">
|
|
126
128
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dk1rBueR.js">
|
|
127
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
129
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DL4Dju3v.js">
|
|
128
130
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B4_rEpOs.js">
|
|
129
131
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dtn98rcr.js">
|
|
130
132
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DepYB8Ml.js">
|
|
131
133
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DNDvMORL.js">
|
|
132
134
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CodIOJDM.js">
|
|
133
135
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Kxp7UmFj.js">
|
|
134
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
136
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CMnybHwx.js">
|
|
135
137
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bcw97oti.js">
|
|
136
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
138
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BZ3P6AVf.js">
|
|
137
139
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BzaEo2Du.js">
|
|
138
140
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B2bjgU-v.js">
|
|
139
141
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/EZUUsui8.js">
|
|
@@ -185,13 +187,14 @@
|
|
|
185
187
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D-RymO5g.js">
|
|
186
188
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/-ALZ4IvE.js">
|
|
187
189
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DwU8c_yx.js">
|
|
188
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
190
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DhRVplvY.js">
|
|
189
191
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D2TqM893.js">
|
|
190
192
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DFQ4Xr-4.js">
|
|
191
193
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DA0ESIWO.js">
|
|
194
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CGXjegLJ.js">
|
|
192
195
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQjiPCtT.js">
|
|
193
196
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/NUI3YrRW.js">
|
|
194
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
197
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BnfnAR_u.js">
|
|
195
198
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/rf8nNrOk.js">
|
|
196
199
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dwo6uFCY.js">
|
|
197
200
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Db-JQHi3.js">
|
|
@@ -249,7 +252,7 @@
|
|
|
249
252
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CafNBF8u.js">
|
|
250
253
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CTRr51gU.js">
|
|
251
254
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQWsIgnU.js">
|
|
252
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
255
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DdAYiE08.js">
|
|
253
256
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Ddv68eIx.js">
|
|
254
257
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/GBQ2dnAY.js">
|
|
255
258
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/PoHY5YXO.js">
|
|
@@ -272,9 +275,9 @@
|
|
|
272
275
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CVO1_9PV.js">
|
|
273
276
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CG6Dc4jp.js">
|
|
274
277
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B6E6ObS_.js">
|
|
275
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-404.
|
|
276
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
277
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-500.
|
|
278
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
279
|
-
<script type="module" src="/__nuxt-og-image/_nuxt/
|
|
280
|
-
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-og-image",buildId:"
|
|
278
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-404.DNn2eSPw.css">
|
|
279
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/I3KQ5pkt.js">
|
|
280
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-500.B_Aslu6N.css">
|
|
281
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BD9UVO-6.js">
|
|
282
|
+
<script type="module" src="/__nuxt-og-image/_nuxt/C_wU0A-3.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1734919528946,false]</script>
|
|
283
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-og-image",buildId:"a938c56b-6345-454a-9e52-026adcc92670",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
package/dist/client/404.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
|
-
<link rel="stylesheet" href="/__nuxt-og-image/_nuxt/entry.
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
3
|
+
<link rel="stylesheet" href="/__nuxt-og-image/_nuxt/entry.CpT28PgB.css" crossorigin>
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C_wU0A-3.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BwpQXVS2.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Ci-La1BS.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DOAn35dn.js">
|
|
@@ -33,9 +33,12 @@
|
|
|
33
33
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BWkuYGGO.js">
|
|
34
34
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bmb0A568.js">
|
|
35
35
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D8nBeWSR.js">
|
|
36
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bu73EIfS.js">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BLhTXw86.js">
|
|
36
38
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BhsLqr-4.js">
|
|
37
39
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CEjiMJLT.js">
|
|
38
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
40
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/XF954dHc.js">
|
|
41
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CK56Z9cH.js">
|
|
39
42
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CXmV_HiI.js">
|
|
40
43
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/mLcCfA0-.js">
|
|
41
44
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DbXoA79R.js">
|
|
@@ -44,7 +47,7 @@
|
|
|
44
47
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bdprqoiu.js">
|
|
45
48
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Cv3cJnDV.js">
|
|
46
49
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQO4gZEw.js">
|
|
47
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
50
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BCzYJAay.js">
|
|
48
51
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CcPoRNJz.js">
|
|
49
52
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DoiKbUTj.js">
|
|
50
53
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CbUnruJU.js">
|
|
@@ -55,11 +58,11 @@
|
|
|
55
58
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DmZ-uG0V.js">
|
|
56
59
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DfpIq38s.js">
|
|
57
60
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B5L7zzq-.js">
|
|
58
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
61
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C4Ro8ZjH.js">
|
|
59
62
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/yA8e6OR-.js">
|
|
60
63
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DEIpsLCJ.js">
|
|
61
64
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dnfm4U7b.js">
|
|
62
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
65
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/COcR7UxN.js">
|
|
63
66
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DQxx3LPD.js">
|
|
64
67
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BMwgFBEQ.js">
|
|
65
68
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bv_sPlCv.js">
|
|
@@ -78,9 +81,9 @@
|
|
|
78
81
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B3Z_eaxm.js">
|
|
79
82
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BaLI2h1d.js">
|
|
80
83
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CNXuF1yM.js">
|
|
81
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
84
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BJGgnGWZ.js">
|
|
82
85
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BSHf-0eb.js">
|
|
83
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
86
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BIguuW30.js">
|
|
84
87
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DJEtsjbi.js">
|
|
85
88
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/-30QC5Em.js">
|
|
86
89
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BSPpinrx.js">
|
|
@@ -89,7 +92,7 @@
|
|
|
89
92
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BhC5s0V7.js">
|
|
90
93
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DvA-6Bhw.js">
|
|
91
94
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CmWLV2bY.js">
|
|
92
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
95
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/C5-9kuJc.js">
|
|
93
96
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/ClV7KpCc.js">
|
|
94
97
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CM4fc1WH.js">
|
|
95
98
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DqpEK-75.js">
|
|
@@ -116,7 +119,6 @@
|
|
|
116
119
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CpRrwcwt.js">
|
|
117
120
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DlYXzDlu.js">
|
|
118
121
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DUdzsfxe.js">
|
|
119
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CK56Z9cH.js">
|
|
120
122
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Cqv5JV-q.js">
|
|
121
123
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BZRbnyjI.js">
|
|
122
124
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/plSVBvJQ.js">
|
|
@@ -124,16 +126,16 @@
|
|
|
124
126
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BJNXdUBN.js">
|
|
125
127
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/yLioyJ2E.js">
|
|
126
128
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dk1rBueR.js">
|
|
127
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
129
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DL4Dju3v.js">
|
|
128
130
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B4_rEpOs.js">
|
|
129
131
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dtn98rcr.js">
|
|
130
132
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DepYB8Ml.js">
|
|
131
133
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DNDvMORL.js">
|
|
132
134
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CodIOJDM.js">
|
|
133
135
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Kxp7UmFj.js">
|
|
134
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
136
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CMnybHwx.js">
|
|
135
137
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Bcw97oti.js">
|
|
136
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
138
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BZ3P6AVf.js">
|
|
137
139
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BzaEo2Du.js">
|
|
138
140
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B2bjgU-v.js">
|
|
139
141
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/EZUUsui8.js">
|
|
@@ -185,13 +187,14 @@
|
|
|
185
187
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D-RymO5g.js">
|
|
186
188
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/-ALZ4IvE.js">
|
|
187
189
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DwU8c_yx.js">
|
|
188
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
190
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DhRVplvY.js">
|
|
189
191
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/D2TqM893.js">
|
|
190
192
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DFQ4Xr-4.js">
|
|
191
193
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DA0ESIWO.js">
|
|
194
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CGXjegLJ.js">
|
|
192
195
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQjiPCtT.js">
|
|
193
196
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/NUI3YrRW.js">
|
|
194
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
197
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BnfnAR_u.js">
|
|
195
198
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/rf8nNrOk.js">
|
|
196
199
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Dwo6uFCY.js">
|
|
197
200
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Db-JQHi3.js">
|
|
@@ -249,7 +252,7 @@
|
|
|
249
252
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CafNBF8u.js">
|
|
250
253
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CTRr51gU.js">
|
|
251
254
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CQWsIgnU.js">
|
|
252
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
255
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/DdAYiE08.js">
|
|
253
256
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/Ddv68eIx.js">
|
|
254
257
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/GBQ2dnAY.js">
|
|
255
258
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/PoHY5YXO.js">
|
|
@@ -272,9 +275,9 @@
|
|
|
272
275
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CVO1_9PV.js">
|
|
273
276
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/CG6Dc4jp.js">
|
|
274
277
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/B6E6ObS_.js">
|
|
275
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-404.
|
|
276
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
277
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-500.
|
|
278
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/
|
|
279
|
-
<script type="module" src="/__nuxt-og-image/_nuxt/
|
|
280
|
-
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-og-image",buildId:"
|
|
278
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-404.DNn2eSPw.css">
|
|
279
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/I3KQ5pkt.js">
|
|
280
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-og-image/_nuxt/error-500.B_Aslu6N.css">
|
|
281
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-og-image/_nuxt/BD9UVO-6.js">
|
|
282
|
+
<script type="module" src="/__nuxt-og-image/_nuxt/C_wU0A-3.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1734919528946,false]</script>
|
|
283
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-og-image",buildId:"a938c56b-6345-454a-9e52-026adcc92670",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=Object.freeze(JSON.parse(`{"displayName":"Coq","fileTypes":["v"],"name":"coq","patterns":[{"comment":"Vernacular import keywords","match":"\\\\b(From|Require|Import|Export|Local|Global|Include)\\\\b","name":"keyword.control.import.coq"},{"comment":"Vernacular scope keywords","match":"\\\\b((Open|Close|Delimit|Undelimit|Bind)\\\\s+Scope)\\\\b","name":"keyword.control.import.coq"},{"captures":{"1":{"name":"keyword.source.coq"},"2":{"name":"entity.name.function.theorem.coq"}},"comment":"Theorem declarations","match":"\\\\b(Theorem|Lemma|Remark|Fact|Corollary|Property|Proposition)\\\\s+((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"match":"\\\\bGoal\\\\b","name":"keyword.source.coq"},{"captures":{"1":{"name":"keyword.source.coq"},"2":{"name":"keyword.source.coq"},"3":{"name":"entity.name.assumption.coq"}},"comment":"Assumptions","match":"\\\\b(Parameters?|Axioms?|Conjectures?|Variables?|Hypothesis|Hypotheses)(\\\\s+Inline)?\\\\b\\\\s*\\\\(?\\\\s*((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"captures":{"1":{"name":"keyword.source.coq"},"3":{"name":"entity.name.assumption.coq"}},"comment":"Context","match":"\\\\b(Context)\\\\b\\\\s*\`?\\\\s*(\\\\(|\\\\{)?\\\\s*((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"captures":{"1":{"name":"keyword.source.coq"},"2":{"name":"keyword.source.coq"},"3":{"name":"entity.name.function.coq"}},"comment":"Definitions","match":"(\\\\b(?:Program|Local)\\\\s+)?\\\\b(Definition|Fixpoint|CoFixpoint|Function|Example|Let(?:\\\\s+Fixpoint|\\\\s+CoFixpoint)?|Instance|Equations|Equations?)\\\\s+((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"captures":{"1":{"name":"keyword.source.coq"}},"comment":"Obligations","match":"\\\\b((Show\\\\s+)?Obligation\\\\s+Tactic|Obligations\\\\s+of|Obligation|Next\\\\s+Obligation(\\\\s+of)?|Solve\\\\s+Obligations(\\\\s+of)?|Solve\\\\s+All\\\\s+Obligations|Admit\\\\s+Obligations(\\\\s+of)?|Instance)\\\\b"},{"captures":{"1":{"name":"keyword.source.coq"},"3":{"name":"entity.name.type.coq"}},"comment":"Type declarations","match":"\\\\b(CoInductive|Inductive|Variant|Record|Structure|Class)\\\\s+(>\\\\s*)?((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"captures":{"1":{"name":"keyword.source.coq"},"2":{"name":"entity.name.function.ltac"}},"comment":"Ltac declarations","match":"\\\\b(Ltac)\\\\s+((\\\\p{L}|[_\\\\u00A0])(\\\\p{L}|[0-9_\\\\u00A0'])*)"},{"comment":"Vernacular keywords","match":"\\\\b(Hint|Constructors|Resolve|Rewrite|Ltac|Implicit(\\\\s+Types)?|Set|Unset|Remove\\\\s+Printing|Arguments|Tactic\\\\s+Notation|Notation|Infix|Reserved\\\\s+Notation|Section|Module\\\\s+Type|Module|End|Check|Print|Eval|Search|Universe|Coercions?|Generalizable\\\\s+All|Generalizable\\\\s+Variable?|Existing\\\\s+Instance|Existing\\\\s+Class|Canonical|About|Locate|Collection|Typeclasses\\\\s+(Opaque|Transparent))\\\\b","name":"keyword.source.coq"},{"comment":"Proof keywords","match":"\\\\b(Proof|Qed|Defined|Save|Abort(\\\\s+All)?|Undo(\\\\s+To)?|Restart|Focus|Unfocus|Unfocused|Show\\\\s+Proof|Show\\\\s+Existentials|Show|Unshelve)\\\\b","name":"keyword.source.coq"},{"comment":"Vernacular Debug keywords","match":"\\\\b(Quit|Drop|Time|Redirect|Timeout|Fail)\\\\b","name":"keyword.debug.coq"},{"comment":"Admits are bad","match":"\\\\b(admit|Admitted)\\\\b","name":"invalid.illegal.admit.coq"},{"comment":"Operators","match":":|\\\\||=|<|>|\\\\*|\\\\+|-|\\\\{|\\\\}|≠|∨|∧|↔|¬|→|≤|≥","name":"keyword.operator.coq"},{"comment":"Type keywords","match":"\\\\b(forall|exists|Type|Set|Prop|nat|bool|option|list|unit|sum|prod|comparison|Empty_set)\\\\b|∀|∃","name":"support.type.coq"},{"comment":"Ltac keywords","match":"\\\\b(try|repeat|rew|progress|fresh|solve|now|first|tryif|at|once|do|only)\\\\b","name":"keyword.control.ltac"},{"comment":"Common Ltac connectors","match":"\\\\b(into|with|eqn|by|move|as|using)\\\\b","name":"keyword.control.ltac"},{"comment":"Gallina keywords","match":"\\\\b(match|lazymatch|multimatch|fun|with|return|end|let|in|if|then|else|fix|for|where|and)\\\\b|λ","name":"keyword.control.gallina"},{"comment":"Ltac builtins","match":"\\\\b(intro|intros|revert|induction|destruct|auto|eauto|tauto|eassumption|apply|eapply|assumption|constructor|econstructor|reflexivity|inversion|injection|assert|split|esplit|omega|fold|unfold|specialize|rewrite|erewrite|change|symmetry|refine|simpl|intuition|firstorder|generalize|idtac|exist|exists|eexists|elim|eelim|rename|subst|congruence|trivial|left|right|set|pose|discriminate|clear|clearbody|contradict|contradiction|exact|dependent|remember|case|easy|unshelve|pattern|transitivity|etransitivity|f_equal|exfalso|replace|abstract|cycle|swap|revgoals|shelve|unshelve)\\\\b","name":"support.function.builtin.ltac"},{"applyEndPatternLast":1,"begin":"\\\\(\\\\*(?!#)","end":"\\\\*\\\\)","name":"comment.block.coq","patterns":[{"include":"#block_comment"},{"include":"#block_double_quoted_string"}]},{"match":"\\\\b((0(x|X)[0-9a-fA-F]+)|(\\\\d+(\\\\.\\\\d+)?))\\\\b","name":"constant.numeric.gallina"},{"comment":"Gallina builtin constructors","match":"\\\\b(True|False|tt|false|true|Some|None|nil|cons|pair|inl|inr|O|S|Eq|Lt|Gt|id|ex|all|unique)\\\\b","name":"constant.language.constructor.gallina"},{"match":"\\\\b_\\\\b","name":"constant.language.wildcard.coq"},{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.coq"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.coq"}},"name":"string.quoted.double.coq"}],"repository":{"block_comment":{"applyEndPatternLast":1,"begin":"\\\\(\\\\*(?!#)","end":"\\\\*\\\\)","name":"comment.block.coq","patterns":[{"include":"#block_comment"},{"include":"#block_double_quoted_string"}]},"block_double_quoted_string":{"applyEndPatternLast":1,"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.coq"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.coq"}},"name":"string.quoted.double.coq"}},"scopeName":"source.coq"}`)),t=[e];export{t as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as s,u as a,o as i,c as u,a as e,t as o}from"./
|
|
1
|
+
import{_ as s,u as a,o as i,c as u,a as e,t as o}from"./C_wU0A-3.js";const l={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},c={class:"max-w-520px text-center"},d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const r=t;return a({title:`${r.statusCode} - ${r.statusMessage} | ${r.appName}`,script:[{children:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{children:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(g,n)=>(i(),u("div",l,[n[0]||(n[0]=e("div",{class:"-bottom-1/2 fixed h-1/2 left-0 right-0 spotlight"},null,-1)),e("div",c,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:o(t.statusCode)},null,8,d),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:o(t.description)},null,8,p)])]))}},m=s(f,[["__scopeId","data-v-65202c6b"]]);export{m as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=Object.freeze(JSON.parse(`{"displayName":"GDScript","fileTypes":["gd"],"name":"gdscript","patterns":[{"include":"#statement"},{"include":"#expression"}],"repository":{"annotated_parameter":{"begin":"\\\\s*([a-zA-Z_]\\\\w*)\\\\s*(:)\\\\s*([a-zA-Z_]\\\\w*)?","beginCaptures":{"1":{"name":"variable.parameter.function.language.gdscript"},"2":{"name":"punctuation.separator.annotation.gdscript"},"3":{"name":"entity.name.type.class.gdscript"}},"end":"(,)|(?=\\\\))","endCaptures":{"1":{"name":"punctuation.separator.parameters.gdscript"}},"patterns":[{"include":"#base_expression"},{"match":"=(?!=)","name":"keyword.operator.assignment.gdscript"}]},"annotations":{"captures":{"1":{"name":"entity.name.function.decorator.gdscript"},"2":{"name":"entity.name.function.decorator.gdscript"}},"match":"(@)(export|export_color_no_alpha|export_custom|export_dir|export_enum|export_exp_easing|export_file|export_flags|export_flags_2d_navigation|export_flags_2d_physics|export_flags_2d_render|export_flags_3d_navigation|export_flags_3d_physics|export_flags_3d_render|export_global_dir|export_global_file|export_multiline|export_node_path|export_placeholder|export_range|export_storage|icon|onready|rpc|tool|warning_ignore|abstract|static_unload)\\\\b"},"any_method":{"match":"\\\\b([A-Za-z_]\\\\w*)\\\\b(?=\\\\s*(?:[(]))","name":"entity.name.function.other.gdscript"},"any_property":{"captures":{"1":{"name":"punctuation.accessor.gdscript"},"2":{"name":"constant.language.gdscript"},"3":{"name":"variable.other.property.gdscript"}},"match":"\\\\b(\\\\.)\\\\s*(?<![@$#%])(?:([A-Z_][A-Z_0-9]*)|([A-Za-z_]\\\\w*))\\\\b(?![(])"},"any_variable":{"match":"\\\\b(?<![@$#%])([A-Za-z_]\\\\w*)\\\\b(?![(])","name":"variable.other.gdscript"},"arithmetic_operator":{"match":"->|\\\\+=|-=|\\\\*=|\\\\^=|/=|%=|&=|~=|\\\\|=|\\\\*\\\\*|\\\\*|/|%|\\\\+|-","name":"keyword.operator.arithmetic.gdscript"},"assignment_operator":{"match":"=","name":"keyword.operator.assignment.gdscript"},"base_expression":{"patterns":[{"include":"#builtin_get_node_shorthand"},{"include":"#nodepath_object"},{"include":"#nodepath_function"},{"include":"#strings"},{"include":"#builtin_classes"},{"include":"#const_vars"},{"include":"#keywords"},{"include":"#operators"},{"include":"#lambda_declaration"},{"include":"#class_declaration"},{"include":"#variable_declaration"},{"include":"#signal_declaration_bare"},{"include":"#signal_declaration"},{"include":"#function_declaration"},{"include":"#statement_keyword"},{"include":"#assignment_operator"},{"include":"#in_keyword"},{"include":"#control_flow"},{"include":"#match_keyword"},{"include":"#curly_braces"},{"include":"#square_braces"},{"include":"#round_braces"},{"include":"#function_call"},{"include":"#comment"},{"include":"#self"},{"include":"#func"},{"include":"#letter"},{"include":"#numbers"},{"include":"#pascal_case_class"},{"include":"#line_continuation"}]},"bitwise_operator":{"match":"&|\\\\||<<=|>>=|<<|>>|\\\\^|~","name":"keyword.operator.bitwise.gdscript"},"boolean_operator":{"match":"(&&|\\\\|\\\\|)","name":"keyword.operator.boolean.gdscript"},"builtin_classes":{"match":"(?<![^.]\\\\.|:)\\\\b(Vector2|Vector2i|Vector3|Vector3i|Vector4|Vector4i|Color|Rect2|Rect2i|Array|Basis|Dictionary|Plane|Quat|RID|Rect3|Transform|Transform2D|Transform3D|AABB|String|Color|NodePath|PoolByteArray|PoolIntArray|PoolRealArray|PoolStringArray|PoolVector2Array|PoolVector3Array|PoolColorArray|bool|int|float|Signal|Callable|StringName|Quaternion|Projection|PackedByteArray|PackedInt32Array|PackedInt64Array|PackedFloat32Array|PackedFloat64Array|PackedStringArray|PackedVector2Array|PackedVector2iArray|PackedVector3Array|PackedVector3iArray|PackedVector4Array|PackedColorArray|super)\\\\b","name":"entity.name.type.class.builtin.gdscript"},"builtin_get_node_shorthand":{"patterns":[{"include":"#builtin_get_node_shorthand_quoted"},{"include":"#builtin_get_node_shorthand_bare"},{"include":"#builtin_get_node_shorthand_bare_multi"}]},"builtin_get_node_shorthand_bare":{"captures":{"1":{"name":"keyword.control.flow.gdscript"},"2":{"name":"constant.character.escape.gdscript"},"3":{"name":"constant.character.escape.gdscript"},"4":{"name":"constant.character.escape.gdscript"}},"match":"(?<!/\\\\s*)(\\\\$\\\\s*|%|\\\\$%\\\\s*)(/\\\\s*)?([a-zA-Z_]\\\\w*)\\\\b(?!\\\\s*/)","name":"meta.literal.nodepath.bare.gdscript"},"builtin_get_node_shorthand_bare_multi":{"begin":"(\\\\$\\\\s*|%|\\\\$%\\\\s*)(/\\\\s*)?([a-zA-Z_]\\\\w*)","beginCaptures":{"1":{"name":"keyword.control.flow.gdscript"},"2":{"name":"constant.character.escape.gdscript"},"3":{"name":"constant.character.escape.gdscript"}},"end":"(?!\\\\s*/\\\\s*%?\\\\s*[a-zA-Z_]\\\\w*)","name":"meta.literal.nodepath.bare.gdscript","patterns":[{"captures":{"1":{"name":"constant.character.escape.gdscript"},"2":{"name":"keyword.control.flow.gdscript"},"3":{"name":"constant.character.escape.gdscript"}},"match":"(/)\\\\s*(%)?\\\\s*([a-zA-Z_]\\\\w*)\\\\s*"}]},"builtin_get_node_shorthand_quoted":{"begin":"(?:(\\\\$|%)|(&|\\\\^|@))(\\"|')","beginCaptures":{"1":{"name":"keyword.control.flow.gdscript"},"2":{"name":"variable.other.enummember.gdscript"}},"end":"(\\\\3)","name":"string.quoted.gdscript meta.literal.nodepath.gdscript constant.character.escape.gdscript","patterns":[{"match":"%","name":"keyword.control.flow"}]},"class_declaration":{"captures":{"1":{"name":"entity.name.type.class.gdscript"},"2":{"name":"class.other.gdscript"}},"match":"(?<=^class)\\\\s+([a-zA-Z_]\\\\w*)\\\\s*(?=:)"},"class_enum":{"captures":{"1":{"name":"entity.name.type.class.gdscript"},"2":{"name":"variable.other.enummember.gdscript"}},"match":"\\\\b([A-Z][a-zA-Z_0-9]*)\\\\.([A-Z_0-9]+)"},"class_is":{"captures":{"1":{"name":"storage.type.is.gdscript"},"2":{"name":"entity.name.type.class.gdscript"}},"match":"\\\\s+(is)\\\\s+([a-zA-Z_]\\\\w*)"},"class_name":{"captures":{"1":{"name":"entity.name.type.class.gdscript"},"2":{"name":"class.other.gdscript"}},"match":"(?<=class_name)\\\\s+([a-zA-Z_]\\\\w*(\\\\.([a-zA-Z_]\\\\w*))?)"},"class_new":{"captures":{"1":{"name":"entity.name.type.class.gdscript"},"2":{"name":"storage.type.new.gdscript"},"3":{"name":"punctuation.parenthesis.begin.gdscript"}},"match":"\\\\b([a-zA-Z_]\\\\w*).(new)\\\\("},"comment":{"captures":{"1":{"name":"punctuation.definition.comment.number-sign.gdscript"}},"match":"(##|#).*$\\\\n?","name":"comment.line.number-sign.gdscript"},"compare_operator":{"match":"<=|>=|==|<|>|!=|!","name":"keyword.operator.comparison.gdscript"},"const_vars":{"match":"\\\\b([A-Z_][A-Z_0-9]*)\\\\b","name":"variable.other.constant.gdscript"},"control_flow":{"match":"\\\\b(?:if|elif|else|while|break|continue|pass|return|when|yield|await)\\\\b","name":"keyword.control.gdscript"},"curly_braces":{"begin":"\\\\{","beginCaptures":{"0":{"name":"punctuation.definition.dict.begin.gdscript"}},"end":"\\\\}","endCaptures":{"0":{"name":"punctuation.definition.dict.end.gdscript"}},"patterns":[{"include":"#base_expression"},{"include":"#any_variable"}]},"expression":{"patterns":[{"include":"#base_expression"},{"include":"#getter_setter_godot4"},{"include":"#assignment_operator"},{"include":"#annotations"},{"include":"#class_name"},{"include":"#builtin_classes"},{"include":"#class_new"},{"include":"#class_is"},{"include":"#class_enum"},{"include":"#any_method"},{"include":"#any_variable"},{"include":"#any_property"}]},"extends_statement":{"captures":{"1":{"name":"keyword.language.gdscript"},"2":{"name":"entity.other.inherited-class.gdscript"}},"match":"(extends)\\\\s+([a-zA-Z_]\\\\w*\\\\.[a-zA-Z_]\\\\w*)?"},"func":{"match":"\\\\bfunc\\\\b","name":"keyword.language.gdscript"},"function_arguments":{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.arguments.begin.gdscript"}},"contentName":"meta.function.parameters.gdscript","end":"(?=\\\\))(?!\\\\)\\\\s*\\\\()","patterns":[{"match":"(,)","name":"punctuation.separator.arguments.gdscript"},{"captures":{"1":{"name":"variable.parameter.function-call.gdscript"},"2":{"name":"keyword.operator.assignment.gdscript"}},"match":"\\\\b([a-zA-Z_]\\\\w*)\\\\s*(=)(?!=)"},{"match":"=(?!=)","name":"keyword.operator.assignment.gdscript"},{"include":"#base_expression"},{"captures":{"1":{"name":"punctuation.definition.arguments.end.gdscript"},"2":{"name":"punctuation.definition.arguments.begin.gdscript"}},"match":"\\\\s*(\\\\))\\\\s*(\\\\()"},{"include":"#letter"},{"include":"#any_variable"},{"include":"#any_property"},{"include":"#keywords"}]},"function_call":{"begin":"(?=\\\\b[a-zA-Z_]\\\\w*\\\\b\\\\()","comment":"Regular function call of the type \\"name(args)\\"","end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.arguments.end.gdscript"}},"name":"meta.function-call.gdscript","patterns":[{"include":"#function_name"},{"include":"#function_arguments"}]},"function_declaration":{"begin":"\\\\s*(func)\\\\s+([a-zA-Z_]\\\\w*)\\\\s*(?=\\\\()","beginCaptures":{"1":{"name":"keyword.language.gdscript storage.type.function.gdscript"},"2":{"name":"entity.name.function.gdscript"}},"end":"(:)","endCaptures":{"1":{"name":"punctuation.section.function.begin.gdscript"}},"name":"meta.function.gdscript","patterns":[{"include":"#parameters"},{"include":"#line_continuation"},{"include":"#base_expression"}]},"function_name":{"patterns":[{"include":"#builtin_classes"},{"match":"\\\\b(preload)\\\\b","name":"keyword.language.gdscript"},{"comment":"Some color schemas support meta.function-call.generic scope","match":"\\\\b([a-zA-Z_]\\\\w*)\\\\b","name":"entity.name.function.gdscript"}]},"getter_setter_godot4":{"patterns":[{"captures":{"1":{"name":"entity.name.function.gdscript"}},"match":"\\\\b(get):"},{"begin":"\\\\s+(set)\\\\s*(?=\\\\()","beginCaptures":{"1":{"name":"entity.name.function.gdscript"}},"end":"(:|(?=[#'\\"\\\\n]))","name":"meta.function.gdscript","patterns":[{"include":"#parameters"},{"include":"#line_continuation"}]}]},"in_keyword":{"patterns":[{"begin":"\\\\b(for)\\\\b","captures":{"1":{"name":"keyword.control.gdscript"}},"end":":","patterns":[{"match":"\\\\bin\\\\b","name":"keyword.control.gdscript"},{"include":"#base_expression"},{"include":"#any_variable"},{"include":"#any_property"}]},{"match":"\\\\bin\\\\b","name":"keyword.operator.wordlike.gdscript"}]},"keywords":{"match":"\\\\b(?:class|class_name|is|onready|tool|static|export|as|void|enum|assert|breakpoint|sync|remote|master|puppet|slave|remotesync|mastersync|puppetsync|trait|namespace)\\\\b","name":"keyword.language.gdscript"},"lambda_declaration":{"begin":"(func)\\\\s?(?=\\\\()","beginCaptures":{"1":{"name":"keyword.language.gdscript storage.type.function.gdscript"},"2":{"name":"entity.name.function.gdscript"}},"end":"(:|(?=[#'\\"\\\\n]))","end2":"(\\\\s*(\\\\-\\\\>)\\\\s*(void\\\\w*)|([a-zA-Z_]\\\\w*)\\\\s*\\\\:)","endCaptures2":{"1":{"name":"punctuation.separator.annotation.result.gdscript"},"2":{"name":"keyword.language.void.gdscript"},"3":{"name":"entity.name.type.class.gdscript markup.italic"}},"name":"meta.function.gdscript","patterns":[{"include":"#parameters"},{"include":"#line_continuation"},{"include":"#base_expression"},{"include":"#any_variable"},{"include":"#any_property"}]},"letter":{"match":"\\\\b(?:true|false|null)\\\\b","name":"constant.language.gdscript"},"line_continuation":{"patterns":[{"captures":{"1":{"name":"punctuation.separator.continuation.line.gdscript"},"2":{"name":"invalid.illegal.line.continuation.gdscript"}},"match":"(\\\\\\\\)\\\\s*(\\\\S.*$\\\\n?)"},{"begin":"(\\\\\\\\)\\\\s*$\\\\n?","beginCaptures":{"1":{"name":"punctuation.separator.continuation.line.gdscript"}},"end":"(?=^\\\\s*$)|(?!(\\\\s*[rR]?(\\\\'\\\\'\\\\'|\\\\\\"\\\\\\"\\\\\\"|\\\\'|\\\\\\"))|(\\\\G$))","patterns":[{"include":"#base_expression"}]}]},"loose_default":{"begin":"(=)","beginCaptures":{"1":{"name":"keyword.operator.gdscript"}},"end":"(,)|(?=\\\\))","endCaptures":{"1":{"name":"punctuation.separator.parameters.gdscript"}},"patterns":[{"include":"#base_expression"}]},"match_keyword":{"captures":{"1":{"name":"keyword.control.gdscript"}},"match":"^\\n\\\\s*(match)"},"nodepath_function":{"begin":"(get_node_or_null|has_node|has_node_and_resource|find_node|get_node)\\\\s*(\\\\()","beginCaptures":{"1":{"name":"entity.name.function.gdscript"},"2":{"name":"punctuation.definition.parameters.begin.gdscript"}},"contentName":"meta.function.parameters.gdscript","end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.gdscript"}},"name":"meta.function.gdscript","patterns":[{"begin":"(\\"|')","end":"\\\\1","name":"string.quoted.gdscript meta.literal.nodepath.gdscript constant.character.escape","patterns":[{"match":"%","name":"keyword.control.flow"}]},{"include":"#base_expression"}]},"nodepath_object":{"begin":"(NodePath)\\\\s*(?:\\\\()","beginCaptures":{"1":{"name":"support.class.library.gdscript"}},"end":"(?:\\\\))","name":"meta.literal.nodepath.gdscript","patterns":[{"begin":"(\\"|')","end":"\\\\1","name":"string.quoted.gdscript constant.character.escape.gdscript","patterns":[{"match":"%","name":"keyword.control.flow.gdscript"}]}]},"numbers":{"patterns":[{"match":"0b[01_]+","name":"constant.numeric.integer.binary.gdscript"},{"match":"0x[0-9A-Fa-f_]+","name":"constant.numeric.integer.hexadecimal.gdscript"},{"match":"[-]?(\\\\d[0-9_]+\\\\.[0-9_]*(e[\\\\-+]?[0-9_]+)?)","name":"constant.numeric.float.gdscript"},{"match":"[-]?(\\\\.\\\\d[0-9_]*(e[\\\\-+]?[0-9_]+)?)","name":"constant.numeric.float.gdscript"},{"match":"[-]?(\\\\d[0-9_]*e[\\\\-+]?\\\\[0-9_])","name":"constant.numeric.float.gdscript"},{"captures":{"1":{"name":"storage.type.imaginary.number.gdscript"}},"match":"(?<!\\\\w)(?:(?:\\\\.\\\\d(?:_?\\\\d)*|\\\\d(?:_?\\\\d)*\\\\.\\\\d(?:_?\\\\d)*|\\\\d(?:_?\\\\d)*\\\\.)(?:[eE][+-]?\\\\d(?:_?\\\\d)*)?|\\\\d(?:_?\\\\d)*(?:[eE][+-]?\\\\d(?:_?\\\\d)*))([jJ])?\\\\b","name":"constant.numeric.float.gdscript"},{"match":"[-]?\\\\d[0-9_]*","name":"constant.numeric.integer.gdscript"}]},"operators":{"patterns":[{"include":"#wordlike_operator"},{"include":"#boolean_operator"},{"include":"#arithmetic_operator"},{"include":"#bitwise_operator"},{"include":"#compare_operator"}]},"parameters":{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.gdscript"}},"end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.gdscript"}},"name":"meta.function.parameters.gdscript","patterns":[{"include":"#annotated_parameter"},{"captures":{"1":{"name":"variable.parameter.function.language.gdscript"},"2":{"name":"punctuation.separator.parameters.gdscript"}},"match":"([a-zA-Z_]\\\\w*)\\\\s*(?:(,)|(?=[)#\\\\n=]))"},{"include":"#comment"},{"include":"#loose_default"}]},"pascal_case_class":{"match":"\\\\b([A-Z]+[a-z_0-9]*([A-Z]?[a-z_0-9]+)*[A-Z]?)\\\\b","name":"entity.name.type.class.gdscript"},"round_braces":{"begin":"\\\\(","beginCaptures":{"0":{"name":"punctuation.parenthesis.begin.gdscript"}},"end":"\\\\)","endCaptures":{"0":{"name":"punctuation.parenthesis.end.gdscript"}},"patterns":[{"include":"#base_expression"},{"include":"#any_variable"}]},"self":{"match":"\\\\bself\\\\b","name":"variable.language.gdscript"},"signal_declaration":{"begin":"\\\\s*(signal)\\\\s+([a-zA-Z_]\\\\w*)\\\\s*(?=\\\\()","beginCaptures":{"1":{"name":"keyword.language.gdscript storage.type.function.gdscript"},"2":{"name":"entity.name.function.gdscript"}},"end":"((?=[#'\\"\\\\n]))","name":"meta.signal.gdscript","patterns":[{"include":"#parameters"},{"include":"#line_continuation"}]},"signal_declaration_bare":{"captures":{"1":{"name":"keyword.language.gdscript storage.type.function.gdscript"},"2":{"name":"entity.name.function.gdscript"}},"match":"\\\\s*(signal)\\\\s+([a-zA-Z_]\\\\w*)(?=[\\\\n\\\\s])","name":"meta.signal.gdscript"},"square_braces":{"begin":"\\\\[","beginCaptures":{"0":{"name":"punctuation.definition.list.begin.gdscript"}},"end":"\\\\]","endCaptures":{"0":{"name":"punctuation.definition.list.end.gdscript"}},"patterns":[{"include":"#base_expression"},{"include":"#any_variable"}]},"statement":{"patterns":[{"include":"#extends_statement"}]},"statement_keyword":{"patterns":[{"match":"\\\\b(?<!\\\\.)(continue|assert|break|elif|else|if|pass|return|while)\\\\b","name":"keyword.control.flow.gdscript"},{"match":"\\\\b(?<!\\\\.)(class)\\\\b","name":"storage.type.class.gdscript"},{"captures":{"1":{"name":"keyword.control.flow.gdscript"}},"match":"^\\\\s*(case|match)(?=\\\\s*([-+\\\\w\\\\d(\\\\[{'\\":#]|$))\\\\b"}]},"string_bracket_placeholders":{"patterns":[{"captures":{"1":{"name":"constant.character.format.placeholder.other.gdscript"},"3":{"name":"storage.type.format.gdscript"},"4":{"name":"storage.type.format.gdscript"}},"match":"({{|}}|(?:{\\\\w*(\\\\.[A-Za-z_]\\\\w*|\\\\[[^\\\\]'\\"]+\\\\])*(![rsa])?(:\\\\w?[<>=^]?[-+ ]?\\\\#?\\\\d*,?(\\\\.\\\\d+)?[bcdeEfFgGnosxX%]?)?}))","name":"meta.format.brace.gdscript"},{"captures":{"1":{"name":"constant.character.format.placeholder.other.gdscript"},"3":{"name":"storage.type.format.gdscript"},"4":{"name":"storage.type.format.gdscript"}},"match":"({\\\\w*(\\\\.[A-Za-z_]\\\\w*|\\\\[[^\\\\]'\\"]+\\\\])*(![rsa])?(:)[^'\\"{}\\\\n]*(?:\\\\{[^'\\"}\\\\n]*?\\\\}[^'\\"{}\\\\n]*)*})","name":"meta.format.brace.gdscript"}]},"string_percent_placeholders":{"captures":{"1":{"name":"constant.character.format.placeholder.other.gdscript"}},"match":"(%(\\\\([\\\\w\\\\s]*\\\\))?[-+#0 ]*(\\\\d+|\\\\*)?(\\\\.(\\\\d+|\\\\*))?([hlL])?[diouxXeEfFgGcrsab%])","name":"meta.format.percent.gdscript"},"strings":{"begin":"(r)?(\\"\\"\\"|'''|\\"|')","beginCaptures":{"1":{"name":"constant.character.escape.gdscript"}},"end":"\\\\2","name":"string.quoted.gdscript","patterns":[{"match":"\\\\\\\\.","name":"constant.character.escape.gdscript"},{"include":"#string_percent_placeholders"},{"include":"#string_bracket_placeholders"}]},"variable_declaration":{"begin":"\\\\b(?:(var)|(const))\\\\b","beginCaptures":{"1":{"name":"keyword.language.gdscript storage.type.var.gdscript"},"2":{"name":"keyword.language.gdscript storage.type.const.gdscript"}},"end":"$|;","name":"meta.variable.declaration.gdscript","patterns":[{"captures":{"1":{"name":"punctuation.separator.annotation.gdscript"},"2":{"name":"keyword.language.gdscript storage.type.const.gdscript"},"3":{"name":"entity.name.function.gdscript"}},"match":"(:)?\\\\s*(set|get)\\\\s+=\\\\s+([a-zA-Z_]\\\\w*)"},{"match":":=|=(?!=)","name":"keyword.operator.assignment.gdscript"},{"captures":{"1":{"name":"punctuation.separator.annotation.gdscript"},"2":{"name":"entity.name.type.class.gdscript"}},"match":"(:)\\\\s*([a-zA-Z_]\\\\w*)?"},{"captures":{"1":{"name":"keyword.language.gdscript storage.type.const.gdscript"},"2":{"name":"entity.name.function.gdscript"},"3":{"name":"entity.name.function.gdscript"}},"match":"(setget)\\\\s+([a-zA-Z_]\\\\w*)(?:[,]\\\\s*([a-zA-Z_]\\\\w*))?"},{"include":"#expression"},{"include":"#letter"},{"include":"#any_variable"},{"include":"#any_property"},{"include":"#keywords"}]},"wordlike_operator":{"match":"\\\\b(and|or|not)\\\\b","name":"keyword.operator.wordlike.gdscript"}},"scopeName":"source.gdscript"}`)),t=[e];export{t as default};
|