Skip to content

Commit

Permalink
perf(web): 优化用户脚本关闭提示
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Dec 22, 2023
1 parent 5b4d1e0 commit e1b7641
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/web/src/pages/user-scripts/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,13 @@
arrow-class="bg-black"
>
<template #title>
<div style="color: white">{{ script.enable ? '关闭脚本自动加载' : '开启脚本自动加载' }}</div>
<div style="color: white">
{{
script.enable
? '关闭脚本自动加载,如果想禁止脚本运行,请在浏览器拓展中禁止。'
: '开启脚本自动加载'
}}
</div>
</template>
<template #content>
<div
Expand Down

0 comments on commit e1b7641

Please # to comment.