Skip to content

Commit 89ec606

Browse files
committed
chore: 文案
1 parent 6a77248 commit 89ec606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.12",
3+
"version": "2.15.13",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/views/editor/components/Script.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ $server.name = 'prefix-' + $server.name
336336
$server.ecn = true
337337
$server['test-url'] = 'http://1.0.0.1/generate_204'
338338
// 2. operator function
339-
function operator(proxies, targetPlatform) {
339+
function operator(proxies, targetPlatform, context) {
340340
return proxies.map( proxy => {
341341
// Change proxy information here
342342
@@ -399,7 +399,7 @@ let clashMetaProxies = await produceArtifact({
399399
// JSON
400400
$content = JSON.stringify({}, null, 2)
401401
402-
// { $content, $files } will be passed to the next operator
402+
// { $content, $files, $options } will be passed to the next operator
403403
// $content is the final content of the file
404404
`);
405405

0 commit comments

Comments
 (0)