mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): finish page home
This commit is contained in:
21
src/typings/app.d.ts
vendored
21
src/typings/app.d.ts
vendored
@ -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: {
|
||||
|
Reference in New Issue
Block a user