Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
88bc1ed1
提交
88bc1ed1
authored
3月 30, 2022
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor: url组件文案修改
上级
70d8caa3
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
17 行增加
和
5 行删除
+17
-5
ComponentWrapper.vue
.../components/canvas/components/Editor/ComponentWrapper.vue
+1
-0
DeFrame.vue
frontend/src/components/canvas/custom-component/DeFrame.vue
+13
-2
en.js
frontend/src/lang/en.js
+1
-1
tw.js
frontend/src/lang/tw.js
+1
-1
zh.js
frontend/src/lang/zh.js
+1
-1
没有找到文件。
frontend/src/components/canvas/components/Editor/ComponentWrapper.vue
浏览文件 @
88bc1ed1
...
...
@@ -35,6 +35,7 @@
:edit-mode=
"'preview'"
:filters=
"filters"
:terminal=
"terminal"
:screen-shot=
"screenShot"
/>
</div>
</div>
...
...
frontend/src/components/canvas/custom-component/DeFrame.vue
浏览文件 @
88bc1ed1
<
template
>
<el-row
class=
"main-frame"
>
<div
v-if=
"element.frameLinks.src"
class=
"main-frame"
>
<iframe
id=
"iframe"
:src=
"element.frameLinks.src"
scrolling=
"auto"
frameborder=
"0"
class=
"main-frame"
/>
<iframe
id=
"iframe"
:src=
"element.frameLinks.src"
scrolling=
"auto"
frameborder=
"0"
class=
"main-frame"
@
load=
"loaded"
@
error=
"onError"
/>
<div
v-if=
"editMode==='edit'"
class=
"frame-mask"
>
<span
style=
"opacity: 1;"
>
<span
style=
"font-weight: bold;color: lawngreen;"
>
{{
$t
(
'panel.edit_web_tips'
)
}}
</span>
</span>
</div>
<div
v-if=
"screenShot"
class=
"frame-mask"
/>
</div>
<div
v-else
class=
"info-class"
>
{{
$t
(
'panel.web_add_tips'
)
}}
...
...
@@ -18,7 +19,7 @@
import
{
mapState
}
from
'vuex'
import
NProgress
from
'nprogress'
export
default
{
name
:
'De
Video
'
,
name
:
'De
Frame
'
,
props
:
{
propValue
:
{
type
:
String
,
...
...
@@ -36,6 +37,10 @@ export default {
type
:
Boolean
,
require
:
false
,
default
:
false
},
screenShot
:
{
type
:
Boolean
,
default
:
false
}
},
data
()
{
...
...
@@ -59,6 +64,12 @@ export default {
mounted
()
{
},
methods
:
{
loaded
(
e
)
{
console
.
log
(
'loaded:'
,
e
)
},
onError
(
e
)
{
console
.
log
(
'onError:'
,
e
)
}
}
}
...
...
frontend/src/lang/en.js
浏览文件 @
88bc1ed1
...
...
@@ -1395,7 +1395,7 @@ export default {
board_radio
:
'Board Radio'
,
background
:
'Background'
,
component_style
:
'component Style'
,
web_set_tips
:
'Some Websites Cannot Be Displayed Because Of
Cross Domain Problems
'
,
web_set_tips
:
'Some Websites Cannot Be Displayed Because Of
Not Allow Embedded
'
,
repeat_params
:
'Repeat Params Exist'
,
enable_outer_param_set
:
'Enable Outer Param Set'
,
select_param
:
'Please Select Param...'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
88bc1ed1
...
...
@@ -1396,7 +1396,7 @@ export default {
board_radio
:
'边框半径'
,
background
:
'背景'
,
component_style
:
'组件样式'
,
web_set_tips
:
'部分网站可能
存在跨域问题
无法显示'
,
web_set_tips
:
'部分网站可能
设置不允许嵌入而
无法显示'
,
repeat_params
:
'存在名称重复的参数'
,
enable_outer_param_set
:
'启用外部参数设置'
,
select_param
:
'请选择参数...'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
88bc1ed1
...
...
@@ -1404,7 +1404,7 @@ export default {
board_radio
:
'边框半径'
,
background
:
'背景'
,
component_style
:
'组件样式'
,
web_set_tips
:
'部分网站可能
存在跨域问题
无法显示'
,
web_set_tips
:
'部分网站可能
设置不允许嵌入而
无法显示'
,
repeat_params
:
'存在名称重复的参数'
,
enable_outer_param_set
:
'启用外部参数设置'
,
select_param
:
'请选择参数...'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论