new retro mode

This commit is contained in:
2026-05-10 20:06:50 +02:00
parent 33cda2cc53
commit d8cd012ad1
4 changed files with 397 additions and 456 deletions
+7
View File
@@ -9,6 +9,7 @@
"version": "0.0.1",
"dependencies": {
"pinia": "^2.2.0",
"tuicss": "^2.1.2",
"vue": "^3.5.0",
"vue-i18n": "^10.0.8",
"vue-router": "^4.4.0"
@@ -1984,6 +1985,12 @@
"dev": true,
"license": "Apache-2.0"
},
"node_modules/tuicss": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/tuicss/-/tuicss-2.1.2.tgz",
"integrity": "sha512-bqsV0FPyargcF3s5wXAyFaZsQPf9a1jLeHqSURohQMXS06PkTfIuZwILE5bFoZouLhPjvhvNQanHaqMBU4/amA==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
+1
View File
@@ -9,6 +9,7 @@
},
"dependencies": {
"pinia": "^2.2.0",
"tuicss": "^2.1.2",
"vue": "^3.5.0",
"vue-i18n": "^10.0.8",
"vue-router": "^4.4.0"
+1
View File
@@ -3,6 +3,7 @@ import { createPinia } from 'pinia'
import { router } from './router/index.router'
import { i18n } from './i18n'
import App from './App.vue'
import 'tuicss/dist/tuicss.min.css'
import './styles/global.css'
import './styles/retro.css'
File diff suppressed because it is too large Load Diff