mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 05:25:57 +08:00
185
This commit is contained in:
10
.github/workflows/dotnet.yml
vendored
10
.github/workflows/dotnet.yml
vendored
@@ -220,6 +220,16 @@ jobs:
|
|||||||
asset_path: ./public/publish-zip/linker-linux-musl-arm64.zip
|
asset_path: ./public/publish-zip/linker-linux-musl-arm64.zip
|
||||||
asset_name: linker-linux-musl-arm64.zip
|
asset_name: linker-linux-musl-arm64.zip
|
||||||
asset_content_type: application/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
|
- name: upload-install-service-oss
|
||||||
id: upload-install-service-oss
|
id: upload-install-service-oss
|
||||||
uses: tvrcgo/oss-action@v0.1.1
|
uses: tvrcgo/oss-action@v0.1.1
|
||||||
|
@@ -86,7 +86,7 @@ function writeUpload(data, tagName) {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
data.jobs.build.steps.push({
|
data.jobs.build.steps.push({
|
||||||
name: `upload-version-oss`,
|
name: `upload-version-oss`,
|
||||||
id: `upload-version-oss`,
|
id: `upload-version-oss`,
|
||||||
@@ -100,7 +100,7 @@ function writeUpload(data, tagName) {
|
|||||||
'target-path': `/downloads/linker/version.txt`
|
'target-path': `/downloads/linker/version.txt`
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
|
||||||
data.jobs.build.steps.push({
|
data.jobs.build.steps.push({
|
||||||
name: `upload-install-service-oss`,
|
name: `upload-install-service-oss`,
|
||||||
|
@@ -75,8 +75,9 @@ export default {
|
|||||||
|
|
||||||
globalData.value.config.Running = res.List.Running;
|
globalData.value.config.Running = res.List.Running;
|
||||||
globalData.value.config.configed = true;
|
globalData.value.config.configed = true;
|
||||||
|
|
||||||
state.hashcode = res.HashCode;
|
state.hashcode = res.HashCode;
|
||||||
|
|
||||||
|
document.title = `${globalData.value.config.Client.Name} - linker.web`;
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
_getConfig();
|
_getConfig();
|
||||||
},1000);
|
},1000);
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.8.5
|
v1.8.5
|
||||||
2025-06-23 11:57:38
|
2025-06-23 14:37:11
|
||||||
1. 一些累计更新
|
1. 一些累计更新
|
||||||
2. 备用信标服务器
|
2. 备用信标服务器
|
||||||
3. 设置默认中继节点
|
3. 设置默认中继节点
|
||||||
|
Reference in New Issue
Block a user