feat(projects): finish page home

This commit is contained in:
Soybean
2024-01-25 01:12:33 +08:00
parent 62e4da053d
commit 7bd1e47af9
12 changed files with 8008 additions and 118 deletions

21
src/typings/app.d.ts vendored
View File

@ -370,6 +370,11 @@ declare namespace App {
devDep: string;
};
home: {
greeting: string;
weatherDesc: string;
projectCount: string;
todo: string;
message: string;
downloadCount: string;
registerCount: string;
schedule: string;
@ -377,9 +382,19 @@ declare namespace App {
work: string;
rest: string;
entertainment: string;
visit: string;
amount: string;
trade: string;
visitCount: string;
turnover: string;
dealCount: string;
projectNews: {
title: string;
moreNews: string;
desc1: string;
desc2: string;
desc3: string;
desc4: string;
desc5: string;
};
creativity: string;
};
};
form: {