updated 页面加速
This commit is contained in:
parent
888532141a
commit
76ecc7e668
@ -620,7 +620,7 @@
|
|||||||
$panel.querySelector('.btn-green').onclick = count;
|
$panel.querySelector('.btn-green').onclick = count;
|
||||||
})();
|
})();
|
||||||
</script>
|
</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>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
|
@ -1705,9 +1705,8 @@
|
|||||||
var nameList = _map[key];
|
var nameList = _map[key];
|
||||||
prefixList.forEach(function(prefix){
|
prefixList.forEach(function(prefix){
|
||||||
nameList.forEach(function(name){
|
nameList.forEach(function(name){
|
||||||
var newName = prefix+name;
|
|
||||||
if(!allName[name]){ // 配偶组合的称呼不得已原有称呼冲突(如:妻舅!=妻子的舅舅;外舅公!=老公的舅公)
|
if(!allName[name]){ // 配偶组合的称呼不得已原有称呼冲突(如:妻舅!=妻子的舅舅;外舅公!=老公的舅公)
|
||||||
_map[newKey].push(newName);
|
_map[newKey].push(prefix+name);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -620,7 +620,7 @@
|
|||||||
$panel.querySelector('.btn-green').onclick = count;
|
$panel.querySelector('.btn-green').onclick = count;
|
||||||
})();
|
})();
|
||||||
</script>
|
</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>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user