Skip to content

Commit 2befd5d

Browse files
committed
no message
1 parent c055b70 commit 2befd5d

36 files changed

+175
-71
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ Web/Dorisoy.Pan.Common/bin/
8080
Web/Dorisoy.Pan.API/obj/
8181
Web/Dorisoy.Pan.Data/bin/
8282
Web/Dorisoy.Pan.Helper/bin/
83+
Web/Dorisoy.Pan.API/temp/
84+
Web/Dorisoy.Pan.API/wwwroot/

Client/Dorisoy.Pan.Data/Contexts/CaptureManagerContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ protected override void OnModelCreating(ModelBuilder builder)
413413
.HasData(new PhysicalFolder()
414414
{
415415
Id = Guid.Parse("79073EC1-51E2-4772-95E6-9B06075A174B"),
416-
Name = "All Files",
416+
Name = "全部",
417417
SystemFolderName = 1,
418418
ParentId = null,
419419
Size = "",
@@ -449,7 +449,7 @@ protected override void OnModelCreating(ModelBuilder builder)
449449
.HasData(new VirtualFolder()
450450
{
451451
Id = Guid.Parse("A4D06132-D76C-49B5-8472-2BF78AC4147E"),
452-
Name = "All Files",
452+
Name = "全部",
453453
ParentId = null,
454454
Size = "",
455455
IsShared = false,

Client/Dorisoy.Pan.Data/Migrations/20230811035858_InitialCreate.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/Dorisoy.Pan.Data/Migrations/20230811035858_InitialCreate.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
10671067
migrationBuilder.InsertData(
10681068
table: "PhysicalFolders",
10691069
columns: new[] { "Id", "CreatedBy", "CreatedDate", "DeletedBy", "DeletedDate", "IsDeleted", "ModifiedBy", "ModifiedDate", "Name", "ParentId", "Size", "SystemFolderName" },
1070-
values: new object[] { new Guid("79073ec1-51e2-4772-95e6-9b06075a174b"), new Guid("115ce6fb-eaeb-49c9-9842-583ace34aa91"), new DateTime(2023, 8, 11, 11, 58, 58, 120, DateTimeKind.Local).AddTicks(7553), null, null, false, null, null, "All Files", null, "", 1L });
1070+
values: new object[] { new Guid("79073ec1-51e2-4772-95e6-9b06075a174b"), new Guid("115ce6fb-eaeb-49c9-9842-583ace34aa91"), new DateTime(2023, 8, 11, 11, 58, 58, 120, DateTimeKind.Local).AddTicks(7553), null, null, false, null, null, "全部", null, "", 1L });
10711071

10721072
migrationBuilder.InsertData(
10731073
table: "Roles",
@@ -1125,7 +1125,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
11251125
migrationBuilder.InsertData(
11261126
table: "VirtualFolders",
11271127
columns: new[] { "Id", "CreatedBy", "CreatedDate", "DeletedBy", "DeletedDate", "IsDeleted", "IsShared", "ModifiedBy", "ModifiedDate", "Name", "ParentId", "PhysicalFolderId", "Size" },
1128-
values: new object[] { new Guid("a4d06132-d76c-49b5-8472-2bf78ac4147e"), new Guid("115ce6fb-eaeb-49c9-9842-583ace34aa91"), new DateTime(2023, 8, 11, 11, 58, 58, 121, DateTimeKind.Local).AddTicks(846), null, null, false, false, null, null, "All Files", null, new Guid("79073ec1-51e2-4772-95e6-9b06075a174b"), "" });
1128+
values: new object[] { new Guid("a4d06132-d76c-49b5-8472-2bf78ac4147e"), new Guid("115ce6fb-eaeb-49c9-9842-583ace34aa91"), new DateTime(2023, 8, 11, 11, 58, 58, 121, DateTimeKind.Local).AddTicks(846), null, null, false, false, null, null, "全部", null, new Guid("79073ec1-51e2-4772-95e6-9b06075a174b"), "" });
11291129

11301130
migrationBuilder.InsertData(
11311131
table: "VirtualFolderUsers",

Client/Dorisoy.Pan.Data/Migrations/CaptureManagerContextModelSnapshot.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
839839
CreatedBy = new Guid("115ce6fb-eaeb-49c9-9842-583ace34aa91"),
840840
CreatedDate = new DateTime(2023, 8, 11, 11, 58, 58, 120, DateTimeKind.Local).AddTicks(7553),
841841
IsDeleted = false,
842-
Name = "All Files",
842+
Name = "全部",
843843
Size = "",
844844
SystemFolderName = 1L
845845
});
@@ -1628,7 +1628,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
16281628
CreatedDate = new DateTime(2023, 8, 11, 11, 58, 58, 121, DateTimeKind.Local).AddTicks(846),
16291629
IsDeleted = false,
16301630
IsShared = false,
1631-
Name = "All Files",
1631+
Name = "全部",
16321632
PhysicalFolderId = new Guid("79073ec1-51e2-4772-95e6-9b06075a174b"),
16331633
Size = ""
16341634
});

Client/Dorisoy.Pan/Controls/Dialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static async Task<string> Save(string title, string defaultFilename)
2121
{
2222
new FilePickerFileType("PDF files (.pdf)"){ Patterns = new List<string> { "pdf" } },
2323
new FilePickerFileType("Excel files (.xlsx)"){ Patterns = new List<string> { "xlsx", "Cvs" } },
24-
new FilePickerFileType("All files (.*)"){ Patterns = new List<string> { "mp4", "jepg", "*" } }
24+
new FilePickerFileType("全部 (.*)"){ Patterns = new List<string> { "mp4", "jepg", "*" } }
2525
},
2626
SuggestedFileName = defaultFilename
2727
};

Client/Dorisoy.Pan/ViewModels/DocumentPageViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public DocumentPageViewModel(IUsersService usersService) : base()
9696
AllowMultiple = true,
9797
FileTypeFilter = new FilePickerFileType[]
9898
{
99-
new FilePickerFileType("All files (.*)")
99+
new FilePickerFileType("全部 (.*)")
100100
{
101101
Patterns = new List<string> { "mp4", "jepg", "*" }
102102
}

Client/Dorisoy.Pan/ViewModels/MainViewViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public async void UploadDocument()
416416
{
417417
Title = "上传文件",
418418
AllowMultiple = true,
419-
FileTypeFilter = [new FilePickerFileType("All files (.*)")
419+
FileTypeFilter = [new FilePickerFileType("全部 (.*)")
420420
{
421421
Patterns = ["mp4", "jepg", "*"]
422422
}]

SQL/MsSQL.sql

-28 Bytes
Binary file not shown.

SQL/MySQL.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ CREATE TABLE `physicalfolders` (
217217

218218
LOCK TABLES `physicalfolders` WRITE;
219219
/*!40000 ALTER TABLE `physicalfolders` DISABLE KEYS */;
220-
INSERT INTO `physicalfolders` VALUES ('79073ec1-51e2-4772-95e6-9b06075a174b','All Files',1,NULL,NULL,'2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719',NULL,NULL,0);
220+
INSERT INTO `physicalfolders` VALUES ('79073ec1-51e2-4772-95e6-9b06075a174b','全部',1,NULL,NULL,'2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719',NULL,NULL,0);
221221
/*!40000 ALTER TABLE `physicalfolders` ENABLE KEYS */;
222222
UNLOCK TABLES;
223223
--
@@ -795,7 +795,7 @@ CREATE TABLE `virtualfolders` (
795795

796796
LOCK TABLES `virtualfolders` WRITE;
797797
/*!40000 ALTER TABLE `virtualfolders` DISABLE KEYS */;
798-
INSERT INTO `virtualfolders` VALUES ('a4d06132-d76c-49b5-8472-2bf78ac4147e','All FIles',NULL,NULL,0,'79073ec1-51e2-4772-95e6-9b06075a174b','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719',NULL,NULL,0);
798+
INSERT INTO `virtualfolders` VALUES ('a4d06132-d76c-49b5-8472-2bf78ac4147e','全部',NULL,NULL,0,'79073ec1-51e2-4772-95e6-9b06075a174b','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719','2021-06-01 00:00:00','4b352b37-332a-40c6-ab05-e38fcf109719',NULL,NULL,0);
799799
/*!40000 ALTER TABLE `virtualfolders` ENABLE KEYS */;
800800
UNLOCK TABLES;
801801

0 commit comments

Comments
 (0)