feat(projects): page home & perf useEcharts

This commit is contained in:
Soybean
2024-01-24 01:48:23 +08:00
parent 0fae9932ac
commit 62e4da053d
8 changed files with 511 additions and 23 deletions

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

@ -369,6 +369,18 @@ declare namespace App {
prdDep: string;
devDep: string;
};
home: {
downloadCount: string;
registerCount: string;
schedule: string;
study: string;
work: string;
rest: string;
entertainment: string;
visit: string;
amount: string;
trade: string;
};
};
form: {
userName: FormMsg;