规范命名.
This commit is contained in:
@@ -41,8 +41,8 @@ orion:
|
||||
aes:
|
||||
# 加密秘钥
|
||||
secret-key: uQeacXV8b3isvKLK
|
||||
thread:
|
||||
pool:
|
||||
async:
|
||||
executor:
|
||||
core-pool-size: 8
|
||||
max-pool-size: 16
|
||||
queue-capacity: 200
|
||||
|
||||
@@ -146,9 +146,9 @@ orion:
|
||||
infra:
|
||||
group: "infra - 基建模块"
|
||||
path: "infra"
|
||||
machine:
|
||||
group: "machine - 机器资源模块"
|
||||
path: "machine"
|
||||
asset:
|
||||
group: "asset - 资产模块"
|
||||
path: "asset"
|
||||
|
||||
logging:
|
||||
# 全局日志打印
|
||||
@@ -189,10 +189,10 @@ orion:
|
||||
secret-key: I66AndrKWrwXjtBL
|
||||
use-generator-key: true
|
||||
generator-key-length: 128
|
||||
thread:
|
||||
async:
|
||||
# 线程池配置
|
||||
pool:
|
||||
executor:
|
||||
core-pool-size: 2
|
||||
max-pool-size: 4
|
||||
keep-alive-seconds: 180
|
||||
queue-capacity: 30
|
||||
keep-alive-seconds: 180
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
<script lang="ts" setup>
|
||||
import { usePagination, useColLayout } from '@/types/card';
|
||||
import { computed, reactive, ref } from 'vue';
|
||||
import useLoading from '@/hooks/loading';
|
||||
|
||||
Reference in New Issue
Block a user