This commit is contained in:
GGJ
2025-01-09 19:02:44 +08:00
commit 92e7a7a5eb
2943 changed files with 1152283 additions and 0 deletions

14
src/settings.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
// title: '灿能电能质量监测系统',
// fixedHeader: false,
// layout: 'layout4',
// themeColor: '#006566',
// tagsView: true,
// size: 'small'
title: "电能质量监测系统",
fixedHeader: false,
layout: "layout4",
themeColor: "#08576e",
tagsView: true,
size: "small",
};