Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
import_hk_songs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2ad02073
...
2ad02073679b61e22ee489562e1bdb509692b87c
authored
2026-07-20 16:05:15 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(review): 修正提交确认提示文字描述
1 parent
bbb6ce14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
l2_review_dashboard.html
l2_review_dashboard.html
View file @
2ad0207
...
...
@@ -1537,7 +1537,7 @@
alert('历史报表仅供查看,请在 staging-db 中执行入库。');
return;
}
if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复
”将把词/曲作者增量
合并到已有记录。')) return;
if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复
数据
合并到已有记录。')) return;
els.importReviewedBtn.disabled = true;
els.importReviewedBtn.textContent = '入库中...';
try {
...
...
Please
register
or
sign in
to post a comment