updated 页面加速

This commit is contained in:
PASSER-BY 2022-03-29 20:00:37 +08:00
parent 888532141a
commit 76ecc7e668
3 changed files with 3 additions and 4 deletions

View File

@ -620,7 +620,7 @@
$panel.querySelector('.btn-green').onclick = count;
})();
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async defer src="https://cdn.bootcdn.net/ajax/libs/github-buttons/2.21.1/buttons.common.min.js"></script>
<script>
var _hmt = _hmt || [];
(function() {

View File

@ -1705,9 +1705,8 @@
var nameList = _map[key];
prefixList.forEach(function(prefix){
nameList.forEach(function(name){
var newName = prefix+name;
if(!allName[name]){ // 配偶组合的称呼不得已原有称呼冲突(如:妻舅!=妻子的舅舅;外舅公!=老公的舅公)
_map[newKey].push(newName);
_map[newKey].push(prefix+name);
}
});
});

View File

@ -620,7 +620,7 @@
$panel.querySelector('.btn-green').onclick = count;
})();
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async defer src="https://cdn.bootcdn.net/ajax/libs/github-buttons/2.21.1/buttons.common.min.js"></script>
<script>
var _hmt = _hmt || [];
(function() {