Skip to content

Commit

Permalink
add base and use docs
Browse files Browse the repository at this point in the history
Signed-off-by: kunbpc <[email protected]>
  • Loading branch information
KunB-Fighting committed Dec 29, 2024
1 parent 69891bc commit e1b461e
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 48 deletions.
2 changes: 1 addition & 1 deletion docs/assets/2-B7agHs9s.js → docs/assets/2-CXp4yyIz.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{bt as e,a3 as t,a2 as a}from"./index-CnAi83p2.js";const c={};function n(o,r){return a(),t("div",null," Navigation 2 ")}const _=e(c,[["render",n]]);export{_ as default};
import{bt as e,a3 as t,a2 as a}from"./index-B7u_hQ_S.js";const c={};function n(o,r){return a(),t("div",null," Navigation 2 ")}const _=e(c,[["render",n]]);export{_ as default};
2 changes: 1 addition & 1 deletion docs/assets/4-C0UnAReT.js → docs/assets/4-DRGJtDD0.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{bt as e,a3 as t,a2 as a}from"./index-CnAi83p2.js";const c={};function n(o,r){return a(),t("div",null," Navigation 4 ")}const _=e(c,[["render",n]]);export{_ as default};
import{bt as e,a3 as t,a2 as a}from"./index-B7u_hQ_S.js";const c={};function n(o,r){return a(),t("div",null," Navigation 4 ")}const _=e(c,[["render",n]]);export{_ as default};
27 changes: 27 additions & 0 deletions docs/assets/index-B7u_hQ_S.js

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions docs/assets/index-CnAi83p2.js

This file was deleted.

9 changes: 9 additions & 0 deletions docs/assets/index-DYY9jUom.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/assets/index-sk-Er9QD.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{bt as e,a3 as t,a2 as c}from"./index-CnAi83p2.js";const n={};function r(a,o){return c(),t("div",null," Item One ")}const _=e(n,[["render",r]]);export{_ as default};
import{bt as e,a3 as t,a2 as c}from"./index-B7u_hQ_S.js";const n={};function r(a,o){return c(),t("div",null," Item One ")}const _=e(n,[["render",r]]);export{_ as default};
15 changes: 5 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<link rel="icon" href="/src/assets/icon_lava.png" sizes="1320x325" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Element Plus Vite Starter</title>
<!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/element-plus/dist/index.css"
/> -->
<script type="module" crossorigin src="/assets/index-CnAi83p2.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CaKAzoyK.css">
<title>SYSU SAIL</title>
<script type="module" crossorigin src="/webpage_test/assets/index-B7u_hQ_S.js"></script>
<link rel="stylesheet" crossorigin href="/webpage_test/assets/index-CaKAzoyK.css">
</head>
<body>
<div id="app"></div>
Expand Down
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export default defineConfig({
},
},

// build: {
// outDir: path.resolve(__dirname)
// },
build: {
outDir: path.resolve(__dirname, 'docs')
},

css: {
preprocessorOptions: {
Expand Down

0 comments on commit e1b461e

Please sign in to comment.