mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修正#前缀下wiki无法触发的问题
This commit is contained in:
parent
943219679a
commit
525e1525f6
@ -5,7 +5,7 @@ import CharMaterial from './CharMaterial.js'
|
||||
import { Cfg, Common } from '#miao'
|
||||
import { Character } from '#miao.models'
|
||||
|
||||
const wikiReg = /^(?:#|喵喵)?(?:星铁)+(.*)(天赋|技能|命座|命之座|资料|图鉴|照片|写真|图片|图像)$/
|
||||
const wikiReg = /^(?:#|喵喵)?(?:星铁)?(.*)(天赋|技能|命座|命之座|资料|图鉴|照片|写真|图片|图像)$/
|
||||
|
||||
const CharWiki = {
|
||||
check (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user