Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
Update package-lock.json
Update package.json
Update CHANGELOG.md
  • Loading branch information
VirgilClyne committed Nov 5, 2024
1 parent d3e808f commit bad08a4
Show file tree
Hide file tree
Showing 4 changed files with 1,622 additions and 195 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
### 🛠️ Bug Fixes
* 修复 `Surge` 模块`脚本引擎`设置
* 修复 `Egern` 模块`参数面板`
8 changes: 4 additions & 4 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ export default defineConfig({
output: {
surge: {
path: "./dist/BiliBili.Global.sgmodule",
transformEgern: {
enable: true,
path: "./dist/BiliBili.Global.yaml",
},
},
loon: {
path: "./dist/BiliBili.Global.plugin",
Expand All @@ -13,10 +17,6 @@ export default defineConfig({
path: "./dist/BiliBili.Global.stoverride",
template: "./template/stash.handlebars",
},
{
path: "./dist/BiliBili.Global.yaml",
template: "./template/egern.handlebars",
},
{
path: "./dist/BiliBili.Global.snippet",
template: "./template/quantumultx.handlebars",
Expand Down
Loading

0 comments on commit bad08a4

Please sign in to comment.