修复前端量级无法显示数据,增加清风审核和大神 CMS 的 Cookie 输入修改为可选
This commit is contained in:
@@ -532,6 +532,12 @@
|
||||
.message.fade-out {
|
||||
animation: el-message-fade-out .3s;
|
||||
}
|
||||
|
||||
.optional-label {
|
||||
color: #999;
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -570,27 +576,27 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Breeze工单系统 Cookie</label>
|
||||
<input type="text" name="breeze_cookie" placeholder="请输入Breeze系统Cookie" required>
|
||||
<div style="color: #ff4d4f; font-size: 12px; margin-top: 5px;">
|
||||
必填项
|
||||
</div>
|
||||
<label for="breeze_cookie">
|
||||
<div>清风审核系统Cookie:<span class="optional-label">(可选)</span></div>
|
||||
<div class="cookie-help">从<a href="https://breeze.opd.netease.com/center/workbench" target="_blank">breeze.opd.netease.com</a>获取</div>
|
||||
</label>
|
||||
<input type="text" name="breeze_cookie" placeholder="请输入清风审核系统Cookie(可选)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>CMS系统 Cookie</label>
|
||||
<input type="text" name="cms_cookie" placeholder="请输入CMS系统Cookie" required>
|
||||
<div style="color: #ff4d4f; font-size: 12px; margin-top: 5px;">
|
||||
必填项
|
||||
</div>
|
||||
<label for="cms_cookie">
|
||||
<div>大神CMS系统Cookie:<span class="optional-label">(可选)</span></div>
|
||||
<div class="cookie-help">从<a href="https://god-cms.gameyw.netease.com/cms/" target="_blank">god-cms.gameyw.netease.com</a>获取</div>
|
||||
</label>
|
||||
<input type="text" name="cms_cookie" placeholder="请输入大神CMS系统Cookie(可选)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>CC审核平台 Cookie(可选)</label>
|
||||
<label for="inspect_cookie">
|
||||
<div>CC审核平台Cookie:<span class="optional-label">(可选)</span></div>
|
||||
<div class="cookie-help">从<a href="https://inspect.cc.163.com/#/forum/contenttrack" target="_blank">cc.163.com</a>获取</div>
|
||||
</label>
|
||||
<input type="text" name="inspect_cookie" placeholder="请输入CC审核平台Cookie(可选)">
|
||||
<div style="color: #ff4d4f; font-size: 12px; margin-top: 5px;">
|
||||
此选项可填可不填
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cookie-guide">
|
||||
|
Reference in New Issue
Block a user