release: 2.6.14

This commit is contained in:
手瓜一十雪 2024-09-23 16:33:02 +08:00
parent 8353533d60
commit 7c4964753b
9 changed files with 20 additions and 12 deletions

View File

@ -95,13 +95,15 @@ jobs:
steps: steps:
- name: Download All Artifact - name: Download All Artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
# - name: Compress subdirectories
# run: | - name: Clone Main Repository
# cd ./NapCat.Shell/ uses: actions/checkout@v4
# zip -q -r NapCat.Shell.zip * with:
# cd .. repository: 'NapNeko/NapCatQQ'
# rm ./NapCat.Shell.zip -rf submodules: true
# mv ./NapCat.Shell/NapCat.Shell.zip ./ ref: main
token: ${{ secrets.NAPCAT_BUILD }}
- name: Compress subdirectories - name: Compress subdirectories
run: | run: |
cd ./NapCat.Shell/ cd ./NapCat.Shell/
@ -114,6 +116,11 @@ jobs:
rm ./NapCat.Framework.zip -rf rm ./NapCat.Framework.zip -rf
mv ./NapCat.Shell/NapCat.Shell.zip ./ mv ./NapCat.Shell/NapCat.Shell.zip ./
mv ./NapCat.Framework/NapCat.Framework.zip ./ mv ./NapCat.Framework/NapCat.Framework.zip ./
mkdir ./NapCat.Framework.Windows.Once
unzip -q ./external/LiteLoaderWrapper.zip -d ./NapCat.Framework.Windows.Once
mkdir ./NapCat.Framerwork.Windows.Once/LL/plugins/NapCatQQ
unzip -q ./NapCat.Framework.zip -d ./NapCat.Framerwork.Windows.Once/LL/plugins/NapCatQQ
zip -q -r NapCat.Framework.Windows.Once.zip ./NapCat.Framework.Windows.Once
- name: Extract version from tag - name: Extract version from tag
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
@ -129,4 +136,5 @@ jobs:
files: | files: |
NapCat.Framework.zip NapCat.Framework.zip
NapCat.Shell.zip NapCat.Shell.zip
NapCat.Framework.Windows.Once.zip
draft: true draft: true

BIN
external/LiteLoaderWrapper.zip vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@
"name": "NapCatQQ", "name": "NapCatQQ",
"slug": "NapCat.Framework", "slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现", "description": "高性能的 OneBot 11 协议实现",
"version": "2.6.13", "version": "2.6.14",
"icon": "./logo.png", "icon": "./logo.png",
"authors": [ "authors": [
{ {

View File

@ -2,7 +2,7 @@
"name": "napcat", "name": "napcat",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "2.6.13", "version": "2.6.14",
"scripts": { "scripts": {
"build:framework": "vite build --mode framework", "build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell", "build:shell": "vite build --mode shell",

View File

@ -1 +1 @@
export const napCatVersion = '2.6.13'; export const napCatVersion = '2.6.14';

View File

@ -30,7 +30,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem( SettingItem(
'<span id="napcat-update-title">Napcat</span>', '<span id="napcat-update-title">Napcat</span>',
undefined, undefined,
SettingButton('V2.6.13', 'napcat-update-button', 'secondary'), SettingButton('V2.6.14', 'napcat-update-button', 'secondary'),
), ),
]), ]),
SettingList([ SettingList([

View File

@ -164,7 +164,7 @@ async function onSettingWindowCreated(view) {
SettingItem( SettingItem(
'<span id="napcat-update-title">Napcat</span>', '<span id="napcat-update-title">Napcat</span>',
void 0, void 0,
SettingButton("V2.6.13", "napcat-update-button", "secondary") SettingButton("V2.6.14", "napcat-update-button", "secondary")
) )
]), ]),
SettingList([ SettingList([