minor fix1
This commit is contained in:
parent
99d3b80e7d
commit
8c5c09bf07
|
@ -42853,7 +42853,6 @@
|
||||||
spinningIdentityCard:function(identity,dialog){
|
spinningIdentityCard:function(identity,dialog){
|
||||||
const card=ui.create.identityCard(identity);
|
const card=ui.create.identityCard(identity);
|
||||||
const buttons=ui.create.div('.buttons',dialog.content);
|
const buttons=ui.create.div('.buttons',dialog.content);
|
||||||
buttons.appendChild(card);
|
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
buttons.appendChild(card);
|
buttons.appendChild(card);
|
||||||
dialog.open();
|
dialog.open();
|
||||||
|
|
|
@ -38,6 +38,8 @@ var pinyin_dict_polyphone = {
|
||||||
"马日磾": " mì dī",
|
"马日磾": " mì dī",
|
||||||
|
|
||||||
"凯撒": " sà",
|
"凯撒": " sà",
|
||||||
|
"梼杌": "táo ",
|
||||||
|
"地藏王": " zàng ",
|
||||||
|
|
||||||
"乐无异": "yuè ",
|
"乐无异": "yuè ",
|
||||||
"端蒙": " méng",
|
"端蒙": " méng",
|
||||||
|
@ -141,6 +143,7 @@ var pinyin_dict_polyphone = {
|
||||||
"膴仕": "wǔ ",
|
"膴仕": "wǔ ",
|
||||||
|
|
||||||
"蒙斥": "méng ",
|
"蒙斥": "méng ",
|
||||||
|
"奈落": " luò",
|
||||||
|
|
||||||
"乐动": "yuè ",
|
"乐动": "yuè ",
|
||||||
"血凰": "xuè ",
|
"血凰": "xuè ",
|
||||||
|
|
Loading…
Reference in New Issue