虎绿林UBB | 论坛UBB说明
视频链接
[code]标签现在会在发帖时就转换为html,极大的减少了帖子加载用时。本页的执行速度变快了10倍。
霍特
巨魔猎人扎尔尼
@主流网络,你可以通过 https://github.com/hu60t/hu60wap6 查看源代码并通过 https://github.com/hu60t/hu60wap6/archive/master.zip 下载它。没有安装说明。
[script]
$(function(){
var tail = '我是林子里的第一条尾巴,快来羡慕我吧';
$('#reply_topic_button').click(function(){
var content = $('#content').val();
$('#content').val(content + tail);
})
$('#quick_chat_button').click(function(){
var content = $('#content').val();
$('#content').val(content + tail);
})
})
</script>
视频链接
[code]标签现在会在发帖时就转换为html,极大的减少了帖子加载用时。本页的执行速度变快了10倍。
霍特
巨魔猎人扎尔尼
<script>
var cloudTieConfig = {
url: document.location.href,
sourceId: "",
productKey: "0948ea87067e4696bbb515b452325f78",
target: "cloud-tie-wrapper"
};
</script>
<script src="https://img1.cache.netease.com/f2e/tie/yun/sdk/loader.js"></script>
红米 Note4高配版(黑色)
@主流网络,你可以通过 https://github.com/hu60t/hu60wap6 查看源代码并通过 https://github.com/hu60t/hu60wap6/archive/master.zip 下载它。没有安装说明。