Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
Update package-lock.json
Update package.json
  • Loading branch information
VirgilClyne committed Dec 3, 2024
1 parent 671ae85 commit 2595eaf
Show file tree
Hide file tree
Showing 4 changed files with 1,847 additions and 354 deletions.
26 changes: 14 additions & 12 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: { path: "./dist/TestFlight.sgmodule" },
loon: { path: "./dist/TestFlight.plugin" },
surge: { path: "./dist/TestFlight.sgmodule",
transformEgern: {
enable: true,
path: "./dist/WeatherKit.yaml",
},
},
loon: {
path: "./dist/TestFlight.plugin"
},
customItems: [
{
path: "./dist/TestFlight.snippet",
Expand All @@ -17,21 +24,16 @@ export default defineConfig({
template: "./template/shadowrocket.handlebars",
},
],
dts: { isExported: true, path: "./src/interface.ts" },
dts: {
isExported: true,
path: "./src/types.d.ts",
},
boxjsSettings: {
path: "./template/boxjs.settings.json",
scope: "@iRingo.TestFlight.Settings",
},
},
args: [
{
key: "Switch",
name: "总功能开关",
defaultValue: true,
type: "boolean",
description: "是否启用此APP修改",
exclude: ["surge", "loon"],
},
{
key: "CountryCode",
name: "国家或地区代码",
Expand Down Expand Up @@ -66,7 +68,7 @@ export default defineConfig({
defaultValue: false,
type: "boolean",
description:
"是否启用通用应用支持,解除TF中app的iOS/iPadOS/macOS(AppleSilicon)平台限制。",
"是否启用通用应用支持,解除 TestFlight app 的 iOS/iPadOS/macOS(AppleSilicon) 平台限制。",
},
],
});
Loading

0 comments on commit 2595eaf

Please sign in to comment.