Bahasa IndonesiaThe Empress's Harem Chapter 5 Someone Harmed Me!; Comic synopsis: I often hear: "Three princesses and three princesses!" A few of your colts are fighting again! "The domineering female president crossed over to the world of women, and when she woke up, she had seven more husbands?! Not only do you have to fight for the throne in the power struggle, but you also have to deal with those harem darlings who are jealous every day. These men, in order to seduce me, tried all kinds of beautiful male tricks, and I was even attracted to them!Chinese TraditionalEspañolSouth Korean
translate.service.use("client.edge");
translate.setAutoDiscriminateLocalLanguage();
translate.listener.start();
translate.selectLanguageTag.show=false; translate.execute();
$("#languageToggle").on("click",function(){
$(".languagemenu_container").toggle()
});
$(".languagemenu_item").on("click",function(){
translate.changeLanguage($(this).data("lang"));
localStorage.setItem("lang",$(this).data("lang"));
$(".languagemenu_container").hide()
});
Japanese
var dfdPrompt=null; var installPromptDiv=document.getElementById('install-prompt');
function shouldShowInstallPrompt(){
const oneDay=168*60*60*1000; const lastClosed=localStorage.getItem('installPromptClosed');
if(lastClosed){
const now=Date.now();
return now-lastClosed>oneDay
}return true
}
function showInstallPrompt(){
if(dfdPrompt&&shouldShowInstallPrompt()){
installPromptDiv.style.display='block'
}
}
function closePrompt(){
installPromptDiv.style.display='none';
localStorage.setItem('installPromptClosed',Date.now())
}
window.addEventListener('beforeinstallprompt',function(e){
dfdPrompt=e; e.preventDefault(); showInstallPrompt()
});
function addToDesktop(){
if(dfdPrompt){
dfdPrompt.prompt();
dfdPrompt.userChoice.then(function(choiceResult){
console.log(choiceResult.outcome);
closePrompt();
dfdPrompt=null
})
}else{
console.log('添加到主屏幕的功能不可用。 ')
}
}
window.onload=showInstallPrompt;