Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
使用```vite-plugin-monkey```重构脚本;
  • Loading branch information
bmqy committed Nov 30, 2023
1 parent 2dce2f8 commit ff6b844
Show file tree
Hide file tree
Showing 21 changed files with 2,683 additions and 12,889 deletions.
Binary file removed .DS_Store
Binary file not shown.
44 changes: 44 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: build-script

on:
workflow_dispatch:
push:
branches:
- master

jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
# in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded
operating-system: ['ubuntu-latest']

steps:
- name: 检查分支
uses: actions/checkout@master

- name: 安装node环境
uses: actions/setup-node@master
with:
node-version: "16.14.0"

- name: Install depends
run: |
npm install
- name: Build
run: |
npm run build
- name: 提交dist到仓库
run: |
git config --global user.email "qq88268459@126.com"
git config --global user.name "bmqy"
git add .
git commit -m "打包更新" -a
- name: 推送更新到仓库
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
/dist
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}
21 changes: 0 additions & 21 deletions MIT-LICENSE.txt

This file was deleted.

1,967 changes: 0 additions & 1,967 deletions QQ群管理者.user.js

This file was deleted.

12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,29 @@ QQ 群管理者,一键导出 QQ 群成员信息,需要先进入 QQ 群官网

### 更新日志

#### 2022.12.24 V2.0.2:
#### V3.0.0:
- 使用```vite-plugin-monkey```重构脚本;
- 后续暂不更新chrome应用商店版;

#### 2022.12.24 V2.0.2:
- 修复个别号码无界面问题;

#### 2021.04.18:

1. 2.0.0 重新编码;
2. 增加搜索群名称功能;
3. 其它优化,请自行体验;

#### 2021.02.20:

1. 修复重复创建 box 盒子 bug;
2. 优化电子表格导出功能;

#### 2020.05.29:

1. 修复不能使用的问题;

#### 2019.03.21:

1. 修复不能使用的问题;

#### 2019.01.14:

1. 优化纯文本导出结果,最后一项不带制表符

### 效果截图
Expand All @@ -49,4 +47,4 @@ QQ 群管理者,一键导出 QQ 群成员信息,需要先进入 QQ 群官网

[@chanel](https://t.me/tcbmqy)

[@group](https://t.me/tgbmqy)
[@group](https://t.me/tgbmqy)
2 changes: 0 additions & 2 deletions js/content.js

This file was deleted.

21 changes: 0 additions & 21 deletions manifest.json

This file was deleted.

Loading

0 comments on commit ff6b844

Please sign in to comment.