This commit is contained in:
Zyronon
2025-10-15 02:30:44 +08:00
parent ba330d37fa
commit 7310de7a9f
13 changed files with 133 additions and 235 deletions

View File

@@ -3277,12 +3277,6 @@ async function start() {
// console.log(JSON.stringify(v, null, 2));
let res = await fetch('http://localhost/v1/words/addDict', {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
...v,

File diff suppressed because one or more lines are too long