File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ function insertButton() {
363
363
364
364
// const writeSolutionButton = document.createElement("div");
365
365
const copyButton = buttons [ i ] . cloneNode ( true ) ;
366
- copyButton . innerText = "复制所有内置用例 " ;
366
+ copyButton . innerText = "复制用例 " ;
367
367
copyButton . style [ "margin-left" ] = "10px" ;
368
368
copyButton . onclick = ( ) => {
369
369
const cases = getProviedTestCases ( ) ;
@@ -375,7 +375,7 @@ function insertButton() {
375
375
} ;
376
376
buttons [ i ] . parentElement . prepend ( copyButton ) ;
377
377
const writeSolutionButton = document . createElement ( "a" ) ;
378
- writeSolutionButton . innerText = "去写题解 " ;
378
+ writeSolutionButton . innerText = "写题解 " ;
379
379
writeSolutionButton . style [ "margin-right" ] = "20px" ;
380
380
writeSolutionButton . style [ "line-height" ] = "32px" ;
381
381
You can’t perform that action at this time.
0 commit comments