保存一下
This commit is contained in:
18
src/core/apps/department/app.json
Normal file
18
src/core/apps/department/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "department",
|
||||
"title": "部门",
|
||||
"description": "部门",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "部门",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/department/main.vue
Normal file
9
src/core/apps/department/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
部门页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/fileManage/app.json
Normal file
18
src/core/apps/fileManage/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "fileManage",
|
||||
"title": "文件管理",
|
||||
"description": "文件管理",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "文件管理",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/fileManage/main.vue
Normal file
9
src/core/apps/fileManage/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
文件管理页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/music/app.json
Normal file
18
src/core/apps/music/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "music",
|
||||
"title": "音乐",
|
||||
"description": "音乐",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "音乐",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/music/main.vue
Normal file
9
src/core/apps/music/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
音乐页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/personalCenter/app.json
Normal file
18
src/core/apps/personalCenter/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "personalCenter",
|
||||
"title": "个人中心",
|
||||
"description": "个人中心",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "个人中心",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/personalCenter/main.vue
Normal file
9
src/core/apps/personalCenter/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
个人中心页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/photograph/app.json
Normal file
18
src/core/apps/photograph/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "photograph",
|
||||
"title": "照片",
|
||||
"description": "照片",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "照片",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/photograph/main.vue
Normal file
9
src/core/apps/photograph/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
照片页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/recycleBin/app.json
Normal file
18
src/core/apps/recycleBin/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "recycleBin",
|
||||
"title": "回收站",
|
||||
"description": "回收站",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "回收站",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/recycleBin/main.vue
Normal file
9
src/core/apps/recycleBin/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
回收站页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/tv/app.json
Normal file
18
src/core/apps/tv/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "tv",
|
||||
"title": "电视",
|
||||
"description": "电视",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "电视",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/tv/main.vue
Normal file
9
src/core/apps/tv/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
电视页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
18
src/core/apps/video/app.json
Normal file
18
src/core/apps/video/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "video",
|
||||
"title": "电影",
|
||||
"description": "电影",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "电影",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/core/apps/video/main.vue
Normal file
9
src/core/apps/video/main.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
电影页面
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user