Skip to content

Commit

Permalink
chore: adjust assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 3, 2024
1 parent efa069a commit 2030113
Show file tree
Hide file tree
Showing 17 changed files with 143 additions and 290 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dictionaries: []
words:
- acubismmotion
- airi-vtuber
- Attributify
- composables
- csmmap
- csmvector
Expand Down
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ export default antfu(
{
unocss: true,
formatters: true,
ignores: [
'**/assets/js/**',
'**/assets/live2d/models/**',
],
},
)
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9" />
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="アイリ" />
<link rel="manifest" href="/site.webmanifest" />
<script>
;(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
Expand Down
34 changes: 16 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"dependencies": {
"@11labs/client": "^0.0.4",
"@ai-sdk/openai": "^1.0.5",
"@pixi/app": "^6.5.10",
"@pixi/constants": "6",
"@pixi/core": "6",
"@pixi/display": "6",
"@pixi/extensions": "^6.5.10",
"@pixi/loaders": "6",
"@pixi/math": "6",
"@pixi/runner": "6",
"@pixi/settings": "6",
"@pixi/sprite": "6",
"@pixi/ticker": "^6.5.10",
"@pixi/utils": "6",
"@types/yauzl": "^2.10.3",
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.65.0",
Expand All @@ -28,6 +40,7 @@
"ofetch": "^1.4.1",
"openai": "^4.74.0",
"pinia": "^2.2.8",
"pixi-live2d-display": "^0.4.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
Expand All @@ -36,24 +49,13 @@
"vue-demi": "^0.14.10",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"yauzl": "^3.2.0"
"yauzl": "^3.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@pixi/app": "^6.5.10",
"@pixi/constants": "6",
"@pixi/core": "6",
"@pixi/display": "6",
"@pixi/extensions": "^6.5.10",
"@pixi/loaders": "6",
"@pixi/math": "6",
"@pixi/runner": "6",
"@pixi/settings": "6",
"@pixi/sprite": "6",
"@pixi/ticker": "^6.5.10",
"@pixi/utils": "6",
"@shikijs/markdown-it": "^1.24.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
Expand All @@ -68,7 +70,6 @@
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.10",
"markdown-it-link-attributes": "^4.0.1",
"pixi-live2d-display": "^0.4.0",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"shiki": "^1.24.0",
Expand All @@ -88,11 +89,8 @@
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-ssg": "^0.24.1",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10",
"zod": "^3.23.8"
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.2",
Expand Down
Loading

0 comments on commit 2030113

Please sign in to comment.