1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix: Adapt for AAS

This commit is contained in:
2023-11-01 17:04:20 +08:00
parent 6860f2eb72
commit 3c4c9a6d61
11 changed files with 106 additions and 55 deletions
@@ -8,7 +8,7 @@ import fs from 'fs';
*/
const getAlasABSPath = (
files: string[] = ['**/config/deploy.yaml', '**/config/deploy.template.yaml'],
rootName: string | string[] = ['AzurLaneAutoScript', 'Alas', 'StarRailCopilot'],
rootName: string | string[] = ['AzurLaneAutoScript', 'Alas', 'ArisuAutoSweeper'],
) => {
const path = require('path');
const sep = path.sep;
+1 -1
View File
@@ -2,7 +2,7 @@ Deploy:
Git:
# URL of AzurLaneAutoScript repository
# [CN user] Use 'cn' to get update from git-over-cdn service
# [Other] Use 'global' to get update from https://github.com/LmeSzinc/StarRailCopilot
# [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSrcipt
Repository: {{repository}}
# Branch of Alas
# [Developer] Use 'dev', 'app', etc, to try new features