Skip to content

Commit

Permalink
依托
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuluca committed Apr 27, 2023
1 parent c0a88bc commit 148d48a
Show file tree
Hide file tree
Showing 30 changed files with 101 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
# dist
# dist-ssr
coverage
*.local

Expand Down
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ declare module '@vue/runtime-core' {
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
FooterCom: typeof import('./src/components/FooterCom/index.vue')['default']
LeftImg: typeof import('./src/components/LeftImg/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
Expand Down
Binary file added dist/assets/cusContext-081f5aad.ttf
Binary file not shown.
Binary file added dist/assets/cusTitle-6703c596.ttf
Binary file not shown.
Binary file added dist/assets/cusTitle2-2755561d.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions dist/assets/index-4bee7620.css

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions dist/assets/index-617cb813.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/light-f5813f4f.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/assets/logo-03bf0e5a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/logo_black-5fb40f73.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/pixel-d138058e.ttf
Binary file not shown.
Binary file added dist/assets/porygon-bfac8adc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show1-0f6d5a79.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show2-9f545e78.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show3-b52a0996.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show4-47817f12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show5-03391476.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show6-b4dd61c3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show7-9b811eb7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show8-63f28b3c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show_1-33ee7f68.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show_1_light-b6b7b01e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/show_1_light2-73953ee7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/siyuan-dbfb76fb.otf
Binary file not shown.
Binary file added dist/assets/temp1-e832ebeb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/temp2-69e0a053.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/temp3-baab826e.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>即将到站</title>
<script type="module" crossorigin src="./assets/index-617cb813.js"></script>
<link rel="stylesheet" href="./assets/index-4bee7620.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
3 changes: 0 additions & 3 deletions src/views/Home/comp/PageD/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ const clickLisence = () => {
</p>
</div>
<div class="bottom-text">
<!-- <p>The copyright statement for articles and pictures:</p> -->
<p>{{ $t('home.lisence1') }}</p>
<p>
{{ $t('home.lisence2') }}
<span class="lisence" @click="clickLisence">{{ $t('home.lisence3') }}</span> ).
<!-- free to reprint, non-commercial, non-derivative, with attribution (
<span class="lisence" @click="clickLisence">Creative Commons 3.0 lisence</span> ) . -->
</p>
</div>
</div>
Expand Down

0 comments on commit 148d48a

Please sign in to comment.