Skip to content

Commit

Permalink
添加翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
3DMXM committed Nov 7, 2024
1 parent 9059d56 commit 1b29c30
Show file tree
Hide file tree
Showing 22 changed files with 243,912 additions and 296,886 deletions.
44 changes: 41 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# nativedb
# Native DB

### 这是什么?
Native DB 库是为Mod开发者准备的一个数据库,你可以便捷的在里面搜索、查询 并使用 游戏指令.

并且我们将所有已知数据进行的汉化,开发者可便捷的搜索、想要的内容.

数据库添加了高效的搜索功能,可以快速的在 Native DB 库中进行搜索你想要的内容.

很久很久以前挖的一个坑, 现在终于填上了。

### 地址

Native DB 地址: https://nativedb.aoe.top

### 包含游戏
- [GTA5](https://mod.3dmgame.com/GTA)
- [荒野大镖客: 救赎](https://mod.3dmgame.com/RDR)
- [荒野大镖客:救赎2](https://mod.3dmgame.com/RDR2)

### 如何使用
使用方法参考我之前写的教程:
- [【Mod开发实例】利用Script Hook RDR2 用C++ 为荒野大镖客2 制作脚本Mod 实现“传送到坐标点”](https://blog.aoe.top/Mod/643/)

### 参与开发

如果你也想参与 Native DB 的维护,可以直接在 [GitHub](https://github.com/GlossMod/nativedb) 上进行 PR

数据在 [public/data](https://github.com/GlossMod/nativedb/tree/main/public/data) 目录下

### 原始数据
- [gta5-nativedb-data](https://github.com/alloc8or/gta5-nativedb-data)
- [rdr3-nativedb-data](https://github.com/alloc8or/rdr3-nativedb-data)
- [rdr-nativedb-data](https://github.com/emoose/rdr-nativedb-data)

### 反馈

- [Issues](https://github.com/GlossMod/nativedb/issues)
- [Discord](https://discord.gg/TF46tu7Upw)
- [QQ](https://wj.qq.com/s2/14010887/92e3/)


nativedb 库

数据在 public/data 里面
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module 'vue' {
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
Language: typeof import('./src/components/Bass/Language.vue')['default']
Namespace: typeof import('./src/components/Namespace.vue')['default']
NativeDB: typeof import('./src/components/NativeDB.vue')['default']
NativeName: typeof import('./src/components/NativeName.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Native DB</title>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
"@mdi/font": "^7.4.47",
"axios": "^1.7.7",
"element-plus": "^2.8.7",
"js-cookie": "^3.0.5",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
Expand Down
Loading

0 comments on commit 1b29c30

Please sign in to comment.