mirror of
https://github.com/webxoss/webxoss-client.git
synced 2025-01-31 07:29:08 +01:00
Remove helper wanted
This commit is contained in:
parent
8963b8f008
commit
8748f06269
4 changed files with 13 additions and 45 deletions
|
@ -1067,17 +1067,17 @@ checkDomain();
|
||||||
// };
|
// };
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (localStorage.getItem('notice') !== 'helper-wanted') {
|
// if (localStorage.getItem('notice') !== 'helper-wanted') {
|
||||||
if (Localize.getLanguage() === 'zh_CN') {
|
// if (Localize.getLanguage() === 'zh_CN') {
|
||||||
$('subtitle').className = 'helper-wanted';
|
// $('subtitle').className = 'helper-wanted';
|
||||||
$('link-helper-wanted').onclick = function () {
|
// $('link-helper-wanted').onclick = function () {
|
||||||
$('subtitle').className = '';
|
// $('subtitle').className = '';
|
||||||
localStorage.setItem('notice','helper-wanted');
|
// localStorage.setItem('notice','helper-wanted');
|
||||||
msgBox.preset('helper-wanted');
|
// msgBox.preset('helper-wanted');
|
||||||
$('helper-wanted-button-ok').onclick = msgBox.close.bind(msgBox);
|
// $('helper-wanted-button-ok').onclick = msgBox.close.bind(msgBox);
|
||||||
};
|
// };
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 通知
|
// 通知
|
||||||
// if (localStorage.getItem('notice')) {
|
// if (localStorage.getItem('notice')) {
|
||||||
|
|
12
css.css
12
css.css
|
@ -34,18 +34,6 @@ ol,ul,li {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
/*cursor: pointer;*/
|
/*cursor: pointer;*/
|
||||||
}
|
}
|
||||||
#link-helper-wanted {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#subtitle.helper-wanted #link-helper-wanted {
|
|
||||||
display: block;
|
|
||||||
font-weight: bold;
|
|
||||||
color: blue !important;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#subtitle.helper-wanted #link-version {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/*#notice-match {
|
/*#notice-match {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
22
index.html
22
index.html
|
@ -17,7 +17,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="Hall">
|
<div id="Hall">
|
||||||
<div id="Logo">WEBXOSS</div>
|
<div id="Logo">WEBXOSS</div>
|
||||||
<div id="subtitle"><a id="link-helper-wanted" href="javascript:;">WEBXOSS需要你的帮助</a><a id="link-version" href="versions.txt" target="_blank"><技艺代号 †S·C†></a></div>
|
<div id="subtitle"><a id="link-version" href="versions.txt" target="_blank"><技艺代号 †S·C†></a></div>
|
||||||
<div id="div-notice">
|
<div id="div-notice">
|
||||||
<span id="span-notice"></span>
|
<span id="span-notice"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -208,26 +208,6 @@
|
||||||
<span>
|
<span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="preset-helper-wanted">
|
|
||||||
<p>大家好w</p>
|
|
||||||
<p>我是WEBXOSS的产品+项目+开发+测试+运维——团子。<br>嗯,WEBXOSS的一切工作都几乎由团子一人承担呢...</p>
|
|
||||||
<p>团子一个人太累了,需要你帮帮忙哦。</p>
|
|
||||||
<p>如果你是程序员,你可以帮团子写新卡,优化糟糕透顶的代码,开发点新功能。</p>
|
|
||||||
<p>不是程序员也没关系,你可以:
|
|
||||||
<ul>
|
|
||||||
<li>帮团子测试新的卡片效果,</li>
|
|
||||||
<li>帮团子验证报告的BUG,</li>
|
|
||||||
<li>帮团子给新效果的实现提供点子,</li>
|
|
||||||
<li>帮团子整理规则资料,</li>
|
|
||||||
<li>帮团子暖一下床。</li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
<p>如果你乐意帮助分身乏术的团子,请联系 <a href="mailto:webxoss@gmail.com">webxoss@gmail.com</a> 吧,<br>团子会感激你的。</p>
|
|
||||||
<p>谢谢ww</p>
|
|
||||||
<p style="text-align: right;">团子</p>
|
|
||||||
<p style="text-align: right;">2016-11-05</p>
|
|
||||||
<div style="text-align: right;"><button id="helper-wanted-button-ok">确定</button></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="msgbox-body">
|
<div id="msgbox-body">
|
||||||
<div><span id="msgbox-msg"></span></div>
|
<div><span id="msgbox-msg"></span></div>
|
||||||
|
|
|
@ -45,4 +45,4 @@ background/loading.gif
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|
||||||
# 2016/12/10 14:11
|
# 2016/12/10 14:39
|
||||||
|
|
Loading…
Reference in a new issue