From d0d5aa6d3570aa5173aa3bfe5900af073ea6accd Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期五, 07 七月 2023 09:23:30 +0800 Subject: [PATCH] 默认图标修改 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 51b8941..4f628a5 100644 --- a/pom.xml +++ b/pom.xml @@ -514,6 +514,12 @@ <profile.active>cq</profile.active> </properties> </profile> + <profile> + <id>sdy</id> + <properties> + <profile.active>sdy</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2