Compare commits

...

10 Commits

Author SHA1 Message Date
辉鸭蛋
59ad689e0b Update index.html 2025-05-07 18:16:16 +08:00
辉鸭蛋
67fa2a443f Update index.html 2025-05-07 17:59:15 +08:00
提瓦特钓鱼玳师
4cfe2e4d9a 添加了标签排除功能 (#9) 2025-04-26 15:09:55 +08:00
zaodonganqi
4f90978a42 Add files via upload (#8) 2025-04-21 22:38:59 +08:00
zaodonganqi
9bf8efc4f8 update search (#6)
* Add files via upload

* Add files via upload

搜索树
2025-04-06 22:14:07 +08:00
zaodonganqi
0844216924 add scrollbars (#5)
* Delete src/App.vue

* Add files via upload

* Delete src/App.vue

* Add files via upload
2025-02-12 11:36:20 +08:00
Mr-Quin
34138fb94d ux improvements (#4) 2024-12-31 16:51:03 +08:00
辉鸭蛋
6573aa1882 fix clear 2024-12-30 00:09:32 +08:00
辉鸭蛋
94809ac067 修改搜索框的位置 2024-12-29 22:58:53 +08:00
宇寒
4fd430ffee 新增脚本的搜索功能 2024-12-29 22:12:24 +08:00
4 changed files with 790 additions and 575 deletions

View File

@@ -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
View File

@@ -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",

View File

@@ -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",

File diff suppressed because it is too large Load Diff