Skip to content

Commit ffda5c9

Browse files
committed
init: init
1 parent 64b05ce commit ffda5c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5606
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
# Review gh actions docs if you want to further define triggers, paths, etc
8+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9+
10+
jobs:
11+
build:
12+
name: Build Docusaurus
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
- uses: oven-sh/setup-bun@v2
19+
with:
20+
bun-version: latest
21+
22+
- name: Install dependencies
23+
run: bun install --frozen-lockfile
24+
- name: Build website
25+
run: bun run build
26+
27+
- name: Upload Build Artifact
28+
uses: actions/upload-pages-artifact@v3
29+
with:
30+
path: build
31+
32+
deploy:
33+
name: Deploy to GitHub Pages
34+
needs: build
35+
36+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
37+
permissions:
38+
pages: write # to deploy to Pages
39+
id-token: write # to verify the deployment originates from an appropriate source
40+
41+
# Deploy to the github-pages environment
42+
environment:
43+
name: github-pages
44+
url: ${{ steps.deployment.outputs.page_url }}
45+
46+
runs-on: ubuntu-latest
47+
steps:
48+
- name: Deploy to GitHub Pages
49+
id: deployment
50+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# API Docs
2+
3+
[前往](https://exptechtw.github.io/api-docs/)

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};
Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
---
2+
title: Sandboxie 上 TREMV 多開
3+
authors: [timyaya8732]
4+
tags: [timyaya8732, sandboxie, tremv]
5+
---
6+
7+
:::tip
8+
9+
本教學使用「Sandboxie-Classic-x64-v5.68.7」、「TREMV-6.1.112」示範 。
10+
11+
:::
12+
13+
{/* truncate */}
14+
15+
## Sandboxie 前的準備
16+
17+
### 下載
18+
19+
#### 第 1 步
20+
21+
先到官網下載頁面 [Sandboxie](https://sandboxie-plus.com/downloads/)
22+
23+
![sandboxie_downloads](../../static/img/2024-06-15-timyaya8732/sandboxie_downloads.jpg)
24+
25+
#### 第 2 步
26+
27+
看到「Sandboxie-Classic Downloads」選擇對應自己電腦的系統版本。
28+
29+
![Download_place](../../static/img/2024-06-15-timyaya8732/Download_place.jpg)
30+
31+
### 安裝
32+
33+
#### 第 3 步
34+
35+
把安裝程式打開,進行安裝。
36+
37+
點選 我接受 。
38+
39+
:::caution
40+
41+
如果不同意協議條款請停止安裝!
42+
43+
:::
44+
45+
![Sandboxie-Classic_Installation_1](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_1.jpg)
46+
47+
#### 第 4 步
48+
49+
點選 安裝 。
50+
51+
:::tip
52+
53+
選擇預設安裝路徑即可,如果有需要再變更其他安裝路徑位置。
54+
55+
:::
56+
57+
![Sandboxie-Classic_Installation_2](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_2.jpg)
58+
59+
#### 第 5 步
60+
61+
安裝完成後點選 `下一步`
62+
63+
![Sandboxie-Classic_Installation_3](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_3.jpg)
64+
65+
#### 第 6 步
66+
67+
接著安裝驅動程式核心,點選 下一步 。
68+
69+
![Sandboxie-Classic_Installation_driver_1](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_driver_1.jpg)
70+
71+
#### 第 7 步
72+
73+
點選 完成 。
74+
75+
![Sandboxie-Classic_Installation_driver_2](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_driver_2.jpg)
76+
77+
## 開始使用 Sandboxie
78+
79+
#### 第 8 步
80+
81+
開啟 Sandboxie 應用程式。
82+
83+
![Sandboxie_main_interface](../../static/img/2024-06-15-timyaya8732/Sandboxie_main_interface.jpg)
84+
85+
:::tip
86+
87+
在部分電腦可能會出現「軟體相容性」視窗,直接點選確定即可。
88+
89+
![Sandboxie_software_compatibility](../../static/img/2024-06-15-timyaya8732/Sandboxie_software_compatibility.jpg)
90+
91+
:::
92+
93+
### 新增沙箱。
94+
95+
#### 第 9 步
96+
97+
方式: 沙箱 -> 建立新沙箱
98+
99+
![Sandboxie_new](../../static/img/2024-06-15-timyaya8732/Sandboxie_new.jpg)
100+
101+
#### 第 10 步
102+
103+
輸入沙箱名稱,輸入完成後點選 確定 。
104+
105+
![Sandboxie_name](../../static/img/2024-06-15-timyaya8732/Sandboxie_name.jpg)
106+
107+
### 下載 TREMV
108+
109+
#### 第 11 步
110+
111+
進入 TREMV 的 [GitHub Releases](https://github.com/yayacat/TREM/releases) 網頁。
112+
113+
下載 TREMV-6.1.112.exe 項目。
114+
115+
:::tip
116+
117+
下載「軟體執行檔」,並非軟體安裝檔。
118+
119+
:::
120+
121+
![Download_TREMV](../../static/img/2024-06-15-timyaya8732/Download_TREMV.jpg)
122+
123+
### 設定沙箱
124+
125+
#### 第 12 步
126+
127+
回到 Sandboxie ,左鍵點選剛剛新增的沙箱後,右鍵選擇「沙箱設定」。
128+
129+
![Sandbox_settings_1](../../static/img/2024-06-15-timyaya8732/Sandbox_settings_1.jpg)
130+
131+
#### 第 13 步
132+
133+
進入左側「檔案遷移」項目後,在右側輸入「1024000」,再點選確定。
134+
135+
![Sandbox_settings_2](../../static/img/2024-06-15-timyaya8732/Sandbox_settings_2.jpg)
136+
137+
### 完成設定
138+
139+
#### 第 14 步
140+
141+
左鍵點選剛剛新增的沙箱後,右鍵選擇「從沙箱中開啟->開啟檔案總管」。
142+
143+
![Sandboxie_explorer](../../static/img/2024-06-15-timyaya8732/Sandboxie_explorer.jpg)
144+
145+
檔案總管開啟後再關閉檔案總管。
146+
147+
#### 第 15 步
148+
149+
左鍵點選剛剛新增的沙箱後,右鍵選擇「瀏覽沙箱內容」。
150+
151+
![Sandboxie_content_1](../../static/img/2024-06-15-timyaya8732/Sandboxie_content_1.jpg)
152+
153+
#### 第 16 步
154+
155+
把剛剛下載的 TREMV 軟體執行檔放到 user 資料夾裡面,並快點 2 下執行軟體。
156+
157+
![Sandboxie_content_2](../../static/img/2024-06-15-timyaya8732/Sandboxie_content_2.jpg)
158+
159+
## 結果
160+
161+
#### 第 17 步
162+
163+
這樣就完成了!
164+
165+
![Sandboxie_content_2](../../static/img/2024-06-15-timyaya8732/TREMV.jpg)

blog/authors.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
yuyu1015:
2+
name: YuYu1015
3+
title: Full-Stack Engineer (全端工程師)
4+
url: https://github.com/whes1015
5+
image_url: https://github.com/whes1015.png
6+
7+
yoyo0901:
8+
name: Yoyo0901
9+
title: Flutter Engineer (Flutter工程師)
10+
url: https://github.com/Yoyochou0901
11+
image_url: https://github.com/Yoyochou0901.png
12+
13+
cstrikeasia:
14+
name: Miyashooooo
15+
title: Front-End Engineer (前端工程師)
16+
url: https://github.com/cstrikeasia
17+
image_url: https://github.com/cstrikeasia.png
18+
19+
timyaya8732:
20+
name: Timyaya8732
21+
title: Data Analyst Engineer (資料分析工程師)
22+
url: https://github.com/timyaya
23+
image_url: https://github.com/timyaya.png

blog/tags.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
yuyu1015:
2+
label: YuYu1015
3+
permalink: /yuyu1015
4+
description: YuYu1015
5+
6+
yoyo0901:
7+
label: Yoyo0901
8+
permalink: /yoyo0901
9+
description: Yoyo0901
10+
11+
cstrikeasia:
12+
label: Miyashooooo
13+
permalink: /cstrikeasia
14+
description: Miyashooooo
15+
16+
timyaya8732:
17+
label: Timyaya8732
18+
permalink: /timyaya8732
19+
description: Timyaya8732
20+
21+
ios:
22+
label: iOS
23+
permalink: /ios
24+
description: iOS
25+
26+
android:
27+
label: Android
28+
permalink: /android
29+
description: Android
30+
31+
swift:
32+
label: Swift
33+
permalink: /swift
34+
description: Swift
35+
36+
flutter:
37+
label: Flutter
38+
permalink: /flutter
39+
description: Flutter
40+
41+
sandboxie:
42+
label: Sandboxie
43+
permalink: /sandboxie
44+
description: sandboxie
45+
46+
tremv:
47+
label: TREMV
48+
permalink: /tremv
49+
description: tremv

0 commit comments

Comments
 (0)