parent
ea1fe98c20
commit
3733461807
|
|
@ -9,7 +9,7 @@ interface FormValue {
|
|||
content: string;
|
||||
author: string;
|
||||
origin: string;
|
||||
links: string;
|
||||
link: string;
|
||||
is_comment: boolean;
|
||||
}
|
||||
|
||||
|
|
@ -55,8 +55,12 @@ function Say() {
|
|||
<input {...bindInput("author")} placeholder="作者" />
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="links">链接</label>
|
||||
<input {...bindInput("links")} placeholder="链接" />
|
||||
<label htmlFor="origin">来源</label>
|
||||
<input {...bindInput("origin")} placeholder="来源" />
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="link">链接</label>
|
||||
<input {...bindInput("link")} placeholder="链接" />
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="is_comment">摘抄</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue