Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
document-management
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ry-istanbul-web
document-management
Commits
3ad9a6cf
Commit
3ad9a6cf
authored
Dec 12, 2022
by
lxyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:logo替换,链接增加
parent
9f9d2dd3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
+10
-4
favicon.ico
public/favicon.ico
+0
-0
logo-index.png
src/assets/image/logo-index.png
+0
-0
logo.png
src/assets/image/logo.png
+0
-0
logo.png
src/assets/logo/logo.png
+0
-0
index.vue
src/views/documentManagement/tailAfter/index.vue
+3
-1
index.vue
src/views/index.vue
+7
-3
No files found.
public/favicon.ico
View file @
3ad9a6cf
No preview for this file type
src/assets/image/logo-index.png
0 → 100644
View file @
3ad9a6cf
9.81 KB
src/assets/image/logo.png
View replaced file @
9f9d2dd3
View file @
3ad9a6cf
17.1 KB
|
W:
|
H:
9.83 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/logo/logo.png
View replaced file @
9f9d2dd3
View file @
3ad9a6cf
5.53 KB
|
W:
|
H:
652 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/documentManagement/tailAfter/index.vue
View file @
3ad9a6cf
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-header"
>
<div
class=
"search-logo"
></div>
<div
class=
"search-logo"
>
<img
src=
"../../../assets/logo/logo.png"
style=
"width:100%"
alt=
""
>
</div>
<el-input
prefix-icon=
"el-icon-search"
placeholder=
"例如:腾讯"
@
keyup
.
enter
.
native=
"searchDocument"
v-model=
"search"
class=
"input-with-select"
>
<el-button
slot=
"append"
@
click=
"searchDocument"
>
搜索文档
</el-button>
</el-input>
...
...
src/views/index.vue
View file @
3ad9a6cf
<
template
>
<div
class=
"dashboard-editor-container"
>
<div
class=
"seach-center"
>
<div
class=
"seach-logo"
><img
src=
"../assets/image/logo.png"
alt=
""
></div>
<div
class=
"seach-logo"
><img
src=
"../assets/image/logo
-index
.png"
alt=
""
></div>
<el-input
prefix-icon=
"el-icon-search"
placeholder=
"请输入你需要搜索的内容"
@
keyup
.
enter
.
native=
"searchDocument"
v-model=
"search"
class=
"input-with-select"
>
<el-button
slot=
"append"
@
click=
"searchDocument"
>
搜索文档
</el-button>
</el-input>
<div
class=
"common-url"
>
<div
class=
"common-url-title"
>
常用链接
</div>
<div
class=
"common-url-center"
>
<a
href=
"https://www.oceanengine.com/"
target=
"_blank"
class=
"link"
>
巨量引擎
</a>
<a
href=
"http://baidu.guojidxqf.com/?gclid=Cj0KCQiAmaibBhCAARIsAKUlaKQaOd7vK47N2G7vH6lSS4QeRNY_0gIbaJ13hSL4Og7A50CiNFRRL3waAjMAEALw_wcB"
target=
"_blank"
class=
"link"
>
百度联盟
</a>
<a
href=
"https://open.oceanengine.com/labels/7/docs/1696710656359439"
target=
"_blank"
class=
"link"
>
巨量
</a>
<a
href=
"https://developers.e.kuaishou.com/docs?docType=DSP&documentId=1942"
target=
"_blank"
class=
"link"
>
快手
</a>
<a
href=
"https://developers.e.qq.com/docs/start"
target=
"_blank"
class=
"link"
>
腾讯
</a>
<a
href=
"https://docs.tenjin.com/docs/zh/user-attribution"
target=
"_blank"
class=
"link"
>
TENJIN
</a>
<a
href=
"https://www.xingtu.cn/help-center/demander/article/detail/109134"
target=
"_blank"
class=
"link"
>
星图
</a>
<a
href=
"https://game.open.douyin.com/platform/doc/8870"
target=
"_blank"
class=
"link"
>
抖音
</a>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment