提交 1f18a006 编写于 作者: B baiy 提交者: ninecents

调整分类

上级 d7705543
......@@ -30,12 +30,12 @@ const tool = [
{"name": "base64", "title": "BASE64编码", cat: ["encryption"]},
{"name": "url", "title": "URL编码", cat: ["conversion"]},
{"name": "timestamp", "title": "时间戳", cat: ["conversion"]},
{"name": "qrCode", "title": "二维码", cat: ["conversion"]},
{"name": "pinyin", "title": "汉字转拼音", cat: ["other"]},
{"name": "qrCode", "title": "二维码", cat: ["other"]},
{"name": "pinyin", "title": "汉字转拼音", cat: ["conversion"]},
{"name": "ip", "title": "IP地址查询", cat: ["other"]},
{"name": "code", "title": "代码格式化", cat: ["other"]},
{"name": "unicode", "title": "Unicode", cat: ["conversion"]},
{"name": "decimalConvert", "title": "进制转换", cat: ["other"]},
{"name": "decimalConvert", "title": "进制转换", cat: ["conversion"]},
{"name": "regex", "title": "正则表达式", cat: ["other"]},
{"name": "randomString", "title": "随机字符生成", cat: ["other"]},
{"name": "phpArraySerialize", "title": "PHP数组/序列化", cat: ["conversion"]},
......
......@@ -29,10 +29,10 @@
<div class="lists-block" id="log" style="height: 300px;overflow: hidden;overflow-y:auto;">
<div v-for="(item,key) in lists" :key="key">
<div class="item" v-if="item.type === 'send'" style="color:green">
发送的信息 {{item.time}}
你 {{item.time}}
</div>
<div class="item" v-else-if="item.type === 'accept'" style="color:blue">
服务端响应消息 {{item.time}}
服务端 {{item.time}}
</div>
<div class="item" v-else>
{{item.time}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册