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