Skip to content

Commit

Permalink
Merge pull request lich0821#18 from supermoonie/master
Browse files Browse the repository at this point in the history
前端vue项目改造
  • Loading branch information
lich0821 authored Jul 19, 2024
2 parents 5706ca3 + e333f86 commit 7cefb2d
Show file tree
Hide file tree
Showing 48 changed files with 14,215 additions and 327 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
.*
!.gitignore
!.github/

*.lock
target/
wcf.rs

# Logs
logs
Expand All @@ -19,6 +17,10 @@ node_modules
dist
dist-ssr
*.local
.*
!.gitignore
!.github/
!.npmrc

# Editor directories and files
*.suo
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmmirror.com
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WcfRust</title>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
</head>
<body style="width: 100% !important;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit 7cefb2d

Please sign in to comment.