feat(stage-pages,stage-ui,ui): character list for v2

This commit is contained in:
Neko Ayaka
2026-01-05 14:34:02 +08:00
parent 37878307b8
commit 3f4fde4864
7 changed files with 457 additions and 32 deletions
+21 -18
View File
@@ -1,7 +1,3 @@
catalogMode: prefer
shellEmulator: true
packages:
- packages/**
- plugins/**
@@ -11,25 +7,15 @@ packages:
- apps/**
- '!**/dist/**'
overrides:
array-flatten: npm:@nolyfill/array-flatten@^1.0.44
axios: npm:feaxios@^0.0.23
is-core-module: npm:@nolyfill/is-core-module@^1.0.39
isarray: npm:@nolyfill/isarray@^1.0.44
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44
side-channel: npm:@nolyfill/side-channel@^1.0.44
string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44
patchedDependencies:
srvx@0.9.8: patches/srvx@0.9.8.patch
catalog:
'@capacitor/cli': ^8.0.0
'@capacitor/core': ^8.0.0
'@capacitor/ios': ^8.0.0
'@capacitor/local-notifications': ^8.0.0
'@guiiai/logg': ^1.2.11
'@iconify-json/logos': ^1.2.10
'@iconify-json/material-icon-theme': ^1.2.45
'@iconify-json/tabler': ^1.2.26
'@moeru/eslint-config': 0.1.0-beta.14
'@moeru/std': 0.1.0-beta.14
'@nekopaw/tempora': 0.4.0-alpha.1
@@ -64,6 +50,8 @@ catalog:
xsschema: ^0.4.0-beta.12
zod: ^4.2.1
catalogMode: prefer
catalogs:
rolldown-vite:
vite: npm:rolldown-vite@^7.3.0
@@ -72,7 +60,7 @@ catalogs:
'@vitest/coverage-v8': ^4.0.16
vitest: ^4.0.16
xsai:
'unspeech': ^0.1.11
unspeech: ^0.1.11
onlyBuiltDependencies:
- '@discordjs/opus'
@@ -96,3 +84,18 @@ onlyBuiltDependencies:
- spawn-sync
- utf-8-validate
- vue-demi
overrides:
array-flatten: npm:@nolyfill/array-flatten@^1.0.44
axios: npm:feaxios@^0.0.23
is-core-module: npm:@nolyfill/is-core-module@^1.0.39
isarray: npm:@nolyfill/isarray@^1.0.44
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44
side-channel: npm:@nolyfill/side-channel@^1.0.44
string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44
patchedDependencies:
srvx@0.9.8: patches/srvx@0.9.8.patch
shellEmulator: true