v3.7.0 (2024-09-28) Java17+SpringBoot3重磅更新,【新增】支持Java17;【新增】支持SpringBoot3;【优化】优化AES和SM4加密;【优化】优化三级等保文档;

This commit is contained in:
zhuoda
2024-09-28 21:54:38 +08:00
parent 4362e8df8b
commit 0f719aee10
659 changed files with 42717 additions and 82 deletions

View File

@@ -35,7 +35,7 @@ defineExpose({
show,
});
const visible = ref(false);
const visible = ref(true);
function show() {
visible.value = true;
}

View File

@@ -20,7 +20,7 @@
<a-row class="content">
<span class="left-content">
<p class="last-login-info"><AlertOutlined />{{ lastLoginInfo }}</p>
<a class="sentence" href="https://zhuoda.vip/soup" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
<a class="sentence" href="#" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
</span>
<div class="weather">
<iframe
@@ -112,7 +112,7 @@
let next = lunar.getNextJieQi();
let nextJieqi = next.getName() + ' ' + next.getSolar().toYmd();
return `${day} 星期${week},农历${lunarMonth}${lunarDay}(当前${jieqi}${nextJieqi} `;
return `${day} 星期${week},农历${lunarMonth}${lunarDay}(当前${jieqi}${nextJieqi} `;
});
// 毒鸡汤

View File

@@ -62,6 +62,7 @@
</a-col>
</a-row>
</a-col>
<!-- <AdModal/>-->
</a-row>
</template>
<script setup>
@@ -74,6 +75,7 @@
import Category from './components/echarts/category.vue';
import Pie from './components/echarts/pie.vue';
import Gradient from './components/echarts/gradient.vue';
// import AdModal from './ad-modal.vue';
// 业绩完成百分比
const saleTargetPercent = computed(() => {