File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ async function run(params: string) {
30
30
runOutput: string ;
31
31
status: number ;
32
32
compileOutput: string ;
33
- }>(" https://code.pivotlang.tech /coderunner" , {
33
+ }>(" https://code.lang.pivotstudio.cn /coderunner" , {
34
34
code: params ,
35
35
});
36
36
isRunning .value = false ;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ function removeBackPointer(root:SunBurstData) {
147
147
export const getTotalCov = async ( ) : Promise < Coverages > => {
148
148
return (
149
149
await axios . get < Coverages > (
150
- "https://cov.pivotlang.tech /api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master" ,
150
+ "https://cov.lang.pivotstudio.cn /api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master" ,
151
151
{
152
152
headers : {
153
153
accept : "application/json"
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ watch(
154
154
155
155
<style lang="scss">
156
156
.terminal {
157
- overflow : scroll ;
157
+ overflow : auto ;
158
158
}
159
159
.container {
160
160
position : relative ;
You can’t perform that action at this time.
0 commit comments