File tree 2 files changed +3
-3
lines changed
src/views/editor/components
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sub-store-front-end" ,
3
- "version" : " 2.15.12 " ,
3
+ "version" : " 2.15.13 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite --host" ,
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ $server.name = 'prefix-' + $server.name
336
336
$server.ecn = true
337
337
$server['test-url'] = 'http://1.0.0.1/generate_204'
338
338
// 2. operator function
339
- function operator(proxies, targetPlatform) {
339
+ function operator(proxies, targetPlatform, context ) {
340
340
return proxies.map( proxy => {
341
341
// Change proxy information here
342
342
@@ -399,7 +399,7 @@ let clashMetaProxies = await produceArtifact({
399
399
// JSON
400
400
$content = JSON.stringify({}, null, 2)
401
401
402
- // { $content, $files } will be passed to the next operator
402
+ // { $content, $files, $options } will be passed to the next operator
403
403
// $content is the final content of the file
404
404
` );
405
405
You can’t perform that action at this time.
0 commit comments