Skip to content

Commit

Permalink
doc: 本地运行
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Mar 1, 2024
1 parent fdd6a1f commit 89e946a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### 1. 步骤

#### Github Actions

Fork 本仓库的 `main`分支。

在你的仓库中,将以数组包裹的形似
Expand All @@ -22,6 +24,34 @@ Fork 本仓库的 `main`分支。

由于hash的不可逆性,部分规则会因无法获取具体的应用信息,而被抛弃,具体抛弃数量可以查看`log.txt`

#### 本地运行

以 Windows系统 为例,其它系统可参考。

请事先准备好 node.js 环境!

下载 本仓库的 `main`分支 的源码。

将以数组包裹的形似
```json
[
{规则1},
{规则2},
...
]
```
的李跳跳规则填写进入`ltt.json`,然后使用命令行依次运行:

```shell
npm install

node ./src/convert.js
```

运行成功后,转换结果会出现在`-2.json`

由于hash的不可逆性,部分规则会因无法获取具体的应用信息,而被抛弃,具体抛弃数量可以查看`log.txt`

### 2. 补丁

上文提到
Expand Down

0 comments on commit 89e946a

Please sign in to comment.