mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
move brand logo flying animation to running-status
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<FlyingCompanyLogoList />
|
|
||||||
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="BOSS直聘 Cookie (使用EditThisCookie扩展程序,从你已登录过BOSS直聘的浏览器复制)"
|
label="BOSS直聘 Cookie (使用EditThisCookie扩展程序,从你已登录过BOSS直聘的浏览器复制)"
|
||||||
@@ -37,7 +36,6 @@ import JSON5 from 'json5'
|
|||||||
import { ElForm, ElMessage } from 'element-plus'
|
import { ElForm, ElMessage } from 'element-plus'
|
||||||
import router from '../../router/index'
|
import router from '../../router/index'
|
||||||
import { mountGlobalDialog as mountDependenciesSetupProgressIndicatorDialog } from '@renderer/features/DependenciesSetupProgressIndicatorDialog/operations'
|
import { mountGlobalDialog as mountDependenciesSetupProgressIndicatorDialog } from '@renderer/features/DependenciesSetupProgressIndicatorDialog/operations'
|
||||||
import FlyingCompanyLogoList from '../../features/FlyingCompanyLogoList/index.vue'
|
|
||||||
|
|
||||||
const formContent = ref({
|
const formContent = ref({
|
||||||
bossZhipinCookies: '',
|
bossZhipinCookies: '',
|
||||||
|
|||||||
@@ -7,12 +7,14 @@
|
|||||||
<p>🍀 祝你求职顺利!</p>
|
<p>🍀 祝你求职顺利!</p>
|
||||||
</article>
|
</article>
|
||||||
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>
|
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>
|
||||||
|
<FlyingCompanyLogoList />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onUnmounted } from 'vue';
|
import { ref, onUnmounted } from 'vue';
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from 'vue-router'
|
||||||
|
import FlyingCompanyLogoList from '../../features/FlyingCompanyLogoList/index.vue'
|
||||||
|
|
||||||
const { ipcRenderer } = electron
|
const { ipcRenderer } = electron
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -40,7 +42,6 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.geek-auto-start-chat-with-boss__running-status {
|
.geek-auto-start-chat-with-boss__running-status {
|
||||||
padding-top: 100px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user