mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-08-23 20:16:07 +08:00
Merge branch 'master' of github.com:huiyadanli/RevokeMsgPatcher
This commit is contained in:
commit
71ea119d7a
84
.github/workflows/build.yml
vendored
84
.github/workflows/build.yml
vendored
|
@ -4,64 +4,52 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
Reason:
|
Reason:
|
||||||
description: 'Reasons for temporary build'
|
description: 'Reasons for temporary build'
|
||||||
required: true
|
required: true
|
||||||
default: 'No reason.Just do it.'
|
default: 'No reason. Just do it.'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .editorconfig
|
- .editorconfig
|
||||||
- appveyor.yml
|
- appveyor.yml
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .editorconfig
|
- .editorconfig
|
||||||
- appveyor.yml
|
- appveyor.yml
|
||||||
|
|
||||||
env:
|
|
||||||
# Path to the solution file relative to the root of the project.
|
|
||||||
SOLUTION_FILE_PATH: .
|
|
||||||
|
|
||||||
# Configuration type to build.
|
|
||||||
# You can convert this to a build matrix if you need coverage of multiple configuration types.
|
|
||||||
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
|
||||||
#BUILD_CONFIGURATION: [Debug , Release]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: ${{matrix.BUILD_CONFIGURATION}}
|
name: Build (${{ matrix.BUILD_CONFIGURATION }})
|
||||||
runs-on: windows-lastest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_CONFIGURATION: ['Debug', 'Release']
|
BUILD_CONFIGURATION: [Debug, Release]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Add MSBuild to PATH
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Restore NuGet packages
|
- name: Restore NuGet packages
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
run: nuget restore
|
||||||
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
|
|
||||||
|
|
||||||
- name: Build ${{matrix.BUILD_CONFIGURATION}}
|
- name: Build Solution
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
run: msbuild /m /p:Configuration=${{ matrix.BUILD_CONFIGURATION }}
|
||||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
|
||||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
|
||||||
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}}
|
name: RevokeMsgPatcher-${{ matrix.BUILD_CONFIGURATION }}
|
||||||
path: |
|
path: |
|
||||||
.\RevokeMsgPatcher\bin
|
.\RevokeMsgPatcher\bin
|
||||||
!.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.exe.config
|
!.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.exe.config
|
||||||
!.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.pdb
|
!.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.pdb
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<img width="180px" src="https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/revoke.jpg"/>
|
<img width="180px" src="https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/revoke.jpg"/>
|
||||||
|
|
||||||
下载地址:
|
下载地址:
|
||||||
**[⚡️点我下载最新版本](https://github.com/huiyadanli/RevokeMsgPatcher/releases/download/2.0/RevokeMsgPatcher.v2.0.zip)** |
|
**[⚡️点我下载最新版本](https://github.com/huiyadanli/RevokeMsgPatcher/releases/download/2.1/RevokeMsgPatcher.v2.1.zip)** |
|
||||||
[☁备用下载-蓝奏云](https://wwmy.lanzouq.com/b0fot7dpe) 密码:coco|
|
[☁备用下载-蓝奏云](https://wwmy.lanzouq.com/b0fot7dpe) 密码:coco|
|
||||||
[☁备用下载-百度云](https://pan.baidu.com/s/15ilr78t8F1-VW8eUZSkr_Q?pwd=3rrj)
|
[☁备用下载-百度云](https://pan.baidu.com/s/15ilr78t8F1-VW8eUZSkr_Q?pwd=3rrj)
|
||||||
|
|
||||||
|
@ -61,11 +61,13 @@
|
||||||
|
|
||||||
本项目早期内容源自 [wechat_anti_revoke](https://github.com/36huo/wechat_anti_revoke) 项目。
|
本项目早期内容源自 [wechat_anti_revoke](https://github.com/36huo/wechat_anti_revoke) 项目。
|
||||||
|
|
||||||
QQNT 防撤回依赖于 [LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT),修补依赖于 [DLLHijackMethod](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod) 并集成了以下插件:
|
2.0 之前版本 QQNT 防撤回依赖于 [LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT),修补依赖于 [DLLHijackMethod](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod) 并集成了以下插件:
|
||||||
|
|
||||||
* [插件列表查看 LL-plugin-list-viewer](https://github.com/ltxhhz/LL-plugin-list-viewer)
|
* [插件列表查看 LL-plugin-list-viewer](https://github.com/ltxhhz/LL-plugin-list-viewer)
|
||||||
* [防撤回 LiteLoaderQQNT-Anti-Recall](https://github.com/xh321/LiteLoaderQQNT-Anti-Recall)
|
* [防撤回 LiteLoaderQQNT-Anti-Recall](https://github.com/xh321/LiteLoaderQQNT-Anti-Recall)
|
||||||
|
|
||||||
|
2.1 版本的 QQNTT 防撤回特征来自 [NTQQAntiRecall]( https://github.com/NapNeko/NTQQAntiRecall)
|
||||||
|
|
||||||
微信4.0版本后的防撤回特征来自于 [BetterWX](https://github.com/zetaloop/BetterWX)
|
微信4.0版本后的防撤回特征来自于 [BetterWX](https://github.com/zetaloop/BetterWX)
|
||||||
|
|
||||||
## ❤️投喂
|
## ❤️投喂
|
||||||
|
|
Loading…
Reference in New Issue
Block a user