File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/views/editor/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments