mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 07:50:19 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
89a0553c59 | |||
3605826953 | |||
75f2f2dd4f |
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "star-rail-warp-export",
|
"name": "star-rail-warp-export",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"main": "./dist/electron/main/main.js",
|
"main": "./dist/electron/main/main.js",
|
||||||
"author": "biuuu <https://github.com/biuuu>",
|
"author": "biuuu <https://github.com/biuuu>",
|
||||||
|
"homepage": "https://github.com/biuuu/star-rail-warp-export",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node .electron-vite/dev-runner.js",
|
"dev": "node .electron-vite/dev-runner.js",
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
import * as IconComponents from '@element-plus/icons-vue'
|
import * as IconComponents from '@element-plus/icons-vue'
|
||||||
|
|
||||||
const weaponTypeNames = new Set([
|
const weaponTypeNames = new Set([
|
||||||
'光锥', '光錐', 'Lichtkegel', 'Light Cone', 'Conos de luz', 'cônes de lumière', '光円錐', '광추', 'Cones de Luz', 'Световые конусы', 'Nón Ánh Sáng'
|
'光锥', '光錐', 'Lichtkegel', 'Light Cone', 'Conos de luz', 'cônes de lumière', '光円錐', '광추', 'Cones de Luz', 'Световые конусы', 'Nón Ánh Sáng', 'Cône de lumière'
|
||||||
])
|
])
|
||||||
|
|
||||||
const characterTypeNames = new Set([
|
const characterTypeNames = new Set([
|
||||||
'角色', 'Figur', 'Character', 'Personajes', 'Personnages', 'Karakter', 'キャラクター', '캐릭터', 'Personagens', 'Персонажи', 'ตัวละคร', 'Nhân Vật'
|
'角色', 'Figur', 'Character', 'Personajes', 'Personnages', 'Karakter', 'キャラクター', '캐릭터', 'Personagens', 'Персонажи', 'ตัวละคร', 'Nhân Vật', 'Personnage'
|
||||||
])
|
])
|
||||||
|
|
||||||
const isCharacter = (name) => characterTypeNames.has(name)
|
const isCharacter = (name) => characterTypeNames.has(name)
|
||||||
@ -21,4 +21,4 @@ export {
|
|||||||
isWeapon,
|
isWeapon,
|
||||||
isCharacter,
|
isCharacter,
|
||||||
IconInstaller,
|
IconInstaller,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user