mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-06 12:28:13 +00:00
fix:导航按钮英文修改
This commit is contained in:
parent
fd5088836b
commit
fa7a33cb9b
@ -247,7 +247,7 @@ const domHandle = (html)=>{
|
||||
const rLi = document.createElement('li');
|
||||
rLi.className = `l-ul-item ${i==0?'active':''}`;
|
||||
rLi.innerHTML = `
|
||||
<a class="txt-4001620 txt" href="#section-${i+1}">v${versionsNumbers[i]} update</a>
|
||||
<a class="txt-4001620 txt log-a" href="#section-${i+1}">v${versionsNumbers[i]} update</a>
|
||||
`;
|
||||
const rLi2 = document.createElement('li');
|
||||
rLi2.className = `l-ul-item`;
|
||||
@ -256,7 +256,7 @@ const domHandle = (html)=>{
|
||||
logsDrawer.classList.remove('open-logs-drawer');
|
||||
});
|
||||
rLi2.innerHTML = `
|
||||
<a class="txt-4001620 txt" href="#section-${i+1}">v${versionsNumbers[i]} update</a>
|
||||
<a class="txt-4001620 txt log-a" href="#section-${i+1}">v${versionsNumbers[i]} update</a>
|
||||
`;
|
||||
rlog.appendChild(rLi);
|
||||
rlog2.appendChild(rLi2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user