We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26feecf commit 08271f9Copy full SHA for 08271f9
1 file changed
tools/ulid-generator/app.html
@@ -178,8 +178,7 @@ <h1>ULID 生成器</h1>
178
const randomPart = randomString(16);
179
output.push(timePart + randomPart);
180
}
181
- document.getElementById('ulid-output').value = output.join('
182
-');
+ document.getElementById('ulid-output').value = output.join('\n');
183
184
185
function clearOutput() {
@@ -189,4 +188,4 @@ <h1>ULID 生成器</h1>
189
188
190
<script src="/assets/clicks.js" defer></script>
191
</body>
192
-</html>
+</html>
0 commit comments