adjust ui description text in cookie assistant

This commit is contained in:
geekgeekrun
2024-03-08 09:58:50 +08:00
parent 8f1b49e4a9
commit 4b0a1aa777
@@ -1,6 +1,6 @@
<template> <template>
<div> <div class="cookie-assistant-page">
<h1>Cookie 配置助手</h1> <div ml1em mt1em mb1em >Cookie 助手</div>
<el-alert <el-alert
v-if="cookieInvalid" v-if="cookieInvalid"
type="warning" type="warning"
@@ -10,21 +10,17 @@
由于您是首次使用本程序或者您之前使用的Boss直聘账号登录状态失效因此您需要重新获取登录凭证 由于您是首次使用本程序或者您之前使用的Boss直聘账号登录状态失效因此您需要重新获取登录凭证
</el-alert> </el-alert>
<div ml1em mt1em line-height-normal> <div ml1em mt1em line-height-normal>
如果您了解如何获取Cookie了解有效的Cookie格式可以直接在下方输入框中进行编辑<br /> 如果您了解如何获取Cookie了解有效的Cookie格式可以直接在下方输入框中进行编辑由于手动编辑较为麻烦建议您打开已登录过Boss直聘的浏览器使用<a
手动编辑较为麻烦建议您打开已登录过Boss直聘的浏览器使用
<a
color-blue color-blue
decoration-none decoration-none
href="javascript:void(0)" href="javascript:void(0)"
@click.prevent="handleEditThisCookieExtensionStoreLinkClick" @click.prevent="handleEditThisCookieExtensionStoreLinkClick"
>EditThisCookie 扩展程序</a >EditThisCookie 扩展程序</a
> >复制Cookie然后粘贴在下方输入框中文本格式为被序列化为JSON的数组不含两侧引号
复制Cookie然后粘贴在下方输入框中<br />
格式为被序列化为JSON的数组不含两侧引号
</div> </div>
<br /> <br />
<div ml1em line-height-normal> <div ml1em line-height-normal>
如果您不了解Cookie相关概念或者不能访问Chrome扩展程序商店下载EditThisCookie来获取Cookie请按照以下步骤进行操作 如果您不了解Cookie相关概念或者期望操作简单一些请按照以下步骤进行操作
</div> </div>
<ol lh-2em mt-0> <ol lh-2em mt-0>
<li> <li>
@@ -226,6 +222,13 @@ onUnmounted(() => {
}) })
</script> </script>
<style lang="scss" scoped>
.cookie-assistant-page {
max-width: 640px;
margin: 0 auto;
}
</style>
<style lang="scss"> <style lang="scss">
.cookie-form.el-form { .cookie-form.el-form {
.el-form-item__error--inline { .el-form-item__error--inline {