Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
inori_templ
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
zpc
inori_templ
提交
4744e002
提交
4744e002
编写于
12月 10, 2019
作者:
zhangpingchuan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zpc
上级
02d9bd99
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
4 行增加
和
24 行删除
+4
-24
logo.png
APP/public/assets/images/logo.png
+0
-0
favicon.ico
APP/public/favicon.ico
+0
-0
index.html.ftl
APP/public/index.html.ftl
+0
-20
App.vue.ftl
APP/src/App.vue.ftl
+1
-1
app-rich-text-editor.vue.ftl
...ponents/app-rich-text-editor/app-rich-text-editor.vue.ftl
+3
-3
未找到文件。
APP/public/assets/images/logo.png
已删除
100644 → 0
浏览文件 @
02d9bd99
2.5 KB
APP/public/favicon.ico
已删除
100644 → 0
浏览文件 @
02d9bd99
4.2 KB
APP/public/index.html.ftl
已删除
100644 → 0
浏览文件 @
02d9bd99
<
#
ibiztemplate
>
TARGET=PSSYSAPP
</
#
ibiztemplate>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
super-form-two
</title>
</head>
<body>
<noscript>
<strong>
We're sorry but super-form-two doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
</body>
</html>
APP/src/App.vue.ftl
浏览文件 @
4744e002
...
...
@@ -6,7 +6,7 @@ TARGET=PSSYSAPP
<div id="app">
<a-layout id="components-layout-demo-custom-trigger">
<a-layout-sider :trigger="null" collapsible>
<div class="logo"><img src="
https://cdn.ibizlab.cn/super-form
/logo.png"/></div>
<div class="logo"><img src="
/assets/images
/logo.png"/></div>
<a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick">
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
...
...
APP/src/components/app-rich-text-editor/app-rich-text-editor.vue.ftl
浏览文件 @
4744e002
...
...
@@ -94,10 +94,10 @@ export default {
{ text: "C#", value: "csharp" },
{ text: "C++", value: "cpp" }
],
codesample_content_css: "
https://cdn.ibizlab.cn/super-form
/tinymce/prism.css",
skin_url: "
https://cdn.ibizlab.cn/super-form
/tinymce/skins/lightgray",
codesample_content_css: "
/assets
/tinymce/prism.css",
skin_url: "
/assets
/tinymce/skins/lightgray",
language_url:
"
https://cdn.ibizlab.cn/super-form
/tinymce/langs/" +
"
/assets
/tinymce/langs/" +
(this.langu ? this.langu : "zh_CN") +
".js",
setup: editor => {
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录