🔖 升级版本

This commit is contained in:
lijiahangmax
2024-03-25 00:04:21 +08:00
parent fade56b12a
commit cc823d5bcd
12 changed files with 12 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
"license": "Apache 2.0",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
"dev:host": "vite --config ./config/vite.config.dev.ts --host",
"build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
"report": "cross-env REPORT=true npm run build",
"preview": "npm run build && vite preview --host",

View File

@@ -12,7 +12,7 @@
<a-alert v-if="!isSecureEnvironment"
type="warning"
class="mb16">
当前环境非 HTTPS 环境, 因浏览器安全策略限制, '粘贴' 功能无法使用
当前环境非 HTTPS 环境, 因浏览器安全策略限制, 自定义 '粘贴' 功能无法使用
</a-alert>
<!-- 内容区域 -->
<div class="terminal-setting-body block-body setting-body">

View File

@@ -12,7 +12,7 @@
<a-alert v-if="!isSecureEnvironment"
type="warning"
class="mb16">
当前环境非 HTTPS 环境, 因浏览器安全策略限制, '粘贴' 功能无法使用
当前环境非 HTTPS 环境, 因浏览器安全策略限制, 自定义 '粘贴' 功能无法使用
</a-alert>
<!-- 内容区域 -->
<div class="terminal-setting-body block-body setting-body">

View File

@@ -12,7 +12,7 @@
<a-alert v-if="!isSecureEnvironment"
type="warning"
class="mb16">
当前环境非 HTTPS 环境, 因浏览器安全策略限制, '粘贴' 功能无法使用
当前环境非 HTTPS 环境, 因浏览器安全策略限制, 自定义 '粘贴' 功能无法使用
</a-alert>
<!-- 内容区域 -->
<div class="terminal-setting-body setting-body">

View File

@@ -14,7 +14,7 @@
<a-alert v-if="!isSecureEnvironment"
type="warning"
class="mb16">
当前环境非 HTTPS 环境, 因浏览器安全策略限制, '粘贴' 功能无法使用
当前环境非 HTTPS 环境, 因浏览器安全策略限制, 自定义 '粘贴' 功能无法使用
</a-alert>
<a-space class="action-container" size="mini">
<!-- 是否启用 -->