Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
aa40f530
Commit
aa40f530
authored
Sep 24, 2017
by
Leopoldthecoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move tease image to cdn
parent
32478a3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
examples/app.vue
examples/app.vue
+5
-3
examples/assets/images/carbon-teaser.png
examples/assets/images/carbon-teaser.png
+0
-0
No files found.
examples/app.vue
View file @
aa40f530
...
...
@@ -169,7 +169,7 @@
:close-on-press-escape=
"false"
:close-on-click-modal=
"false"
>
<img
src=
"
~examples/assets/images/carbon-teaser
.png"
src=
"
https://i.loli.net/2017/09/24/59c75f601d52b
.png"
class=
"carbon-teaser__main"
>
<img
@
click=
"dialogVisible = false"
...
...
@@ -247,9 +247,11 @@
const
intrigued
=
localStorage
.
getItem
(
'
CARBON_TEASER
'
);
if
(
!
intrigued
)
{
setTimeout
(()
=>
{
const
img
=
new
Image
();
img
.
onload
=
()
=>
{
this
.
dialogVisible
=
true
;
},
2000
);
};
img
.
src
=
'
https://i.loli.net/2017/09/24/59c75f601d52b.png
'
;
}
},
...
...
examples/assets/images/carbon-teaser.png
deleted
100644 → 0
View file @
32478a3b
38.2 KB
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