mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 00:17:17 +08:00
adjust ui description text in cookie assistant
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user