File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Ready for contest use! Data structures and algorithms in pure JavaScript with ze
1010
1111Useful links:
1212
13- - Online playground: https://harttle.land /contest.js
13+ - Online playground: https://www. harttle.com /contest.js
1414- LeetCode Tampermonkey script to run/check cases: https://greasyfork.org/zh-CN/scripts/402276-leetcode-helper-for-javascript
1515
1616** Table of Contents**
Original file line number Diff line number Diff line change 1010
1111有用链接:
1212
13- - 在线预览: https://harttle.land /contest.js
13+ - 在线预览: https://www. harttle.com /contest.js
1414- 在 LeetCode 页面执行/判定用例: https://greasyfork.org/zh-CN/scripts/402276-leetcode-helper-for-javascript
1515
1616** 索引**
Original file line number Diff line number Diff line change @@ -141,9 +141,8 @@ <h2>Output</h2>
141141 copyButton . addEventListener ( 'click' , ( ) => {
142142 const template = templateEditor . getValue ( )
143143 const text = `/*
144- * Template from contest.js
144+ * Template from https://www.harttle.com/ contest.js
145145 * Github: https://github.com/harttle/contest.js
146- * Website: https://harttle.land/contest.js/
147146 */
148147${ template } `
149148 console . log ( `copy text:\n${ text } ` )
You can’t perform that action at this time.
0 commit comments