提交 c8e12e09 编写于 作者: X xjh22222228

fix: rate default 5

上级 807b94d6
......@@ -62,7 +62,7 @@ Token: `e029bffdc84a9b4a1ef873fe6880d7e9d67d2459`
- 🍰 支持 SEO。
- 🍰 完全纯静态, 提供自动化部署功能。
- 🍰 三叉树分类、结构清晰、分类清晰。
- 🍰 支持一个网站多个分类。
- 🍰 支持一个网站关联多个网址
- 🍰 颜值与简约并存,不再是杀马特时代。
- 🍰 完全开源,轻松定制化。
- 🍰 支持多种浏览模式,创新。
......
......@@ -43,7 +43,7 @@ export class CreateWebComponent implements OnInit {
title: ['', [Validators.required]],
url: ['', [Validators.required]],
top: [false],
rate: [0],
rate: [5],
url0: [''],
url1: [''],
url2: [''],
......@@ -57,7 +57,7 @@ export class CreateWebComponent implements OnInit {
ngOnChanges() {
setTimeout(() => {
if (this.visible) {
if (!this.visible) {
this.validateForm.reset()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册