Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Jun 24, 2023
0 parents commit 35d28ec
Show file tree
Hide file tree
Showing 25 changed files with 6,527 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Logs
logs
*.log
yarn-debug.log*
yarn-error.log*

# Modules
node_modules/

# Yarn
.yarn-integrity
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# Develop
dist
build
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# bddjr toolbox v2
重写 nhjrToolBox 。

***
## 文档
(待制作)

***
## 拉取并打包
(待验证)

演示环境:Windows 的 powershell

请新建空白文件夹后,在对应目录打开 powershell ,再执行如下操作。

1、使用 git 从 github 仓库拉取内容,然后删除多余的 .git 文件夹。
> 如果你需要提交 Pull Request ,请 fork 为自己的仓库,再从自己的仓库拉取。
```
git clone https://github.com/bddjr/clipcc-extension-bddjr_toolbox_v2
```

2、(非必要)删除 .git 文件夹
> 如果你需要提交 Pull Request ,请不要执行这个
```
rm .git
```

3、使用 nodejs 的 npm 全局安装 yarn
```
npm -g install yarn
```

4、使用 yarn 安装前置插件
```
yarn install
yarn install clipcc-extension
```

5、使用 yarn 打包
```
yarn build
```
Binary file added assets/icon.webp
Binary file not shown.
1 change: 1 addition & 0 deletions assets/inset_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 35d28ec

Please sign in to comment.