Skip to content

Commit

Permalink
add luma url (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf-github-user authored Aug 20, 2024
1 parent 22b8187 commit 7fc596a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "add luma-url",
"packageName": "@acedatacloud/nexior",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions src/pages/index/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
<div class="container">
<el-row>
<el-col :md="16" :xs="24" class="preview">
<img src="https://cdn.acedata.cloud/gyogar.png" class="image desktop" />
<img src="https://cdn.acedata.cloud/5kunm0.png" class="image mobile" />
<img src="https://cdn.acedata.cloud/kv4ymv.png" class="image desktop" />
<img src="https://cdn.acedata.cloud/7ka313.png" class="image mobile" />
</el-col>
<el-col :md="8" :xs="24" class="info">
<h2 class="title">{{ $t('index.title.luma') }}</h2>
Expand Down

0 comments on commit 7fc596a

Please sign in to comment.