This commit is contained in:
snltty
2025-06-23 14:37:11 +08:00
parent 7aeb70a444
commit d25f54d0e4
4 changed files with 15 additions and 4 deletions

View File

@@ -220,6 +220,16 @@ jobs:
asset_path: ./public/publish-zip/linker-linux-musl-arm64.zip
asset_name: linker-linux-musl-arm64.zip
asset_content_type: application/zip
- name: upload-version-oss
id: upload-version-oss
uses: tvrcgo/oss-action@v0.1.1
with:
region: oss-cn-shenzhen
key-id: ${{ secrets.ALIYUN_OSS_ID }}
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }}
bucket: ide-qbcode
asset-path: ./public/version.txt
target-path: /downloads/linker/version.txt
- name: upload-install-service-oss
id: upload-install-service-oss
uses: tvrcgo/oss-action@v0.1.1

View File

@@ -86,7 +86,7 @@ function writeUpload(data, tagName) {
});
};
}
/*
data.jobs.build.steps.push({
name: `upload-version-oss`,
id: `upload-version-oss`,
@@ -100,7 +100,7 @@ function writeUpload(data, tagName) {
'target-path': `/downloads/linker/version.txt`
}
});
*/
data.jobs.build.steps.push({
name: `upload-install-service-oss`,

View File

@@ -75,8 +75,9 @@ export default {
globalData.value.config.Running = res.List.Running;
globalData.value.config.configed = true;
state.hashcode = res.HashCode;
document.title = `${globalData.value.config.Client.Name} - linker.web`;
setTimeout(()=>{
_getConfig();
},1000);

View File

@@ -1,5 +1,5 @@
v1.8.5
2025-06-23 11:57:38
2025-06-23 14:37:11
1. 一些累计更新
2. 备用信标服务器
3. 设置默认中继节点