mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
* 增加#录入夜兰面板
命令,可手工录入角色面板信息,用于伤害计算及角色展示。具体可参见#角色面板帮助
* `关于面板更新服务`:由于2.7版本底层数据架构变更,角色面板服务受到影响。预计可能会花费较长时间升级适配,请见谅 (ಥ_ಥ)
This commit is contained in:
parent
93c1509163
commit
df0fdfa986
@ -401,6 +401,7 @@ let Profile = {
|
||||
|
||||
inputProfile(uid, e) {
|
||||
let { avatar, inputData } = e;
|
||||
inputData = inputData.replace("#", "");
|
||||
inputData = inputData.replace(/,|;|、|\n|\t/g, ",");
|
||||
let attr = {};
|
||||
let attrMap = {
|
||||
|
Loading…
Reference in New Issue
Block a user