Add: simple get tags and create tag

This commit is contained in:
2021-12-12 03:23:21 +08:00
parent b96daa07c6
commit 1bbcecfb2e
9 changed files with 360 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ function Manage(props) {
},
body: JSON.stringify({
root: walkPath,
pattern: patternArray
pattern: patternArray,
}),
})
.then((res) => res.json())
@@ -64,6 +64,7 @@ function Manage(props) {
</button>
)}
<hr />
<button onClick={() => navigate("/manage/tags")}>Tags</button>
<h3>Update Database</h3>
<input
type="text"