mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
fix runing misspell
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-dialog
|
||||
modal-class="runing-overlay__modal"
|
||||
modal-class="running-overlay__modal"
|
||||
:model-value="isDialogVisible"
|
||||
:close-on-click-modal="false"
|
||||
:close-on-press-escape="false"
|
||||
@@ -56,7 +56,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
// const taskManagerStore = useTaskManagerStore()
|
||||
// const runingTaskInfo = computed(() => {
|
||||
// const runningTaskInfo = computed(() => {
|
||||
// return taskManagerStore.runningTasks?.find((it) => {
|
||||
// return it.workerId === props.workerId
|
||||
// })
|
||||
@@ -135,7 +135,7 @@ ipcRenderer.on('worker-exited', (ev, payload) => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.el-overlay.runing-overlay__modal {
|
||||
.el-overlay.running-overlay__modal {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -1198,12 +1198,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="runing-overlay__wrap"
|
||||
class="running-overlay__wrap"
|
||||
:style="{
|
||||
pointerEvents: 'none'
|
||||
}"
|
||||
>
|
||||
<RuningOverlay
|
||||
<RunningOverlay
|
||||
ref="runningOverlayRef"
|
||||
worker-id="geekAutoStartWithBossMain"
|
||||
:run-record-id="runRecordId"
|
||||
@@ -1232,7 +1232,7 @@
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
</RuningOverlay>
|
||||
</RunningOverlay>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -1266,7 +1266,7 @@ import CityChooser from './components/CityChooser.vue'
|
||||
import conditions from '@geekgeekrun/geek-auto-start-chat-with-boss/internal-config/job-filter-conditions-20241002.json'
|
||||
import JobSourceDragOrderer from '../../../features/JobSourceDragOrderer/index.vue'
|
||||
import expectJobFilterTemplateList from './expectJobFilterTemplateList'
|
||||
import RuningOverlay from '@renderer/features/RunningOverlay/index.vue'
|
||||
import RunningOverlay from '@renderer/features/RunningOverlay/index.vue'
|
||||
import { RUNNING_STATUS_ENUM } from '../../../../../common/enums/auto-start-chat'
|
||||
|
||||
const gtagRenderer = (name, params?: object) => {
|
||||
@@ -2147,7 +2147,7 @@ const handleStopButtonClick = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
.runing-overlay__wrap {
|
||||
.running-overlay__wrap {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
@@ -207,12 +207,12 @@
|
||||
</el-form>
|
||||
</div>
|
||||
<div
|
||||
class="runing-overlay__wrap"
|
||||
class="running-overlay__wrap"
|
||||
:style="{
|
||||
pointerEvents: 'none'
|
||||
}"
|
||||
>
|
||||
<RuningOverlay
|
||||
<RunningOverlay
|
||||
ref="runningOverlayRef"
|
||||
worker-id="readNoReplyAutoReminderMain"
|
||||
:run-record-id="runRecordId"
|
||||
@@ -241,7 +241,7 @@
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
</RuningOverlay>
|
||||
</RunningOverlay>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -258,7 +258,7 @@ import {
|
||||
import { gtagRenderer as baseGtagRenderer } from '@renderer/utils/gtag'
|
||||
import mittBus from '../../utils/mitt'
|
||||
import { QuestionFilled } from '@element-plus/icons-vue'
|
||||
import RuningOverlay from '@renderer/features/RunningOverlay/index.vue'
|
||||
import RunningOverlay from '@renderer/features/RunningOverlay/index.vue'
|
||||
const gtagRenderer = (name, params?: object) => {
|
||||
return baseGtagRenderer(name, {
|
||||
scene: 'rnrr-config',
|
||||
@@ -638,7 +638,7 @@ const handleStopButtonClick = async () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
.runing-overlay__wrap {
|
||||
.running-overlay__wrap {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user