前端:
优化electron效果
This commit is contained in:
@@ -812,6 +812,9 @@ namespace IM_API.Migrations
|
||||
b.Property<int>("TotalChunks")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<string>("Url")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.HasKey("Id")
|
||||
.HasName("PRIMARY");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user