Skip to content

Commit

Permalink
Merge pull request #102 from rChinnnn/develop
Browse files Browse the repository at this point in the history
v1.318.2
  • Loading branch information
rChinnnn committed May 19, 2022
2 parents 8418b62 + 685d570 commit 6d4c29a
Show file tree
Hide file tree
Showing 10 changed files with 27,894 additions and 27,930 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Readme.md

![GitHub Repo stars](https://img.shields.io/github/stars/rChinnnn/rchin-poe-trade?style=social)
![GitHub Downloads](https://img.shields.io/github/downloads/rChinnnn/rchin-poe-trade/latest/rchin-poe-trade-Setup-1.318.1.exe?label=Downloads&style=social)
![GitHub Downloads](https://img.shields.io/github/downloads/rChinnnn/rchin-poe-trade/latest/rchin-poe-trade-1.318.1.exe?label=Downloads&style=social)
![GitHub Downloads](https://img.shields.io/github/downloads/rChinnnn/rchin-poe-trade/latest/rchin-poe-trade-Setup-1.318.2.exe?label=Downloads&style=social)
![GitHub Downloads](https://img.shields.io/github/downloads/rChinnnn/rchin-poe-trade/latest/rchin-poe-trade-1.318.2.exe?label=Downloads&style=social)

# rChin POE Trade
POE 查價工具 (Built with Electron and Vue.)
Expand All @@ -15,8 +15,8 @@ POE 查價工具 (Built with Electron and Vue.)

### 安裝版本說明
* 點選 [Releases頁面](https://github.com/rChinnnn/rchin-poe-trade/releases),有兩種版本可以下載
* `rchin-poe-trade-Setup-1.318.1.exe` 安裝版,若程式偵測到有最新版,會在背景下載新版本並在重開程式時更新
* `rchin-poe-trade-1.318.1.exe` 可攜版,無法支援自動更新
* `rchin-poe-trade-Setup-1.318.2.exe` 安裝版,若程式偵測到有最新版,會在背景下載新版本並在重開程式時更新
* `rchin-poe-trade-1.318.2.exe` 可攜版,無法支援自動更新

## 【免責聲明】
* **使用此程式者請自行承擔所有可能後果和風險**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rchin-poe-trade",
"version": "1.318.1",
"version": "1.318.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
110 changes: 110 additions & 0 deletions src/assets/poe/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -25010,6 +25010,116 @@
}
]
},
{
"id": "sentinel",
"label": "",
"entries": [
{
"type": "Rusted Stalker Sentinel",
"text": "鏽蝕的潛行守望"
},
{
"type": "Bronze Stalker Sentinel",
"text": "青銅的潛行守望"
},
{
"type": "Cobalt Stalker Sentinel",
"text": "鈷藍的潛行守望"
},
{
"type": "Brimstone Stalker Sentinel",
"text": "硫磺的潛行守望"
},
{
"type": "Emberstone Stalker Sentinel",
"text": "灰石的潛行守望"
},
{
"type": "Obsidian Stalker Sentinel",
"text": "黑曜的潛行守望"
},
{
"type": "Bronze Pandemonium Sentinel",
"text": "青銅的萬劫守望"
},
{
"type": "Cobalt Pandemonium Sentinel",
"text": "鈷藍的萬劫守望"
},
{
"type": "Brimstone Pandemonium Sentinel",
"text": "硫磺的萬劫守望"
},
{
"type": "Emberstone Pandemonium Sentinel",
"text": "灰石的萬劫守望"
},
{
"type": "Obsidian Pandemonium Sentinel",
"text": "黑曜的萬劫守望"
},
{
"type": "Bronze Apex Sentinel",
"text": "青銅的巔峰守望"
},
{
"type": "Cobalt Apex Sentinel",
"text": "鈷藍的巔峰守望"
},
{
"type": "Brimstone Apex Sentinel",
"text": "硫磺的巔峰守望"
},
{
"type": "Emberstone Apex Sentinel",
"text": "灰石的巔峰守望"
},
{
"type": "Obsidian Apex Sentinel",
"text": "黑曜的巔峰守望"
},
{
"type": "Cryptic Stalker Sentinel",
"text": "神秘的潛行守望"
},
{
"type": "Primeval Stalker Sentinel",
"text": "原始的潛行守望"
},
{
"type": "Ancient Stalker Sentinel",
"text": "古代的潛行守望"
},
{
"type": "Cryptic Pandemonium Sentinel",
"text": "神秘的萬劫守望"
},
{
"type": "Primeval Pandemonium Sentinel",
"text": "原始的萬劫守望"
},
{
"type": "Ancient Pandemonium Sentinel",
"text": "古代的萬劫守望"
},
{
"type": "Cryptic Apex Sentinel",
"text": "神秘的巔峰守望"
},
{
"type": "Primeval Apex Sentinel",
"text": "原始的巔峰守望"
},
{
"type": "Ancient Apex Sentinel",
"text": "古代的巔峰守望"
},
{
"type": "Cosmic Apex Sentinel",
"text": "宇宙的巔峰守望"
}
]
},
{
"id": "watchstones",
"label": "",
Expand Down
Loading

0 comments on commit 6d4c29a

Please sign in to comment.