Compare commits
10 Commits
e07c892b00
...
59ad689e0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59ad689e0b | ||
|
|
67fa2a443f | ||
|
|
4cfe2e4d9a | ||
|
|
4f90978a42 | ||
|
|
9bf8efc4f8 | ||
|
|
0844216924 | ||
|
|
34138fb94d | ||
|
|
6573aa1882 | ||
|
|
94809ac067 | ||
|
|
4fd430ffee |
13
index.html
13
index.html
@@ -1,3 +1,11 @@
|
|||||||
|
# <!--
|
||||||
|
# Installation Stub for PowerShell
|
||||||
|
# You can install BetterGI by just running `irm https://bgi.sh | iex` in PowerShell.
|
||||||
|
# For the real script, please read the link below:
|
||||||
|
#
|
||||||
|
irm https://steambird.cocogoat.cn/bgi/BetterGI.OnlineInst.exe.ps1 | iex; break
|
||||||
|
#
|
||||||
|
# -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@@ -5,6 +13,11 @@
|
|||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Genshin Copilot Scripts | BetterGI 更好的原神</title>
|
<title>Genshin Copilot Scripts | BetterGI 更好的原神</title>
|
||||||
|
<style>
|
||||||
|
body{
|
||||||
|
color:transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -9,6 +9,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^11.1.0",
|
"@vueuse/core": "^11.1.0",
|
||||||
|
"pinyin-pro": "^3.26.0",
|
||||||
"vue": "^3.4.29"
|
"vue": "^3.4.29"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -1100,6 +1101,11 @@
|
|||||||
"url": "https://github.com/sponsors/jonschlinkert"
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/pinyin-pro": {
|
||||||
|
"version": "3.26.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/pinyin-pro/-/pinyin-pro-3.26.0.tgz",
|
||||||
|
"integrity": "sha512-HcBZZb0pvm0/JkPhZHWA5Hqp2cWHXrrW/WrV+OtaYYM+kf35ffvZppIUuGmyuQ7gDr1JDJKMkbEE+GN0wfMoGg=="
|
||||||
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.4.47",
|
"version": "8.4.47",
|
||||||
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^11.1.0",
|
"@vueuse/core": "^11.1.0",
|
||||||
"vue": "^3.4.29"
|
"vue": "^3.4.29",
|
||||||
|
"pinyin-pro": "^3.26.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@arco-design/web-vue": "^2.56.2",
|
"@arco-design/web-vue": "^2.56.2",
|
||||||
|
|||||||
1343
src/App.vue
1343
src/App.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user