diff --git a/README.md b/README.md index 8d7c4bf..26f337d 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ - 此时后面的正文可正常阅读 ``` -e=p=>p.nodeType==3?p.data=p.data.split('').reverse -().join(''):p.childNodes.forEach(c=>e(c)),e(readme) +e=p=>p.nodeType==3?p.data=p.data.split('').reverse().join(''):p.childNodes +.forEach(c=>e(c)),e(document.querySelector('.repository-content')) ``` diff --git a/README_EN.md b/README_EN.md index f53faf9..f5651b3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -39,8 +39,8 @@ - At this time, the following text can be read normally ``` -e=p=>p.nodeType==3?p.data=p.data.split('').reverse -().join(''):p.childNodes.forEach(c=>e(c)),e(readme) +e=p=>p.nodeType==3?p.data=p.data.split('').reverse().join(''):p.childNodes +.forEach(c=>e(c)),e(document.querySelector('.repository-content')) ```