fix(工具箱): 优化文本内容
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 参数 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="参数">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback"
|
class="form-no-feedback"
|
||||||
label-align="right"
|
label-align="right"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 控制 -->
|
<!-- 操作 -->
|
||||||
<n-card size="small" title="控制">
|
<n-card size="small" title="操作">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback form-data"
|
class="form-no-feedback form-data"
|
||||||
label-align="right"
|
label-align="right"
|
||||||
@@ -80,8 +80,8 @@
|
|||||||
</n-form>
|
</n-form>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 转换 -->
|
<!-- 结果 -->
|
||||||
<n-card size="small" title="转换">
|
<n-card size="small" title="结果">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback form-data"
|
class="form-no-feedback form-data"
|
||||||
label-align="right"
|
label-align="right"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 设置 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="设置">
|
<n-card size="small" title="配置参数">
|
||||||
<n-flex>
|
<n-flex>
|
||||||
<!-- 缩进空格 -->
|
<!-- 缩进空格 -->
|
||||||
<div class="config-item">
|
<div class="config-item">
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 配置选项 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="配置选项">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback"
|
class="form-no-feedback"
|
||||||
label-align="right"
|
label-align="right"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 配置选项 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="配置选项">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback"
|
class="form-no-feedback"
|
||||||
label-align="right"
|
label-align="right"
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<n-p>若内容出现乱码,请尝试更改“文件编码”后重新打开文件。</n-p>
|
<n-p>若内容出现乱码,请尝试更改“文件编码”后重新打开文件。</n-p>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 设置 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="设置">
|
<n-card size="small" title="配置参数">
|
||||||
<n-flex>
|
<n-flex>
|
||||||
<!-- 文件编码 -->
|
<!-- 文件编码 -->
|
||||||
<div class="config-item">
|
<div class="config-item">
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 注意 -->
|
<!-- 注意事项 -->
|
||||||
<n-card size="small" title="注意">
|
<n-card size="small" title="注意事项">
|
||||||
<n-p>由于浏览器限制,通过 HTTPS 访问网站时只能连接带 SSL 的 WebSocket(WSS)。</n-p>
|
<n-p>由于浏览器限制,通过 HTTPS 访问网站时只能连接带 SSL 的 WebSocket(WSS)。</n-p>
|
||||||
<n-p>若需要连接不带 SSL 的 WebSocket(WS),建议下载到本地后使用。</n-p>
|
<n-p>若需要连接不带 SSL 的 WebSocket(WS),建议下载到本地后使用。</n-p>
|
||||||
</n-card>
|
</n-card>
|
||||||
@@ -73,8 +73,8 @@
|
|||||||
</n-flex>
|
</n-flex>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 日志 -->
|
<!-- 日志内容 -->
|
||||||
<n-card size="small" title="日志">
|
<n-card size="small" title="日志内容">
|
||||||
<div
|
<div
|
||||||
ref="logsContentRef"
|
ref="logsContentRef"
|
||||||
class="logs-content"
|
class="logs-content"
|
||||||
@@ -107,8 +107,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 设置 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="设置">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback"
|
class="form-no-feedback"
|
||||||
label-align="left"
|
label-align="left"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 设置 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="设置">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback config-inputs"
|
class="form-no-feedback config-inputs"
|
||||||
label-align="left"
|
label-align="left"
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
<!-- 代码和结果 -->
|
<!-- 代码和结果 -->
|
||||||
<div class="code-and-result">
|
<div class="code-and-result">
|
||||||
|
|
||||||
<!-- 代码编辑器 -->
|
<!-- 编辑器 -->
|
||||||
<n-card size="small" title="代码编辑器">
|
<n-card size="small" title="编辑器">
|
||||||
<div ref="editorContainer" class="editor-container"></div>
|
<div ref="editorContainer" class="editor-container"></div>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 计时器显示 -->
|
<!-- 计时器 -->
|
||||||
<n-card size="small" title="计时器">
|
<n-card size="small" title="计时器">
|
||||||
<div class="timer-display">
|
<div class="timer-display">
|
||||||
<span class="time-main">{{ formatTimeMain(data.timeDisplay) }}</span>
|
<span class="time-main">{{ formatTimeMain(data.timeDisplay) }}</span>
|
||||||
@@ -9,8 +9,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 控制按钮 -->
|
<!-- 操作 -->
|
||||||
<n-card size="small" title="控制">
|
<n-card size="small" title="操作">
|
||||||
<n-flex justify="center" gap="12">
|
<n-flex justify="center" gap="12">
|
||||||
<n-button
|
<n-button
|
||||||
type="success"
|
type="success"
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
</n-flex>
|
</n-flex>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|
||||||
<!-- 设置 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" title="设置">
|
<n-card size="small" title="配置参数">
|
||||||
<n-form
|
<n-form
|
||||||
class="form-no-feedback"
|
class="form-no-feedback"
|
||||||
label-align="left"
|
label-align="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user