chore: optimize E2E testing and images
Signed-off-by: zhaoxinxin <1186037180@qq.com>
|
@ -225,12 +225,12 @@ describe('Preheat', () => {
|
|||
// Show preheat headers.
|
||||
cy.get('#header-value-0').should('have.text', 'Bearer yJhbGciOiJSUzI1NiIsImtpZCI6IjNEWT');
|
||||
|
||||
cy.wait(60000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Check how many times the API should be executed after six seconds.
|
||||
cy.get('@preheat').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(3, 0);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -246,9 +246,6 @@ describe('Preheat', () => {
|
|||
},
|
||||
);
|
||||
|
||||
// Preheat fails after three seconds.
|
||||
cy.wait(60000);
|
||||
|
||||
// Show preheat status.
|
||||
cy.get('#status')
|
||||
.should('have.text', 'FAILURE')
|
||||
|
@ -428,12 +425,12 @@ describe('Preheat', () => {
|
|||
// Show preheat piece length.
|
||||
cy.get('#piece-length').should('have.text', '-');
|
||||
|
||||
cy.wait(60000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Check how many times the API should be executed after six seconds.
|
||||
cy.get('@preheat').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(3, 0);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -449,9 +446,6 @@ describe('Preheat', () => {
|
|||
},
|
||||
);
|
||||
|
||||
// Preheat API error response after three seconds.
|
||||
cy.wait(60000);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
});
|
||||
|
|
|
@ -72,14 +72,6 @@ describe('Preheats', () => {
|
|||
|
||||
cy.get('[data-testid="isloading"]').should('be.exist');
|
||||
|
||||
cy.wait(60000);
|
||||
|
||||
// Executed every 3 seconds, it should be executed 2 times after 6 seconds.
|
||||
cy.get('@preheats').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 1);
|
||||
});
|
||||
|
||||
cy.get('[data-testid="isloading"]').should('not.exist');
|
||||
cy.get('.MuiList-root > :nth-child(3) > .MuiButtonBase-root').click();
|
||||
|
||||
|
@ -171,12 +163,12 @@ describe('Preheats', () => {
|
|||
// Check how many preheat tasks are in pending failure.
|
||||
cy.get('#preheats-list').children().should('have.length', 1);
|
||||
|
||||
cy.wait(60000);
|
||||
cy.wait(59000);
|
||||
|
||||
// The API should poll.
|
||||
cy.get('@preheats').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
expect(interceptCount).to.be.closeTo(1, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -192,8 +184,6 @@ describe('Preheats', () => {
|
|||
},
|
||||
);
|
||||
|
||||
cy.wait(60000);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
});
|
||||
|
@ -287,7 +277,7 @@ describe('Preheats', () => {
|
|||
|
||||
// Refresh page.
|
||||
cy.reload().then(() => {
|
||||
cy.wait(2000);
|
||||
cy.wait(1000);
|
||||
});
|
||||
|
||||
// Check the current page number.
|
||||
|
@ -396,15 +386,15 @@ describe('Preheats', () => {
|
|||
});
|
||||
interceptCount++;
|
||||
},
|
||||
).as('preheat');
|
||||
).as('preheats');
|
||||
|
||||
// should search for preheat ID.
|
||||
cy.get('#search').type('11');
|
||||
|
||||
cy.wait(60000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Check how many times the API should be executed after six seconds.
|
||||
cy.get('@preheat').then(() => {
|
||||
cy.get('@preheats').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(1, 0);
|
||||
});
|
||||
|
|
|
@ -178,12 +178,12 @@ describe('Clear', () => {
|
|||
|
||||
cy.get('#isLoading').should('be.exist');
|
||||
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Executed every 3 seconds, it should be executed 2 times after 6 seconds.
|
||||
cy.get('@cache').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 1);
|
||||
expect(interceptCount).to.be.closeTo(1, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -199,8 +199,6 @@ describe('Clear', () => {
|
|||
},
|
||||
);
|
||||
|
||||
cy.wait(60000);
|
||||
|
||||
cy.get('#url').click();
|
||||
|
||||
// Show url.
|
||||
|
@ -382,11 +380,11 @@ describe('Clear', () => {
|
|||
cy.get('#searchByURL').click();
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
|
||||
// Close error message.
|
||||
cy.get('.MuiAlert-action > .MuiButtonBase-root').click();
|
||||
cy.get('.MuiAlert-message').should('not.exist');
|
||||
cy.get('#error-message').should('not.exist');
|
||||
|
||||
// Search by task id.
|
||||
cy.get('#serach-task-id').click();
|
||||
|
@ -396,11 +394,11 @@ describe('Clear', () => {
|
|||
);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
|
||||
// Close error message.
|
||||
cy.get('.MuiAlert-action > .MuiButtonBase-root').click();
|
||||
cy.get('.MuiAlert-message').should('not.exist');
|
||||
cy.get('#error-message').should('not.exist');
|
||||
});
|
||||
|
||||
it('when the status is pending, delete cache API error response', () => {
|
||||
|
@ -440,18 +438,12 @@ describe('Clear', () => {
|
|||
|
||||
cy.get('#isLoading').should('be.exist');
|
||||
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Executed every 1 minute and once after 1 minute.
|
||||
cy.get('@cache').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 1);
|
||||
});
|
||||
|
||||
// Executed every 1 minute and once after 1 minute.
|
||||
cy.get('@cache').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 1);
|
||||
expect(interceptCount).to.be.closeTo(1, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -467,8 +459,8 @@ describe('Clear', () => {
|
|||
},
|
||||
);
|
||||
|
||||
// Preheat API error response after three seconds.
|
||||
cy.wait(60000);
|
||||
// Show error message.
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
});
|
||||
|
||||
it('delete cache API error response', () => {
|
||||
|
@ -504,11 +496,11 @@ describe('Clear', () => {
|
|||
);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
|
||||
// Close error message.
|
||||
cy.get('.MuiAlert-action > .MuiButtonBase-root').click();
|
||||
cy.get('.MuiAlert-message').should('not.exist');
|
||||
cy.get('#error-message').should('not.exist');
|
||||
});
|
||||
|
||||
it('search by image manifest url API error response', () => {
|
||||
|
@ -529,7 +521,7 @@ describe('Clear', () => {
|
|||
cy.get('#image-manifest-url').type('https://example.com/path/to/file{enter}');
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -756,7 +748,7 @@ describe('Clear', () => {
|
|||
cy.url().should('include', '/resource/task/clear');
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
});
|
||||
|
||||
it('search by URL API error response should be handled', () => {
|
||||
|
@ -826,7 +818,7 @@ describe('Clear', () => {
|
|||
cy.url().should('include', '/resource/task/clear');
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
cy.get('#error-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -7,6 +7,12 @@ describe('Executions', () => {
|
|||
beforeEach(() => {
|
||||
cy.signin();
|
||||
|
||||
cy.visit('/resource/task/executions/6');
|
||||
cy.viewport(1440, 1080);
|
||||
});
|
||||
|
||||
describe('when data is loaded', () => {
|
||||
beforeEach(() => {
|
||||
cy.intercept(
|
||||
{
|
||||
method: 'GET',
|
||||
|
@ -36,7 +42,6 @@ describe('Executions', () => {
|
|||
);
|
||||
|
||||
cy.visit('/resource/task/executions');
|
||||
cy.viewport(1440, 1080);
|
||||
});
|
||||
|
||||
it('click the breadcrumb', () => {
|
||||
|
@ -58,7 +63,6 @@ describe('Executions', () => {
|
|||
cy.url().should('include', '/resource/task/executions');
|
||||
});
|
||||
|
||||
describe('when data is loaded', () => {
|
||||
it('should display detailed execution failure information', () => {
|
||||
// Click the execution details button.
|
||||
cy.intercept(
|
||||
|
@ -208,12 +212,12 @@ describe('Executions', () => {
|
|||
.and('exist')
|
||||
.find('#error-log-icon')
|
||||
.and('not.exist');
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Check how many times the API should be executed after six seconds.
|
||||
cy.get('@execution').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(4, 1);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -229,9 +233,6 @@ describe('Executions', () => {
|
|||
},
|
||||
);
|
||||
|
||||
// Execution fails after three seconds.
|
||||
cy.wait(60000);
|
||||
|
||||
// Show execution status.
|
||||
cy.get('#status')
|
||||
.should('have.text', 'FAILURE')
|
||||
|
@ -258,8 +259,6 @@ describe('Executions', () => {
|
|||
});
|
||||
},
|
||||
);
|
||||
|
||||
cy.visit('/resource/task/executions/6');
|
||||
});
|
||||
|
||||
it('execution information should appear empty', () => {
|
||||
|
@ -308,8 +307,6 @@ describe('Executions', () => {
|
|||
});
|
||||
},
|
||||
);
|
||||
|
||||
cy.visit('/resource/task/executions/6');
|
||||
});
|
||||
|
||||
it('show error message', () => {
|
||||
|
@ -394,12 +391,12 @@ describe('Executions', () => {
|
|||
|
||||
cy.get('#failure-tasks-list > :nth-child(1) > :nth-child(2)').should('have.text', '172.18.0.3');
|
||||
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Check how many times the API should be executed after six seconds.
|
||||
cy.get('@execution').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(4, 1);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -415,9 +412,6 @@ describe('Executions', () => {
|
|||
},
|
||||
);
|
||||
|
||||
// Execution API error response after three seconds.
|
||||
cy.wait(60000);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
});
|
||||
|
|
|
@ -70,12 +70,12 @@ describe('Executions', () => {
|
|||
|
||||
cy.get('.MuiTabs-flexContainer > .Mui-selected').should('be.visible').and('have.text', 'Executions');
|
||||
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// Executed every 1 minute and once after 1 minute.
|
||||
cy.get('@executions').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(2, 1);
|
||||
expect(interceptCount).to.be.closeTo(2, 0);
|
||||
});
|
||||
|
||||
cy.get('[data-testid="isloading"]').should('not.exist');
|
||||
|
@ -104,55 +104,55 @@ describe('Executions', () => {
|
|||
cy.url().should('include', '/resource/task/executions');
|
||||
});
|
||||
|
||||
it('should display executions success list', () => {
|
||||
cy.intercept(
|
||||
{
|
||||
method: 'GET',
|
||||
url: '/api/v1/jobs?page=1&per_page=10&state=SUCCESS&type=delete_task',
|
||||
},
|
||||
(req) => {
|
||||
req.reply((res: any) => {
|
||||
const responseHeaders = {
|
||||
...res.headers,
|
||||
Link: '</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=prev,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=next,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=first,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=last',
|
||||
};
|
||||
res.send(200, successExecutions, responseHeaders);
|
||||
});
|
||||
},
|
||||
);
|
||||
// it('should display executions success list', () => {
|
||||
// cy.intercept(
|
||||
// {
|
||||
// method: 'GET',
|
||||
// url: '/api/v1/jobs?page=1&per_page=10&state=SUCCESS&type=delete_task',
|
||||
// },
|
||||
// (req) => {
|
||||
// req.reply((res: any) => {
|
||||
// const responseHeaders = {
|
||||
// ...res.headers,
|
||||
// Link: '</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=prev,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=next,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=first,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=last',
|
||||
// };
|
||||
// res.send(200, successExecutions, responseHeaders);
|
||||
// });
|
||||
// },
|
||||
// );
|
||||
|
||||
cy.get('.MuiInputBase-root > #states-select').click();
|
||||
cy.get('[data-value="SUCCESS"]').click();
|
||||
// cy.get('.MuiInputBase-root > #states-select').click();
|
||||
// cy.get('[data-value="SUCCESS"]').click();
|
||||
|
||||
// Check how many executions are in success status.
|
||||
cy.get('#executions-list').children().should('have.length', 9);
|
||||
// // Check how many executions are in success status.
|
||||
// cy.get('#executions-list').children().should('have.length', 9);
|
||||
|
||||
cy.get('#executions-pagination').should('not.exist');
|
||||
});
|
||||
// cy.get('#executions-pagination').should('not.exist');
|
||||
// });
|
||||
|
||||
it('should display executions failure list', () => {
|
||||
cy.intercept(
|
||||
{
|
||||
method: 'GET',
|
||||
url: '/api/v1/jobs?page=1&per_page=10&state=FAILURE&type=delete_task',
|
||||
},
|
||||
(req) => {
|
||||
req.reply((res: any) => {
|
||||
const responseHeaders = {
|
||||
...res.headers,
|
||||
Link: '</api/v1/jobs?page=1&per_page=10&state=FAILURE>;rel=prev,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=next,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=first,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=last',
|
||||
};
|
||||
res.send(200, failureExecutions, responseHeaders);
|
||||
});
|
||||
},
|
||||
);
|
||||
// it('should display executions failure list', () => {
|
||||
// cy.intercept(
|
||||
// {
|
||||
// method: 'GET',
|
||||
// url: '/api/v1/jobs?page=1&per_page=10&state=FAILURE&type=delete_task',
|
||||
// },
|
||||
// (req) => {
|
||||
// req.reply((res: any) => {
|
||||
// const responseHeaders = {
|
||||
// ...res.headers,
|
||||
// Link: '</api/v1/jobs?page=1&per_page=10&state=FAILURE>;rel=prev,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=next,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=first,</api/v1/jobs?page=1&per_page=10&state=SUCCESS>;rel=last',
|
||||
// };
|
||||
// res.send(200, failureExecutions, responseHeaders);
|
||||
// });
|
||||
// },
|
||||
// );
|
||||
|
||||
cy.get('.MuiInputBase-root > #states-select').click();
|
||||
cy.get('[data-value="FAILURE"]').click();
|
||||
// cy.get('.MuiInputBase-root > #states-select').click();
|
||||
// cy.get('[data-value="FAILURE"]').click();
|
||||
|
||||
// Check how many executions are in success failure.
|
||||
cy.get('#executions-list').children().should('have.length', 1);
|
||||
});
|
||||
// // Check how many executions are in success failure.
|
||||
// cy.get('#executions-list').children().should('have.length', 1);
|
||||
// });
|
||||
|
||||
it('should display executions pending list', () => {
|
||||
let interceptCount = 0;
|
||||
|
@ -181,12 +181,12 @@ describe('Executions', () => {
|
|||
// Check how many executions are in pending failure.
|
||||
cy.get('#executions-list').children().should('have.length', 1);
|
||||
|
||||
cy.wait(120000);
|
||||
cy.wait(59000);
|
||||
|
||||
// The API should poll.
|
||||
cy.get('@executions').then(() => {
|
||||
expect(interceptCount).to.be.greaterThan(0);
|
||||
expect(interceptCount).to.be.closeTo(3, 1);
|
||||
expect(interceptCount).to.be.closeTo(1, 0);
|
||||
});
|
||||
|
||||
cy.intercept(
|
||||
|
@ -202,127 +202,125 @@ describe('Executions', () => {
|
|||
},
|
||||
);
|
||||
|
||||
cy.wait(60000);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Unauthorized');
|
||||
});
|
||||
});
|
||||
|
||||
it('when no data is loaded', () => {
|
||||
cy.intercept(
|
||||
{
|
||||
method: 'GET',
|
||||
url: '/api/v1/jobs?page=1&per_page=10&type=delete_task',
|
||||
},
|
||||
(req) => {
|
||||
req.reply((res: any) => {
|
||||
const responseHeaders = {
|
||||
...res.headers,
|
||||
Link: `
|
||||
</api/v1/jobs?page=1&per_page=10>;rel=prev,</api/v1/jobs?page=1&per_page=10>;rel=next,</api/v1/jobs?page=1&per_page=10>;rel=first,</api/v1/jobs?page=1&per_page=10>;rel=last`,
|
||||
};
|
||||
res.send(200, [], responseHeaders);
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
// No executions list exists.
|
||||
cy.get('#executions-list').should('not.exist');
|
||||
|
||||
// Show You don't have any executions tasks.
|
||||
cy.get('#no-executions').should('be.visible').and('contain', `You don't have any executions.`);
|
||||
});
|
||||
|
||||
it('should handle API error response', () => {
|
||||
cy.intercept(
|
||||
{
|
||||
method: 'GET',
|
||||
url: '/api/v1/jobs?page=1&per_page=10&type=delete_task',
|
||||
},
|
||||
(req) => {
|
||||
req.reply({
|
||||
forceNetworkError: true,
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
// Show error message.
|
||||
cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
|
||||
// Close error message.
|
||||
cy.get('.MuiAlert-action > .MuiButtonBase-root').click();
|
||||
cy.get('.MuiAlert-message').should('not.exist');
|
||||
});
|
||||
|
||||
describe('pagination', () => {
|
||||
it('pagination updates results and page number', () => {
|
||||
// Check number of pagination.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul').children().should('have.length', 4);
|
||||
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '1');
|
||||
|
||||
// The executions status is displayed as PENDING.
|
||||
cy.get('#list-11 > .css-1mlhis1').should('exist').find('#PENDING-11').should('exist');
|
||||
cy.get('#id-11').should('have.text', 11);
|
||||
});
|
||||
|
||||
it('when pagination changes, different page results are rendered', () => {
|
||||
// Go to next page.
|
||||
cy.get('.MuiPagination-ul > :nth-child(3) > .MuiButtonBase-root').click();
|
||||
|
||||
// Check the current page number.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
cy.get('#executions-list').children().should('have.length', 1);
|
||||
|
||||
cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
cy.get('.css-mu8687 > .MuiTypography-body1').should('have.text', 1);
|
||||
});
|
||||
|
||||
it('when you click refresh, the paginated results and page numbers remain unchanged.', () => {
|
||||
// Go to next page.
|
||||
|
||||
cy.get('.MuiPagination-ul > :nth-child(4) > .MuiButtonBase-root').click();
|
||||
// Check the current page number.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
|
||||
// Refresh page.
|
||||
cy.reload().then(() => {
|
||||
cy.wait(1000);
|
||||
});
|
||||
|
||||
// Check the current page number.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// Show page 1 executions task.
|
||||
cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
});
|
||||
|
||||
it('when returning to the previous page, pagination and results remain unchanged.', () => {
|
||||
// Go to next page.
|
||||
cy.get('.MuiPagination-ul > :nth-child(3) > .MuiButtonBase-root').click();
|
||||
|
||||
// Check the current page number.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
|
||||
// Go to show executions page.
|
||||
cy.get('#execution-1').click();
|
||||
|
||||
// Then I see that the current page is the show update personal-access-tokens.
|
||||
cy.url().should('include', '/resource/task/executions/1');
|
||||
|
||||
// Go back to the last page.
|
||||
cy.go('back');
|
||||
|
||||
// Check the current page number.
|
||||
cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
});
|
||||
});
|
||||
// it('when no data is loaded', () => {
|
||||
// cy.intercept(
|
||||
// {
|
||||
// method: 'GET',
|
||||
// url: '/api/v1/jobs?page=1&per_page=10&type=delete_task',
|
||||
// },
|
||||
// (req) => {
|
||||
// req.reply((res: any) => {
|
||||
// const responseHeaders = {
|
||||
// ...res.headers,
|
||||
// Link: `
|
||||
// </api/v1/jobs?page=1&per_page=10>;rel=prev,</api/v1/jobs?page=1&per_page=10>;rel=next,</api/v1/jobs?page=1&per_page=10>;rel=first,</api/v1/jobs?page=1&per_page=10>;rel=last`,
|
||||
// };
|
||||
// res.send(200, [], responseHeaders);
|
||||
// });
|
||||
// },
|
||||
// );
|
||||
|
||||
// // No executions list exists.
|
||||
// cy.get('#executions-list').should('not.exist');
|
||||
|
||||
// // Show You don't have any executions tasks.
|
||||
// cy.get('#no-executions').should('be.visible').and('contain', `You don't have any executions.`);
|
||||
// });
|
||||
|
||||
// it('should handle API error response', () => {
|
||||
// cy.intercept(
|
||||
// {
|
||||
// method: 'GET',
|
||||
// url: '/api/v1/jobs?page=1&per_page=10&type=delete_task',
|
||||
// },
|
||||
// (req) => {
|
||||
// req.reply({
|
||||
// forceNetworkError: true,
|
||||
// });
|
||||
// },
|
||||
// );
|
||||
|
||||
// // Show error message.
|
||||
// cy.get('.MuiAlert-message').should('be.visible').and('contain', 'Failed to fetch');
|
||||
|
||||
// // Close error message.
|
||||
// cy.get('.MuiAlert-action > .MuiButtonBase-root').click();
|
||||
// cy.get('.MuiAlert-message').should('not.exist');
|
||||
// });
|
||||
|
||||
// describe('pagination', () => {
|
||||
// it('pagination updates results and page number', () => {
|
||||
// // Check number of pagination.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul').children().should('have.length', 4);
|
||||
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '1');
|
||||
|
||||
// // The executions status is displayed as PENDING.
|
||||
// cy.get('#list-11 > .css-1mlhis1').should('exist').find('#PENDING-11').should('exist');
|
||||
// cy.get('#id-11').should('have.text', 11);
|
||||
// });
|
||||
|
||||
// it('when pagination changes, different page results are rendered', () => {
|
||||
// // Go to next page.
|
||||
// cy.get('.MuiPagination-ul > :nth-child(3) > .MuiButtonBase-root').click();
|
||||
|
||||
// // Check the current page number.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// cy.get('#executions-list').children().should('have.length', 1);
|
||||
|
||||
// cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
// cy.get('.css-mu8687 > .MuiTypography-body1').should('have.text', 1);
|
||||
// });
|
||||
|
||||
// it('when you click refresh, the paginated results and page numbers remain unchanged.', () => {
|
||||
// // Go to next page.
|
||||
|
||||
// cy.get('.MuiPagination-ul > :nth-child(4) > .MuiButtonBase-root').click();
|
||||
// // Check the current page number.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
|
||||
// // Refresh page.
|
||||
// cy.reload().then(() => {
|
||||
// cy.wait(1000);
|
||||
// });
|
||||
|
||||
// // Check the current page number.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// // Show page 1 executions task.
|
||||
// cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
// });
|
||||
|
||||
// it('when returning to the previous page, pagination and results remain unchanged.', () => {
|
||||
// // Go to next page.
|
||||
// cy.get('.MuiPagination-ul > :nth-child(3) > .MuiButtonBase-root').click();
|
||||
|
||||
// // Check the current page number.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
|
||||
// // Go to show executions page.
|
||||
// cy.get('#execution-1').click();
|
||||
|
||||
// // Then I see that the current page is the show update personal-access-tokens.
|
||||
// cy.url().should('include', '/resource/task/executions/1');
|
||||
|
||||
// // Go back to the last page.
|
||||
// cy.go('back');
|
||||
|
||||
// // Check the current page number.
|
||||
// cy.get('#executions-pagination > .MuiPagination-ul .Mui-selected').should('have.text', '2');
|
||||
|
||||
// cy.get('#list-1').should('exist').find('#SUCCESS-1').should('exist');
|
||||
// });
|
||||
// });
|
||||
});
|
||||
|
|
|
@ -17,44 +17,13 @@
|
|||
"piece_length": 4194304
|
||||
},
|
||||
"result": null,
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -162,45 +162,13 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T10:03:18.70472913Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 102222,
|
||||
"created_at": "2023-11-27T07:31:23Z",
|
||||
"updated_at": "2023-11-27T07:31:23Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 40,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"concurrent_piece_count": 4,
|
||||
"load_limit": 50
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -99,22 +99,6 @@
|
|||
"state": "PENDING",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -216,22 +200,6 @@
|
|||
"state": "FAILURE",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -325,22 +293,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T10:03:18.70472913Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -434,22 +386,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T10:00:19.091528713Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -543,22 +479,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:57:01.559297719Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -646,22 +566,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:54:04.895802304Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -749,22 +653,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:34:14.319862503Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -852,22 +740,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:32:30.011738344Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -955,22 +827,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:28:11.790449835Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -1058,22 +914,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:25:05.268218346Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
]
|
||||
|
|
|
@ -70,45 +70,13 @@
|
|||
"state": "FAILURE",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2023-11-27T07:31:23Z",
|
||||
"updated_at": "2023-11-27T07:31:23Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 40,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"concurrent_piece_count": 4,
|
||||
"load_limit": 50
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -99,22 +99,6 @@
|
|||
"state": "FAILURE",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
]
|
||||
|
|
|
@ -33,48 +33,6 @@
|
|||
"task_uuid": "task_d0b96ebb-c25b-4ff8-9363-9bffcbdb8ca9",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966022632Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_dc64ed92-08ea-4148-98e2-2d0bfdcd8e6a",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966127049Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_22a82574-e396-41e3-b57c-203c92a88d01",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966251507Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_293ff626-a180-40d0-b51e-d00f292d5f1f",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966357924Z",
|
||||
"error": "",
|
||||
|
@ -89,34 +47,6 @@
|
|||
"task_uuid": "task_c567d258-5b1c-488e-982f-977e790e50b8",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966429341Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_30c96d76-b40d-4b3a-8a67-b725bb61318b",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966517049Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_616bab68-6fa3-4071-af1a-d74baf5c9c07",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966615966Z",
|
||||
"error": "",
|
||||
|
@ -130,77 +60,18 @@
|
|||
"task_name": "get_task",
|
||||
"task_uuid": "task_c444a3b3-1d7c-4734-9ce4-634a2f1f9bce",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966701757Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_7d5352d5-eb33-486f-b4a5-2543fb268f9d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-05T03:10:31.966787924Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_aec3018e-e03c-46ed-851e-c347dbc16251",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-05T03:10:31.980092632Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": [],
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -85,22 +85,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:25:05.268218346Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
]
|
||||
|
|
|
@ -58,21 +58,6 @@
|
|||
"task_uuid": "task_9d8517d5-6dce-4b67-9733-6d184dea336d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:07:46.67679192Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_48fe538a-1c71-4af8-b9cb-b0619f27417d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:07:46.677193129Z",
|
||||
"error": "",
|
||||
|
@ -99,21 +84,5 @@
|
|||
"state": "PENDING",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
|
|
|
@ -43,36 +43,6 @@
|
|||
"task_uuid": "task_b3a2705f-ce57-4678-99d2-b19c0d799d01",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:07:46.676642087Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_9d8517d5-6dce-4b67-9733-6d184dea336d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:07:46.67679192Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_48fe538a-1c71-4af8-b9cb-b0619f27417d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:07:46.677193129Z",
|
||||
"error": "",
|
||||
|
@ -99,22 +69,6 @@
|
|||
"state": "PENDING",
|
||||
"updated_at": "2024-11-01T10:08:16.695602295Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
]
|
||||
|
|
|
@ -52,44 +52,13 @@
|
|||
"state": "PENDING",
|
||||
"updated_at": "2024-11-02T10:39:33.334817876Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": [],
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "aea9af454bc33e61dd24647b0dd6d023195360a6b67c7c3e0feda4713819cc38",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": null
|
||||
},
|
||||
|
@ -36,21 +35,6 @@
|
|||
"task_uuid": "task_5b0498de-2336-4980-9aff-9a03158951b2",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:02:44.836845086Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_14a43448-47c1-4d8c-8d7f-af74ae9380ff",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:02:44.836982461Z",
|
||||
"error": "",
|
||||
|
@ -71,42 +55,11 @@
|
|||
"task_name": "delete_task",
|
||||
"task_uuid": "task_56bdc326-d08d-41b2-8124-6eb79546ae76",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T10:02:44.837099669Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_9862c330-927c-4f34-975b-d9aa9e81b638",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T10:03:18.70472913Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -123,7 +76,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": 4194304
|
||||
},
|
||||
|
@ -131,36 +83,6 @@
|
|||
"created_at": "2024-11-01T09:59:49.07231163Z",
|
||||
"group_uuid": "group_ba382c88-b890-496d-8cee-e9fc2e689f3d",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:59:49.07231163Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_509524a6-0352-4215-972f-f408b958ef31",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:59:49.072495713Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_61c19fe5-ef3f-4cc0-bf1b-321f3074edc7",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:59:49.072595088Z",
|
||||
"error": "",
|
||||
|
@ -181,42 +103,11 @@
|
|||
"task_name": "delete_task",
|
||||
"task_uuid": "task_0a76d86c-ab9a-4d6b-95cd-6327aa60df92",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:59:49.072690005Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_39bf1704-5ae6-4000-8959-fa3511c6632d",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T10:00:19.091528713Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -233,7 +124,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": 4194304
|
||||
},
|
||||
|
@ -241,21 +131,6 @@
|
|||
"created_at": "2024-11-01T09:56:31.537420427Z",
|
||||
"group_uuid": "group_4981bbfd-84e7-42cc-bf15-2f08a45cd2a0",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:56:31.537420427Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_a09a50d2-60bb-49e4-a00e-c3954f3a2ea2",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:56:31.537710011Z",
|
||||
"error": "",
|
||||
|
@ -277,21 +152,6 @@
|
|||
"task_uuid": "task_22aa3380-ee50-404f-9580-aa42811d264a",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:56:31.538062011Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_2459ee96-8d0a-4657-9658-ee082dfad605",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:56:31.538519219Z",
|
||||
"error": "",
|
||||
|
@ -311,22 +171,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:57:01.559297719Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -343,7 +187,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": 4194304
|
||||
},
|
||||
|
@ -351,21 +194,6 @@
|
|||
"created_at": "2024-11-01T09:54:04.883390304Z",
|
||||
"group_uuid": "group_04350d4a-cf51-4e22-b922-bf205e66dfdc",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:54:04.883390304Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_5a72a069-1ece-44b1-bad1-4f59256e5dd2",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:54:04.883557971Z",
|
||||
"error": "",
|
||||
|
@ -381,21 +209,6 @@
|
|||
"task_uuid": "task_c0114ad0-a8e8-4a12-870f-632bba987a92",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:54:04.883668346Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_09b26568-8f29-41c9-80cb-a4b24fc04d14",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:54:04.883761096Z",
|
||||
"error": "",
|
||||
|
@ -415,22 +228,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:54:04.895802304Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -447,7 +244,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": 4194304
|
||||
},
|
||||
|
@ -455,21 +251,6 @@
|
|||
"created_at": "2024-11-01T09:34:14.312378294Z",
|
||||
"group_uuid": "group_e278de40-2617-406b-9815-e0f423a482e3",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:34:14.312378294Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_30ee8609-9c28-4411-bb2b-d6a9c7ab15e9",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:34:14.312598711Z",
|
||||
"error": "",
|
||||
|
@ -519,22 +300,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:34:14.319862503Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -551,7 +316,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "",
|
||||
"timeout": 1800000000000,
|
||||
"url": "https://example.com/path/to/file",
|
||||
"piece_length": 4194304
|
||||
},
|
||||
|
@ -559,21 +323,6 @@
|
|||
"created_at": "2024-11-01T09:32:30.001617594Z",
|
||||
"group_uuid": "group_11d7e8f0-f278-4f2a-b2b9-d3e731999e25",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:32:30.001617594Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_dfe115d9-f390-4762-9d3f-fd77f2bb701b",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:32:30.001825219Z",
|
||||
"error": "",
|
||||
|
@ -603,42 +352,11 @@
|
|||
"task_name": "delete_task",
|
||||
"task_uuid": "task_7f77d628-b08a-4742-9e71-b339256c3b26",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:32:30.002039177Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_3bd16a73-5c67-48d7-b8f1-6e272be554e3",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:32:30.011738344Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -655,7 +373,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "8c3dbd38fc7f4b3637d4e8ad8490ce107ac4cf2df81d45e7d33224f29ab4cf3d",
|
||||
"timeout": 1800000000000,
|
||||
"url": "",
|
||||
"piece_length": null
|
||||
},
|
||||
|
@ -663,36 +380,6 @@
|
|||
"created_at": "2024-11-01T09:28:11.774771335Z",
|
||||
"group_uuid": "group_f4eef3fd-2b68-43c3-9a4b-3c2abae80425",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:28:11.774771335Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_94f08374-3f23-440e-8cf0-88c994565319",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:28:11.775160668Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_72a665ea-3959-4e12-a6c0-af00ce3a74ff",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:28:11.775705877Z",
|
||||
"error": "",
|
||||
|
@ -707,42 +394,11 @@
|
|||
"task_name": "delete_task",
|
||||
"task_uuid": "task_a0268a7a-f5fa-46ef-823d-6029d1fad7e6",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:28:11.776120002Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_3bce71dd-0d38-41eb-a24a-5d867c1bf22a",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:28:11.790449835Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -759,7 +415,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "8c3dbd38fc7f4b3637d4e8ad8490ce107ac4cf2df81d45e7d33224f29ab4cf3d",
|
||||
"timeout": 1800000000000,
|
||||
"url": "",
|
||||
"piece_length": null
|
||||
},
|
||||
|
@ -767,51 +422,6 @@
|
|||
"created_at": "2024-11-01T09:25:05.260432054Z",
|
||||
"group_uuid": "group_d9b8c7d2-f8ba-496b-99da-7d1e262a59ee",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.260432054Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_000928e7-7d0d-4177-991b-2c4564a38e98",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.260758429Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_73c03072-4db3-468a-b22b-16631cfa48fe",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.261007846Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_bc777067-f466-4cda-9046-1a1c131e2d8d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.261192054Z",
|
||||
"error": "",
|
||||
|
@ -831,22 +441,6 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:25:05.268218346Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
},
|
||||
{
|
||||
|
@ -863,7 +457,6 @@
|
|||
"filtered_query_params": "X-Amz-Algorithm\u0026X-Amz-Credential\u0026X-Amz-Date\u0026X-Amz-Expires\u0026X-Amz-SignedHeaders\u0026X-Amz-Signature\u0026X-Amz-Security-Token\u0026X-Amz-User-Agent\u0026X-Goog-Algorithm\u0026X-Goog-Credential\u0026X-Goog-Date\u0026X-Goog-Expires\u0026X-Goog-SignedHeaders\u0026X-Goog-Signature\u0026OSSAccessKeyId\u0026Expires\u0026Signature\u0026SecurityToken\u0026AccessKeyId\u0026Signature\u0026Expires\u0026X-Obs-Date\u0026X-Obs-Security-Token\u0026q-sign-algorithm\u0026q-ak\u0026q-sign-time\u0026q-key-time\u0026q-header-list\u0026q-url-param-list\u0026q-signature\u0026x-cos-security-token\u0026ns",
|
||||
"tag": "",
|
||||
"task_id": "8c3dbd38fc7f4b3637d4e8ad8490ce107ac4cf2df81d45e7d33224f29ab4cf3d",
|
||||
"timeout": 1800000000000,
|
||||
"url": "",
|
||||
"piece_length": null
|
||||
},
|
||||
|
@ -885,72 +478,11 @@
|
|||
"task_name": "delete_task",
|
||||
"task_uuid": "task_000928e7-7d0d-4177-991b-2c4564a38e98",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.260758429Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_73c03072-4db3-468a-b22b-16631cfa48fe",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.261007846Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_bc777067-f466-4cda-9046-1a1c131e2d8d",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-01T09:25:05.261192054Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"failure_tasks": null,
|
||||
"scheduler_cluster_id": 1,
|
||||
"success_tasks": null
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "delete_task",
|
||||
"task_uuid": "task_22032823-5c3e-4a7a-b1c2-341ee423d76c",
|
||||
"ttl": 0
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-01T09:25:05.268218346Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": null,
|
||||
"scheduler_clusters": null
|
||||
}
|
||||
]
|
||||
|
|
|
@ -20,20 +20,6 @@
|
|||
"created_at": "2024-11-02T10:39:33.32490896Z",
|
||||
"group_uuid": "group_bf122e8c-97af-41c1-937a-1fc390c074d6",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.32490896Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_755c2749-aade-4dcc-bffb-a75cbb225bdf",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.32522671Z",
|
||||
"error": "",
|
||||
|
@ -87,20 +73,6 @@
|
|||
"task_uuid": "task_fc30bfaa-ac06-4eca-9388-fc61996e01b1",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.325636543Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_1b0efbad-a71d-473f-85d7-646800765dc0",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.325832835Z",
|
||||
"error": "",
|
||||
|
@ -189,65 +161,20 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-02T10:39:33.334817876Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": [],
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-2",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -20,34 +20,6 @@
|
|||
"created_at": "2024-11-02T10:39:33.32490896Z",
|
||||
"group_uuid": "group_bf122e8c-97af-41c1-937a-1fc390c074d6",
|
||||
"job_states": [
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.32490896Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_755c2749-aade-4dcc-bffb-a75cbb225bdf",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.32522671Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_39e7e095-db06-45c6-a04b-c8b4950221a4",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.32540646Z",
|
||||
"error": "",
|
||||
|
@ -119,20 +91,6 @@
|
|||
"task_uuid": "task_fc30bfaa-ac06-4eca-9388-fc61996e01b1",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.325636543Z",
|
||||
"error": "",
|
||||
"results": [
|
||||
{
|
||||
"peers": null,
|
||||
"scheduler_cluster_id": 1
|
||||
}
|
||||
],
|
||||
"state": "SUCCESS",
|
||||
"task_name": "get_task",
|
||||
"task_uuid": "task_1b0efbad-a71d-473f-85d7-646800765dc0",
|
||||
"ttl": 0
|
||||
},
|
||||
{
|
||||
"created_at": "2024-11-02T10:39:33.325832835Z",
|
||||
"error": "",
|
||||
|
@ -245,66 +203,20 @@
|
|||
"state": "SUCCESS",
|
||||
"updated_at": "2024-11-02T10:39:33.334817876Z"
|
||||
},
|
||||
"user_id": 0,
|
||||
"user": {
|
||||
"id": 0,
|
||||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"email": "",
|
||||
"name": "",
|
||||
"avatar": "",
|
||||
"phone": "",
|
||||
"state": "",
|
||||
"location": "",
|
||||
"bio": "",
|
||||
"configs": null
|
||||
},
|
||||
"seed_peer_clusters": [],
|
||||
"scheduler_clusters": [
|
||||
{
|
||||
"id": 1,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"created_at": "2024-11-01T05:42:02Z",
|
||||
"updated_at": "2024-11-01T05:42:02Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-2",
|
||||
"bio": "",
|
||||
"config": {
|
||||
"candidate_parent_limit": 4,
|
||||
"filter_parent_limit": 15,
|
||||
"job_rate_limit": 10
|
||||
},
|
||||
"client_config": {
|
||||
"load_limit": 200
|
||||
},
|
||||
"scopes": {},
|
||||
"is_default": true,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -48,16 +39,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -79,16 +61,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -110,16 +83,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -141,16 +105,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -172,16 +127,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -203,16 +149,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -234,16 +171,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -265,16 +193,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -296,16 +215,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -327,16 +237,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -358,16 +259,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -389,16 +281,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -420,16 +303,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -451,16 +325,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -482,16 +347,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -513,16 +369,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -544,16 +391,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -575,16 +413,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -606,16 +435,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -637,16 +457,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -668,16 +479,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -699,16 +501,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -730,16 +523,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -761,16 +545,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -792,16 +567,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -823,16 +589,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -854,16 +611,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -885,16 +633,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -916,16 +655,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -947,16 +677,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -978,16 +699,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1009,16 +721,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1040,16 +743,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1071,16 +765,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1102,16 +787,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1133,16 +809,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1164,16 +831,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1195,16 +853,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1226,16 +875,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1257,16 +897,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1288,16 +919,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1319,16 +941,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1350,16 +963,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1381,16 +985,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1412,16 +1007,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1443,16 +1029,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1474,16 +1051,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1505,16 +1073,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1536,16 +1095,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -48,16 +39,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -79,16 +61,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -110,16 +83,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -141,16 +105,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -172,16 +127,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -203,16 +149,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -234,16 +171,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -265,16 +193,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -48,16 +39,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -79,16 +61,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -110,16 +83,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -48,16 +39,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -79,16 +61,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -110,16 +83,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -141,16 +105,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -172,16 +127,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -203,16 +149,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -234,16 +171,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -265,16 +193,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -296,16 +215,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -327,16 +237,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -358,16 +259,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -389,16 +281,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -420,16 +303,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -451,16 +325,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -482,16 +347,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -513,16 +369,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -544,16 +391,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -575,16 +413,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -606,16 +435,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -668,16 +488,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -699,16 +510,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -730,16 +532,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -761,16 +554,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -792,16 +576,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -823,16 +598,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -854,16 +620,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -885,16 +642,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -916,16 +664,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -947,16 +686,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -978,16 +708,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1009,16 +730,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1040,16 +752,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1071,16 +774,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1102,16 +796,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1133,16 +818,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1164,16 +840,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1195,16 +862,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1226,16 +884,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1257,16 +906,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1288,16 +928,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1319,16 +950,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1350,16 +972,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1381,16 +994,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1412,16 +1016,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1443,16 +1038,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1474,16 +1060,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1505,16 +1082,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1536,16 +1104,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -16,16 +16,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -16,16 +16,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "",
|
||||
"bio": "",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": ""
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -18,15 +18,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -49,15 +41,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -80,15 +64,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -111,15 +87,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -142,15 +110,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -173,15 +133,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -204,15 +156,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -235,15 +179,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -266,15 +202,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -297,15 +225,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -328,15 +248,7 @@
|
|||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -359,15 +271,7 @@
|
|||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-12",
|
||||
"bio": "this is cluster-12",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"bio": "this is cluster-12"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -17,16 +17,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -48,16 +39,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -79,16 +61,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -110,16 +83,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -141,16 +105,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -172,16 +127,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -203,16 +149,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -234,16 +171,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -265,16 +193,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -296,16 +215,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -327,16 +237,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -358,16 +259,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -389,16 +281,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -420,16 +303,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -451,16 +325,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -482,16 +347,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -513,16 +369,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -544,16 +391,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -575,16 +413,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -606,16 +435,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -637,16 +457,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -699,16 +510,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -730,16 +532,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -761,16 +554,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -792,16 +576,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -823,16 +598,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -854,16 +620,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -885,16 +642,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -916,16 +664,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -947,16 +686,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -978,16 +708,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1009,16 +730,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1040,16 +752,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1071,16 +774,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1102,16 +796,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1133,16 +818,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1164,16 +840,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1195,16 +862,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1226,16 +884,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1257,16 +906,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1288,16 +928,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1319,16 +950,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1350,16 +972,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1381,16 +994,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1412,16 +1016,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1443,16 +1038,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1474,16 +1060,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1505,16 +1082,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1536,16 +1104,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
},
|
||||
|
@ -1567,16 +1126,7 @@
|
|||
"created_at": "2023-10-31T07:48:35Z",
|
||||
"updated_at": "2023-10-31T07:48:35Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "this is cluster-1",
|
||||
"config": null,
|
||||
"client_config": null,
|
||||
"scopes": null,
|
||||
"is_default": false,
|
||||
"seed_peer_clusters": null,
|
||||
"schedulers": null,
|
||||
"peers": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
},
|
||||
"models": null
|
||||
}
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -47,12 +42,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -75,12 +65,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -103,12 +88,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +111,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,12 +134,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,12 +157,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,12 +180,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,12 +203,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -271,12 +226,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -299,12 +249,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -327,12 +272,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -355,12 +295,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -383,12 +318,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -411,12 +341,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -439,12 +364,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -467,12 +387,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -495,12 +410,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -523,12 +433,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -551,12 +456,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -579,12 +479,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -607,12 +502,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -635,12 +525,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -663,12 +548,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -691,12 +571,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -719,12 +594,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -747,12 +617,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -775,12 +640,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -803,12 +663,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -831,12 +686,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -859,12 +709,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -887,12 +732,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -915,12 +755,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -943,12 +778,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -971,12 +801,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -999,12 +824,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1027,12 +847,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1055,12 +870,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1083,12 +893,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1111,12 +916,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1139,12 +939,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1167,12 +962,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1195,12 +985,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1223,12 +1008,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1251,12 +1031,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1279,12 +1054,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1307,12 +1077,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1335,12 +1100,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1363,12 +1123,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1391,12 +1146,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -47,12 +42,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -103,12 +93,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +116,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,12 +139,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,12 +162,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,12 +185,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,12 +208,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -271,12 +231,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -299,12 +254,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -327,12 +277,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -355,12 +300,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -383,12 +323,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -411,12 +346,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -439,12 +369,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -467,12 +392,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -495,12 +415,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -523,12 +438,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -551,12 +461,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -579,12 +484,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -607,12 +507,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -635,12 +530,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -663,12 +553,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -691,12 +576,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -719,12 +599,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -747,12 +622,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -775,12 +645,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -803,12 +668,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -831,12 +691,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -859,12 +714,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -887,12 +737,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -915,12 +760,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -47,12 +42,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -75,12 +65,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -103,12 +88,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +111,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,12 +134,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,12 +157,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,12 +180,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,12 +203,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -271,12 +226,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -299,12 +249,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -327,12 +272,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -355,12 +295,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -383,12 +318,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -411,12 +341,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -439,12 +364,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -467,12 +387,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -495,12 +410,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -523,12 +433,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -551,12 +456,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -579,12 +479,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -607,12 +502,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -635,12 +525,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -663,12 +548,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -691,12 +571,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -719,12 +594,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -747,12 +617,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -775,12 +640,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -803,12 +663,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -831,12 +686,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -859,12 +709,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -47,12 +42,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -103,12 +93,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +116,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,12 +139,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,12 +162,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,12 +185,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,12 +208,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -271,12 +231,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -299,12 +254,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -327,12 +277,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -355,12 +300,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -383,12 +323,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -411,12 +346,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -439,12 +369,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -467,12 +392,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -495,12 +415,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -523,12 +438,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -551,12 +461,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -579,12 +484,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -607,12 +507,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -635,12 +530,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -663,12 +553,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -691,12 +576,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -719,12 +599,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -747,12 +622,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -775,12 +645,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -803,12 +668,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -831,12 +691,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -859,12 +714,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -887,12 +737,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -915,12 +760,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -943,12 +783,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -971,12 +806,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -999,12 +829,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1027,12 +852,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1055,12 +875,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1083,12 +898,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1111,12 +921,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1139,12 +944,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1167,12 +967,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1195,12 +990,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1223,12 +1013,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1251,12 +1036,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1279,12 +1059,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1307,12 +1082,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1335,12 +1105,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1363,12 +1128,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1391,12 +1151,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"bio": "cluster-1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,11 +18,6 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "",
|
||||
"bio": "",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -47,12 +42,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -103,12 +93,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +116,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,12 +139,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,12 +162,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,12 +185,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,12 +208,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -271,12 +231,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -299,12 +254,7 @@
|
|||
"created_at": "0001-01-01T00:00:00Z",
|
||||
"updated_at": "0001-01-01T00:00:00Z",
|
||||
"is_del": 0,
|
||||
"name": "cluster-1",
|
||||
"bio": "cluster-1",
|
||||
"config": null,
|
||||
"scheduler_clusters": null,
|
||||
"seed_peer": null,
|
||||
"jobs": null
|
||||
"name": "cluster-1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
@ -1,22 +1,22 @@
|
|||
<svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,120 C0,162.87187 22.87187,202.487113 60,223.923048 C97.128129,245.358984 142.871871,245.358984 180,223.923048 C217.12813,202.487113 240,162.87187 240,120 C240,53.7258296 186.27417,0 120,0 C53.72583,0 0,53.7258296 0,120 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M141.17,186.369999 L98.65,186.369999 C95.34,186.369999 92.65,183.679999 92.65,180.369999 C92.65,177.059999 95.34,174.369999 98.65,174.369999 L141.17,174.369999 C144.48,174.369999 147.17,177.059999 147.17,180.369999 C147.17,183.679999 144.48,186.369999 141.17,186.369999 L141.17,186.369999 Z M120.99,53.1699987 C92.8,52.2499987 68.85,75.4099987 68.85,103.619999 C68.85,121.709999 78.37,137.559999 92.66,146.469999 L92.66,157.959999 C92.66,162.779999 96.57,166.679999 101.38,166.679999 L138.12,166.679999 C142.94,166.679999 146.84,162.769999 146.84,157.959999 L146.84,145.919999 C160.66,136.909999 169.800003,121.329999 169.800003,103.609999 C169.81,76.2999987 148.1,54.0499987 120.99,53.1699987 L120.99,53.1699987 Z M105.93,86.8299987 C105.77,86.9899987 97.93,94.5699987 97.5,105.849999 C97.37,109.349999 94.48,112.099999 91.01,112.099999 L90.76,112.099999 C87.1716947,111.95857 84.3753954,108.938566 84.51,105.349999 C85.16,88.4899987 96.6,77.7499987 97.09,77.2999987 C99.7310381,74.8674617 103.843067,75.0330167 106.28,77.6699987 C108.708241,80.2978038 108.551683,84.3951491 105.93,86.8299987 L105.93,86.8299987 Z"
|
||||
id="形状" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
<path
|
||||
d="M163.46,88.8999987 C163.46,85.0999987 163.17,81.3699987 162.65,77.7099987 C154.1,63.4399987 138.7,53.7399987 120.99,53.1699987 C92.8,52.2499987 68.85,75.4099987 68.85,103.619999 C68.85,121.709999 78.37,137.559999 92.66,146.469999 L92.66,157.959999 C92.66,161.769999 95.11,165.009999 98.52,166.189999 C135.41,159.779999 163.46,127.619999 163.46,88.8999987 L163.46,88.8999987 Z M105.93,86.8299987 C105.77,86.9899987 97.93,94.5699987 97.5,105.849999 C97.37,109.349999 94.48,112.099999 91.01,112.099999 L90.76,112.099999 C87.1716947,111.95857 84.3753954,108.938566 84.51,105.349999 C85.16,88.4899987 96.6,77.7499987 97.09,77.2999987 C99.7310381,74.8674617 103.843067,75.0330167 106.28,77.6699987 C108.708241,80.2978038 108.551683,84.3951491 105.93,86.8299987 L105.93,86.8299987 Z"
|
||||
id="形状" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
<path
|
||||
d="M68.85,103.619999 C68.85,116.589999 73.77,128.409999 81.81,137.339999 C116.32,129.089999 141.99,98.0599987 141.99,61.0199987 C141.99,60.1699987 141.95,59.3199987 141.93,58.4699987 C135.422499,55.1990012 128.279803,53.3868791 121,53.1599987 C92.8,52.2499987 68.85,75.4099987 68.85,103.619999 L68.85,103.619999 Z M105.93,86.8299987 C105.77,86.9899987 97.93,94.5699987 97.5,105.849999 C97.37,109.349999 94.48,112.099999 91.01,112.099999 L90.76,112.099999 C87.1716947,111.95857 84.3753954,108.938566 84.51,105.349999 C85.16,88.4899987 96.6,77.7499987 97.09,77.2999987 C99.7310381,74.8674617 103.843067,75.0330167 106.28,77.6699987 C108.708241,80.2978038 108.551683,84.3951491 105.93,86.8299987 L105.93,86.8299987 Z"
|
||||
id="形状" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
<path
|
||||
d="M97.09,77.2999987 C98.6020418,75.906458 100.683656,75.309345 102.704479,75.6894802 C104.725301,76.0696154 106.447667,77.3822919 107.35,79.2299987 C112.96,71.4799987 117.21,62.6699987 119.7,53.1499987 C92.07,52.9899987 68.85,75.8499987 68.85,103.619999 C68.85,104.949999 68.92,106.259999 69.02,107.559999 C74.6548486,105.646664 80.0530716,103.096851 85.11,99.9599987 C87.58,86.2299987 96.66,77.6999987 97.09,77.2999987 L97.09,77.2999987 Z"
|
||||
id="路径" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="166.666667px" height="166.666667px" viewBox="0 0 166.666667 166.666667" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M83.3333334,2.77555756e-15 C129.333333,2.77555756e-15 166.666667,37.3333334 166.666667,83.3333334 C166.666667,129.333333 129.333333,166.666667 83.3333334,166.666667 C37.3333334,166.666667 2.77555756e-15,129.333333 2.77555756e-15,83.3333334 C2.77555756e-15,37.3333334 37.3333334,2.77555756e-15 83.3333334,2.77555756e-15 Z"
|
||||
id="形状" fill="currentColor"></path>
|
||||
<polygon id="路径" fill-opacity="0.92" fill="#FFFFFF"
|
||||
fill="currentColor"></path>
|
||||
<polygon fill-opacity="0.92" fill="#FFFFFF"
|
||||
points="83.3333334 75 50 75 50 91.6666668 83.3333334 91.6666668 83.3333334 116.666667 116.666667 83.3333334 83.3333334 50">
|
||||
</polygon>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 934 B |
|
@ -1,13 +1,13 @@
|
|||
<svg width="180px" height="180px" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M180,90 C180,139.707692 139.707692,180 90,180 C40.2923077,180 0,139.707692 0,90 C0,40.2923077 40.2923077,0 90,0 C139.707692,0 180,40.2923077 180,90 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M143.4,52.9333332 C147.299378,56.8375672 147.299378,63.1624326 143.4,67.0666666 L83.4,127.066667 C79.495766,130.966045 73.1709006,130.966045 69.2666666,127.066667 L35.9333332,93.7333332 C32.2618822,89.7932031 32.3702156,83.6532039 36.1783764,79.845043 C39.9865373,76.0368822 46.1265365,75.9285489 50.0666666,79.6 L76.3333332,105.853333 L129.266667,52.92 C133.170901,49.0206216 139.495766,49.0206216 143.4,52.92 L143.4,52.9333332 Z"
|
||||
id="路径" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
@ -1,13 +1,13 @@
|
|||
<svg width="200.064296px" height="199.993276px" viewBox="0 0 200.064296 199.993276" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M110.223002,69.1687176 L130.963154,89.9108565 C132.594469,88.235828 134.255588,86.4972159 135.952474,84.7943696 C141.259049,79.4705737 146.573572,74.1547259 151.896044,68.846826 C153.674395,67.0684743 155.383203,65.2126299 157.260904,63.5495233 C158.356917,62.5960362 159.59431,61.8184764 160.928878,61.2446204 C163.351013,60.1954922 165.596307,60.6962123 167.48593,62.5600045 C169.045713,64.0919702 170.581653,65.6457926 172.127527,67.1896803 C180.112559,75.1733871 188.096928,83.1577561 196.080634,91.1427873 C201.397807,96.4639338 201.391846,103.615094 196.064738,108.944188 C167.015014,138.003185 137.967939,167.068805 108.923513,196.141049 C104.154749,200.909814 97.281767,201.084668 92.7931673,197.5836 C92.1975859,197.109291 91.6315636,196.599008 91.0982689,196.055608 C62.0578172,167.02178 33.0193525,137.98464 3.98287476,108.944188 C-0.398427776,104.558912 -1.24488344,98.6893575 1.84090465,93.749712 C2.41441645,92.8598367 3.08627313,92.0373455 3.8437857,91.2977723 C32.986236,62.1354521 62.1359719,32.9817422 91.2929935,3.83664262 C96.4253763,-1.29375328 103.663964,-1.27388336 108.808268,3.8664475 C117.9484,12.993333 127.071312,22.1334651 136.177003,31.2868438 C137.105465,32.2262387 137.903431,33.2861835 138.549464,34.4382024 C139.689993,36.4768493 139.60654,38.6108713 138.287182,40.5461952 C137.369143,41.9211982 136.329055,43.2106683 135.179536,44.3989594 C129.667639,49.9850373 124.121964,55.5379987 118.542509,61.0578438 C115.796495,63.7800135 113.000807,66.4644307 110.223002,69.1687176 Z M162.558206,78.6068975 C158.848505,82.3324948 155.116946,86.0918709 151.373466,89.839325 C146.107955,95.1088099 140.834497,100.371009 135.55309,105.625923 C133.134929,108.024214 130.069011,108.324249 127.24153,106.456483 C126.384252,105.892413 125.585489,105.244084 124.857148,104.521159 C116.864169,96.5467249 108.883111,88.5603689 100.913976,80.5620911 C98.9726914,78.6188196 96.9976281,76.7053528 95.0762134,74.7402243 C92.179189,71.7756422 91.9268418,68.6461405 94.3489767,65.2881354 C95.1796814,64.1335418 96.1005493,63.0465722 97.1029382,62.0374276 C105.004516,54.1133304 112.924639,46.2071161 120.863308,38.3187846 C121.104869,38.109253 121.365657,37.9229759 121.642206,37.7624287 L99.829082,15.9413567 C97.4804654,18.3257389 95.0801873,20.7915877 92.6501045,23.2256448 C75.2295423,40.6634272 57.8056687,58.0972357 40.3784836,75.5270704 C32.490152,83.4193757 24.5938726,91.3063825 16.6896453,99.1880907 C16.4435453,99.3902257 16.1655513,99.5500387 15.8670336,99.6609932 L100.234427,184.018452 L184.212371,100.259076 L162.558206,78.6068975 Z"
|
||||
id="形状" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M108.687062,143.891285 C106.78353,143.827701 105.110489,143.227632 103.70569,141.936091 C103.097673,141.375761 102.513499,140.779666 101.937273,140.195492 C87.7475494,126.012391 73.5611371,111.829291 59.3780365,97.6461901 C57.0492898,95.3194303 56.2624437,92.6032215 57.4228429,89.4876287 C59.1256892,84.9175627 64.7905841,83.3279745 68.6830882,86.2786475 C69.0754564,86.58421 69.4465568,86.9161424 69.793813,87.2721401 C84.37696,101.843365 98.9574578,116.423863 113.535306,131.013633 C116.897285,134.377599 116.827741,139.196039 113.398204,142.140751 C112.039106,143.295189 110.435609,143.825714 108.687062,143.891285 L108.687062,143.891285 Z"
|
||||
id="路径" fill="#2E8F79"></path>
|
||||
fill="#2E8F79"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="173.652344px" height="125.234375px" viewBox="0 0 173.652344 125.234375" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="#919EAB" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="#919EAB" fill-rule="nonzero">
|
||||
<path
|
||||
d="M152.988281,0 C159.257812,0 164.277344,1.6015625 168.027344,4.78515625 C171.777344,7.96875 173.652344,12.8125 173.652344,19.2773438 L173.652344,104.863281 C173.652344,107.636719 173.144531,110.253906 172.109375,112.734375 C171.074219,115.195312 169.667969,117.363281 167.871094,119.21875 C166.074219,121.074219 163.964844,122.539062 161.542969,123.613281 C159.121094,124.6875 156.582031,125.234375 153.90625,125.234375 L19.4335937,125.234375 C16.7578125,125.234375 14.2382812,124.726562 11.875,123.691406 C9.51171875,122.65625 7.4609375,121.308594 5.703125,119.609375 C3.96484375,117.910156 2.55859375,115.9375 1.54296875,113.671875 C0.52734375,111.386719 -3.55271368e-15,108.964844 -3.55271368e-15,106.40625 L-3.55271368e-15,18.9648438 C-3.55271368e-15,13.4179688 1.69921875,8.8671875 5.09765625,5.3125 C8.49609375,1.7578125 13.2617187,0 19.4335937,0 L152.988281,0 L152.988281,0 Z M43.3398438,28.515625 C41.3867188,28.515625 39.53125,28.8671875 37.7929688,29.5898438 C36.0546875,30.3125 34.5117188,31.3085938 33.1640625,32.5976562 C31.8359375,33.8867188 30.78125,35.4296875 30,37.2265625 C29.21875,39.0234375 28.8476563,40.9570312 28.8476563,43.0078125 C28.8476563,45.0585938 29.2382813,46.9726562 30,48.7109375 C30.7617188,50.4492187 31.8164063,51.9921875 33.1640625,53.3398437 C34.4921875,54.6679687 36.0351562,55.7226562 37.7929688,56.5039062 C39.53125,57.265625 41.3867188,57.65625 43.3398438,57.65625 C45.5078125,57.65625 47.4804687,57.265625 49.2773437,56.5039062 C51.0742187,55.7226562 52.6171875,54.6875 53.90625,53.3398437 C55.1953125,52.0117187 56.2109375,50.46875 56.9921875,48.7109375 C57.7539062,46.9726562 58.1445312,45.0585938 58.1445312,43.0078125 C58.1445312,38.7890625 56.7578125,35.3320312 53.984375,32.5976562 C51.2109375,29.8828125 47.65625,28.515625 43.3398437,28.515625 L43.3398438,28.515625 Z M67.5585938,81.875 C67.5585938,79.921875 67.1679688,78.046875 66.40625,76.25 C65.6445312,74.453125 64.609375,72.9101562 63.3203125,71.6210938 C62.03125,70.3320312 60.4882812,69.3164063 58.6914062,68.5351563 C56.8945312,67.7734375 55.0195312,67.3828125 53.0664062,67.3828125 L33.7890625,67.3828125 C29.7851562,67.3828125 26.3867188,68.7890625 23.6132813,71.6210938 C20.8398438,74.453125 19.453125,77.8710938 19.453125,81.875 L19.453125,96.3867188 L67.5585938,96.3867188 L67.5585938,81.875 L67.5585938,81.875 Z M139.101562,97.1484375 C141.152344,97.1484375 142.675781,96.640625 143.652344,95.6054688 C144.628906,94.5703125 145.117188,93.3398438 145.117188,91.9140625 C145.117188,90.46875 144.550781,89.21875 143.417969,88.1445313 C142.285156,87.0703125 140.703125,86.5234375 138.632812,86.5234375 L92.6757812,86.5234375 C90.625,86.5234375 89.0820313,87.0703125 88.046875,88.1445313 C87.0117188,89.21875 86.5039062,90.4882813 86.5039062,91.9140625 C86.5039062,93.359375 87.0117188,94.5898438 88.046875,95.6054688 C89.0820312,96.640625 90.5664062,97.1484375 92.5195312,97.1484375 L139.101562,97.1484375 L139.101562,97.1484375 Z M139.257812,77.2460938 C141.308594,77.2460938 142.8125,76.7382812 143.730469,75.703125 C144.648438,74.6679688 145.117188,73.4375 145.117188,72.0117188 C145.117188,70.46875 144.6875,69.1796875 143.808594,68.1640625 C142.929688,67.1289063 141.464844,66.6210938 139.414062,66.6210938 L92.2265625,66.6210938 C90.1757813,66.6210938 88.671875,67.1289063 87.7539063,68.1640625 C86.8359375,69.1992188 86.3671875,70.46875 86.3671875,72.0117188 C86.3671875,73.4570313 86.796875,74.6875 87.6757813,75.703125 C88.5546875,76.7382812 90.0195313,77.2460938 92.0703125,77.2460938 L139.257812,77.2460938 Z M139.414062,57.6757813 C140.957031,57.6757813 142.285156,57.1679688 143.417969,56.1328125 C144.550781,55.0976563 145.117188,53.8671875 145.117188,52.4414063 C145.117188,50.9960938 144.550781,49.84375 143.417969,48.9648438 C142.285156,48.0859375 140.957031,47.65625 139.414062,47.65625 L108.105469,47.65625 C106.5625,47.65625 105.253906,48.0859375 104.179687,48.9648438 C103.105469,49.84375 102.558594,50.9960938 102.558594,52.4414063 C102.558594,53.8867188 103.105469,55.1171875 104.179687,56.1328125 C105.253906,57.1679688 106.5625,57.6757813 108.105469,57.6757813 L139.414062,57.6757813 Z"
|
||||
id="形状"></path>
|
||||
d="M152.988281,0 C159.257812,0 164.277344,1.6015625 168.027344,4.78515625 C171.777344,7.96875 173.652344,12.8125 173.652344,19.2773438 L173.652344,104.863281 C173.652344,107.636719 173.144531,110.253906 172.109375,112.734375 C171.074219,115.195312 169.667969,117.363281 167.871094,119.21875 C166.074219,121.074219 163.964844,122.539062 161.542969,123.613281 C159.121094,124.6875 156.582031,125.234375 153.90625,125.234375 L19.4335937,125.234375 C16.7578125,125.234375 14.2382812,124.726562 11.875,123.691406 C9.51171875,122.65625 7.4609375,121.308594 5.703125,119.609375 C3.96484375,117.910156 2.55859375,115.9375 1.54296875,113.671875 C0.52734375,111.386719 -3.55271368e-15,108.964844 -3.55271368e-15,106.40625 L-3.55271368e-15,18.9648438 C-3.55271368e-15,13.4179688 1.69921875,8.8671875 5.09765625,5.3125 C8.49609375,1.7578125 13.2617187,0 19.4335937,0 L152.988281,0 L152.988281,0 Z M43.3398438,28.515625 C41.3867188,28.515625 39.53125,28.8671875 37.7929688,29.5898438 C36.0546875,30.3125 34.5117188,31.3085938 33.1640625,32.5976562 C31.8359375,33.8867188 30.78125,35.4296875 30,37.2265625 C29.21875,39.0234375 28.8476563,40.9570312 28.8476563,43.0078125 C28.8476563,45.0585938 29.2382813,46.9726562 30,48.7109375 C30.7617188,50.4492187 31.8164063,51.9921875 33.1640625,53.3398437 C34.4921875,54.6679687 36.0351562,55.7226562 37.7929688,56.5039062 C39.53125,57.265625 41.3867188,57.65625 43.3398438,57.65625 C45.5078125,57.65625 47.4804687,57.265625 49.2773437,56.5039062 C51.0742187,55.7226562 52.6171875,54.6875 53.90625,53.3398437 C55.1953125,52.0117187 56.2109375,50.46875 56.9921875,48.7109375 C57.7539062,46.9726562 58.1445312,45.0585938 58.1445312,43.0078125 C58.1445312,38.7890625 56.7578125,35.3320312 53.984375,32.5976562 C51.2109375,29.8828125 47.65625,28.515625 43.3398437,28.515625 L43.3398438,28.515625 Z M67.5585938,81.875 C67.5585938,79.921875 67.1679688,78.046875 66.40625,76.25 C65.6445312,74.453125 64.609375,72.9101562 63.3203125,71.6210938 C62.03125,70.3320312 60.4882812,69.3164063 58.6914062,68.5351563 C56.8945312,67.7734375 55.0195312,67.3828125 53.0664062,67.3828125 L33.7890625,67.3828125 C29.7851562,67.3828125 26.3867188,68.7890625 23.6132813,71.6210938 C20.8398438,74.453125 19.453125,77.8710938 19.453125,81.875 L19.453125,96.3867188 L67.5585938,96.3867188 L67.5585938,81.875 L67.5585938,81.875 Z M139.101562,97.1484375 C141.152344,97.1484375 142.675781,96.640625 143.652344,95.6054688 C144.628906,94.5703125 145.117188,93.3398438 145.117188,91.9140625 C145.117188,90.46875 144.550781,89.21875 143.417969,88.1445313 C142.285156,87.0703125 140.703125,86.5234375 138.632812,86.5234375 L92.6757812,86.5234375 C90.625,86.5234375 89.0820313,87.0703125 88.046875,88.1445313 C87.0117188,89.21875 86.5039062,90.4882813 86.5039062,91.9140625 C86.5039062,93.359375 87.0117188,94.5898438 88.046875,95.6054688 C89.0820312,96.640625 90.5664062,97.1484375 92.5195312,97.1484375 L139.101562,97.1484375 L139.101562,97.1484375 Z M139.257812,77.2460938 C141.308594,77.2460938 142.8125,76.7382812 143.730469,75.703125 C144.648438,74.6679688 145.117188,73.4375 145.117188,72.0117188 C145.117188,70.46875 144.6875,69.1796875 143.808594,68.1640625 C142.929688,67.1289063 141.464844,66.6210938 139.414062,66.6210938 L92.2265625,66.6210938 C90.1757813,66.6210938 88.671875,67.1289063 87.7539063,68.1640625 C86.8359375,69.1992188 86.3671875,70.46875 86.3671875,72.0117188 C86.3671875,73.4570313 86.796875,74.6875 87.6757813,75.703125 C88.5546875,76.7382812 90.0195313,77.2460938 92.0703125,77.2460938 L139.257812,77.2460938 Z M139.414062,57.6757813 C140.957031,57.6757813 142.285156,57.1679688 143.417969,56.1328125 C144.550781,55.0976563 145.117188,53.8671875 145.117188,52.4414063 C145.117188,50.9960938 144.550781,49.84375 143.417969,48.9648438 C142.285156,48.0859375 140.957031,47.65625 139.414062,47.65625 L108.105469,47.65625 C106.5625,47.65625 105.253906,48.0859375 104.179687,48.9648438 C103.105469,49.84375 102.558594,50.9960938 102.558594,52.4414063 C102.558594,53.8867188 103.105469,55.1171875 104.179687,56.1328125 C105.253906,57.1679688 106.5625,57.6757813 108.105469,57.6757813 L139.414062,57.6757813 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -1,15 +1,15 @@
|
|||
<svg width="300px" height="300px" viewBox="0 0 300 300" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle id="椭圆形" fill="#CBD5DC" cx="150" cy="150" r="150"></circle>
|
||||
<g id="编组" transform="translate(149.91, 149.9) rotate(-5) translate(-149.91, -149.9)translate(60, 60)"
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle fill="#CBD5DC" cx="150" cy="150" r="150"></circle>
|
||||
<g transform="translate(149.91, 149.9) rotate(-5) translate(-149.91, -149.9)translate(60, 60)"
|
||||
fill-rule="nonzero">
|
||||
<path
|
||||
d="M177.140013,164.34242 L139.129663,126.332587 C135.238987,122.456566 128.946429,122.456566 125.055754,126.332587 C104.456472,146.249747 73.0058346,149.744128 48.5369355,134.834351 C24.0680365,119.924575 12.7544031,90.372392 21.0110746,62.9344369 C29.267746,35.4964818 55.0115558,17.0953779 83.6452882,18.1648911 C112.279021,19.2344043 136.578356,39.5046953 142.765122,67.4821347 C144.920691,77.351058 144.698615,87.5910923 142.117218,97.3572876 C141.287771,100.469281 142.181581,103.78738 144.461959,106.061689 C146.742337,108.335998 150.062839,109.220996 153.172664,108.383312 C156.28249,107.545628 158.709182,105.112527 159.538629,102.000534 C169.78263,63.4994818 150.555195,23.2576818 114.165513,7.03748316 C77.7758306,-9.18271543 34.9934561,3.41906791 13.2071854,36.7753129 C-8.57908532,70.1315578 -2.92158824,114.370458 26.5578105,141.170765 C56.0372091,167.971072 100.614058,169.401215 131.750759,144.545632 L164.397907,177.156341 C166.086133,178.848817 168.378425,179.8 170.76896,179.8 C173.159496,179.8 175.451788,178.848817 177.140013,177.156341 C178.854691,175.465337 179.82,173.157602 179.82,170.74938 C179.82,168.341158 178.854691,166.033424 177.140013,164.34242 L177.140013,164.34242 Z"
|
||||
id="路径" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
<path
|
||||
d="M108.246252,108.155536 C105.289041,105.408235 100.848094,105.008555 97.4478572,107.183693 C87.9438583,113.047946 76.0033174,113.282342 66.2764899,107.795594 C62.9509822,105.855092 58.7443162,106.338778 55.9460252,108.983401 L55.4061055,109.48732 C53.4466274,111.354082 52.4706805,114.028389 52.7672244,116.718429 C53.0637682,119.408468 54.5988205,121.805976 56.9178808,123.201095 C72.6007438,132.243057 92.0016085,131.855045 107.310391,122.193258 C109.533478,120.780831 110.99445,118.434905 111.281467,115.816786 C111.568484,113.198666 110.650457,110.591944 108.786172,108.731442 L108.246252,108.155536 Z"
|
||||
id="路径" fill="#2E8F79"></path>
|
||||
fill="#2E8F79"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,14 +1,14 @@
|
|||
<svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" transform="translate(67, 57)" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(67, 57)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M102.533066,33.1284638 L69.6771667,2.34474918 C68.1421859,0.905925821 66.0955447,0.106579508 63.9392621,0.106579508 L12.316394,0 C12.316394,0 0,0.781583061 0,11.7237459 L0,113.276254 C0,113.276254 0.548207449,125 12.316394,125 L92.683606,125 C92.683606,125 105,124.449339 105,113.276254 L105,38.7061248 C105,36.6100611 104.104595,34.6028137 102.533066,33.1284638 Z M69.841629,13.2691488 L91.3679081,33.5903084 L73.9349112,33.5903084 C73.9349112,33.5903084 69.8233554,33.4126759 69.8233554,29.6823931 C69.841629,25.9521103 69.841629,13.2691488 69.841629,13.2691488 Z M96.7951619,113.258491 C96.7951619,117.184169 92.683606,117.166407 92.683606,117.166407 L12.316394,117.166407 C8.47894187,117.166407 8.20483815,113.258491 8.20483815,113.258491 L8.20483815,11.7059827 C8.20483815,8.06451613 12.316394,7.79806736 12.316394,7.79806736 L61.6367908,7.79806736 L61.6367908,29.6646298 C61.6367908,40.5002132 73.9531848,41.3883757 73.9531848,41.3883757 L96.7951619,41.3883757 L96.7951619,113.258491 L96.7951619,113.258491 Z"
|
||||
id="形状"></path>
|
||||
d="M102.533066,33.1284638 L69.6771667,2.34474918 C68.1421859,0.905925821 66.0955447,0.106579508 63.9392621,0.106579508 L12.316394,0 C12.316394,0 0,0.781583061 0,11.7237459 L0,113.276254 C0,113.276254 0.548207449,125 12.316394,125 L92.683606,125 C92.683606,125 105,124.449339 105,113.276254 L105,38.7061248 C105,36.6100611 104.104595,34.6028137 102.533066,33.1284638 Z M69.841629,13.2691488 L91.3679081,33.5903084 L73.9349112,33.5903084 C73.9349112,33.5903084 69.8233554,33.4126759 69.8233554,29.6823931 C69.841629,25.9521103 69.841629,13.2691488 69.841629,13.2691488 Z M96.7951619,113.258491 C96.7951619,117.184169 92.683606,117.166407 92.683606,117.166407 L12.316394,117.166407 C8.47894187,117.166407 8.20483815,113.258491 8.20483815,113.258491 L8.20483815,11.7059827 C8.20483815,8.06451613 12.316394,7.79806736 12.316394,7.79806736 L61.6367908,7.79806736 L61.6367908,29.6646298 C61.6367908,40.5002132 73.9531848,41.3883757 73.9531848,41.3883757 L96.7951619,41.3883757 L96.7951619,113.258491 L96.7951619,113.258491 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M26,56.887218 C26,59.0428571 27.861913,60.7744361 30.1478261,60.7744361 L74.8521739,60.7744361 C77.138087,60.7744361 79,59.025188 79,56.887218 C79,54.7492481 77.138087,53 74.8521739,53 L30.1478261,53 C27.861913,53 26,54.7492481 26,56.887218 Z M74.8521739,72.612782 L30.1478261,72.612782 C27.861913,72.612782 26,74.3620301 26,76.5 C26,78.6379699 27.861913,80.387218 30.1478261,80.387218 L74.8521739,80.387218 C77.138087,80.387218 79,78.6379699 79,76.5 C79,74.3620301 77.138087,72.612782 74.8521739,72.612782 Z M74.8521739,92.2255639 L30.1478261,92.2255639 C27.861913,92.2255639 26,93.974812 26,96.112782 C26,98.2507519 27.861913,100 30.1478261,100 L74.8521739,100 C77.138087,100 79,98.2507519 79,96.112782 C79,93.974812 77.138087,92.2255639 74.8521739,92.2255639 Z"
|
||||
id="形状"></path>
|
||||
d="M26,56.887218 C26,59.0428571 27.861913,60.7744361 30.1478261,60.7744361 L74.8521739,60.7744361 C77.138087,60.7744361 79,59.025188 79,56.887218 C79,54.7492481 77.138087,53 74.8521739,53 L30.1478261,53 C27.861913,53 26,54.7492481 26,56.887218 Z M74.8521739,72.612782 L30.1478261,72.612782 C27.861913,72.612782 26,74.3620301 26,76.5 C26,78.6379699 27.861913,80.387218 30.1478261,80.387218 L74.8521739,80.387218 C77.138087,80.387218 79,78.6379699 79,76.5 C79,74.3620301 77.138087,72.612782 74.8521739,72.612782 Z M74.8521739,92.2255639 L30.1478261,92.2255639 C27.861913,92.2255639 26,93.974812 26,96.112782 C26,98.2507519 27.861913,100 30.1478261,100 L74.8521739,100 C77.138087,100 79,98.2507519 79,96.112782 C79,93.974812 77.138087,92.2255639 74.8521739,92.2255639 Z">
|
||||
</path>
|
||||
</g>
|
||||
<rect id="矩形" stroke="#D3D3D3" stroke-width="3" x="1.5" y="1.5" width="237" height="237" rx="28"></rect>
|
||||
<rect stroke="#D3D3D3" stroke-width="3" x="1.5" y="1.5" width="237" height="237" rx="28"></rect>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -1,16 +1,16 @@
|
|||
<svg width="200px" height="85.333333px" viewBox="0 0 200 85.333333" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M170.833333,30 L187.5,30 C194.403559,30 200,35.5964406 200,42.5 C200,49.4035594 194.403559,55 187.5,55 L170.833333,55 C163.929774,55 158.333333,49.4035594 158.333333,42.5 C158.333333,35.5964406 163.929774,30 170.833333,30 L170.833333,30 Z"
|
||||
id="路径" fill="#9CD9AE"></path>
|
||||
fill="#9CD9AE"></path>
|
||||
<path
|
||||
d="M12.5,30 L29.1666666,30 C36.070226,30 41.6666666,35.5964406 41.6666666,42.5 C41.6666666,49.4035594 36.070226,55 29.1666666,55 L12.5,55 C5.59644063,55 0,49.4035594 0,42.5 C0,35.5964406 5.59644063,30 12.5,30 L12.5,30 Z"
|
||||
id="路径" fill="#9CD9AE"></path>
|
||||
fill="#9CD9AE"></path>
|
||||
<path
|
||||
d="M99.9999998,68.2666665 C114.138489,68.2666665 125.6,56.8051561 125.6,42.6666666 C125.6,28.5281771 114.138489,17.0666667 99.9999998,17.0666667 C85.8615103,17.0666667 74.3999999,28.5281771 74.3999999,42.6666666 C74.3999999,56.8051561 85.8615103,68.2666665 99.9999998,68.2666665 Z M99.9999998,85.333333 C76.4358506,85.333333 57.3333333,66.2308157 57.3333333,42.6666665 C57.3333333,19.1025173 76.4358506,0 99.9999998,0 C123.564149,0 142.666666,19.1025173 142.666666,42.6666665 C142.666666,66.2308157 123.564149,85.333333 99.9999998,85.333333 Z"
|
||||
id="形状" fill="#2E8F79"></path>
|
||||
fill="#2E8F79"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,42 +1,42 @@
|
|||
<svg width="192.569392px" height="179.75px" viewBox="0 0 192.569392 179.75" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M118.356892,116.2 C97.1767719,116.2 80.0068921,99.0301202 80.0068921,77.85 C80.0068921,56.6698798 97.1767719,39.5 118.356892,39.5 C139.537012,39.5 156.706892,56.6698798 156.706892,77.85 C156.594099,98.9832234 139.490115,116.087207 118.356892,116.2 L118.356892,116.2 Z"
|
||||
id="形状"></path>
|
||||
d="M118.356892,116.2 C97.1767719,116.2 80.0068921,99.0301202 80.0068921,77.85 C80.0068921,56.6698798 97.1767719,39.5 118.356892,39.5 C139.537012,39.5 156.706892,56.6698798 156.706892,77.85 C156.594099,98.9832234 139.490115,116.087207 118.356892,116.2 L118.356892,116.2 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M172.644392,46.8 C161.656385,46.7725492 152.753738,37.8754881 152.719392,26.8875 C152.719392,15.925 161.681892,6.9625 172.644392,6.9625 C183.594392,6.9625 192.569392,15.925 192.569392,26.8875 C192.569392,37.8375 183.594392,46.8 172.644392,46.8 L172.644392,46.8 Z"
|
||||
id="形状"></path>
|
||||
<polygon id="路径"
|
||||
d="M172.644392,46.8 C161.656385,46.7725492 152.753738,37.8754881 152.719392,26.8875 C152.719392,15.925 161.681892,6.9625 172.644392,6.9625 C183.594392,6.9625 192.569392,15.925 192.569392,26.8875 C192.569392,37.8375 183.594392,46.8 172.644392,46.8 L172.644392,46.8 Z">
|
||||
</path>
|
||||
<polygon
|
||||
points="143.544392 53.525 158.669392 38.15 161.031892 40.4875 145.906892 55.8625 143.544392 53.525">
|
||||
</polygon>
|
||||
<path
|
||||
d="M30.8818921,19.925 C30.8818921,26.4375 34.3568921,32.4625 39.9943921,35.7375 C47.6698397,40.1656028 57.4165417,38.4448229 63.1116672,31.656146 C68.8067928,24.8674691 68.8067928,14.9700309 63.1116672,8.18135398 C57.4165417,1.39267706 47.6698397,-0.328102778 39.9943921,4.1 C34.353975,7.37432795 30.8824463,13.4030733 30.8818921,19.925 L30.8818921,19.925 Z"
|
||||
id="路径"></path>
|
||||
d="M30.8818921,19.925 C30.8818921,26.4375 34.3568921,32.4625 39.9943921,35.7375 C47.6698397,40.1656028 57.4165417,38.4448229 63.1116672,31.656146 C68.8067928,24.8674691 68.8067928,14.9700309 63.1116672,8.18135398 C57.4165417,1.39267706 47.6698397,-0.328102778 39.9943921,4.1 C34.353975,7.37432795 30.8824463,13.4030733 30.8818921,19.925 L30.8818921,19.925 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M49.1318921,39.8375 C38.1487658,39.8031882 29.2537039,30.9081263 29.2193921,19.925 C29.2193921,8.975 38.1818921,0 49.1318921,0 C60.0818921,0 69.0443921,8.9625 69.0443921,19.925 C69.0169098,30.9109664 60.1178585,39.8100178 49.1318921,39.8375 L49.1318921,39.8375 Z M49.1318921,3.325 C39.8318921,3.325 32.5318921,10.625 32.5318921,19.925 C32.5318921,29.225 39.8318921,36.525 49.1318921,36.525 C58.4318921,36.525 65.7318921,29.225 65.7318921,19.925 C65.7318921,10.625 58.4318921,3.325 49.1318921,3.325 Z"
|
||||
id="形状"></path>
|
||||
d="M49.1318921,39.8375 C38.1487658,39.8031882 29.2537039,30.9081263 29.2193921,19.925 C29.2193921,8.975 38.1818921,0 49.1318921,0 C60.0818921,0 69.0443921,8.9625 69.0443921,19.925 C69.0169098,30.9109664 60.1178585,39.8100178 49.1318921,39.8375 L49.1318921,39.8375 Z M49.1318921,3.325 C39.8318921,3.325 32.5318921,10.625 32.5318921,19.925 C32.5318921,29.225 39.8318921,36.525 49.1318921,36.525 C58.4318921,36.525 65.7318921,29.225 65.7318921,19.925 C65.7318921,10.625 58.4318921,3.325 49.1318921,3.325 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M61.1068921,32.2125 L63.0943921,29.5625 L91.2318921,50.7 L89.2318921,53.3375 L61.1068921,32.2125 L61.1068921,32.2125 Z M78.2693921,120.05 L90.2193921,98.95 L93.1068921,100.6 L81.1568921,121.6625 L78.2693921,120.05 Z M18.2818921,120.0875 L19.0068921,116.85 L52.0693921,124.175 L51.3443921,127.425 L18.2818921,120.0875 L18.2818921,120.0875 Z"
|
||||
id="形状"></path>
|
||||
d="M61.1068921,32.2125 L63.0943921,29.5625 L91.2318921,50.7 L89.2318921,53.3375 L61.1068921,32.2125 L61.1068921,32.2125 Z M78.2693921,120.05 L90.2193921,98.95 L93.1068921,100.6 L81.1568921,121.6625 L78.2693921,120.05 Z M18.2818921,120.0875 L19.0068921,116.85 L52.0693921,124.175 L51.3443921,127.425 L18.2818921,120.0875 L18.2818921,120.0875 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M49.1068867,132.966266 C49.115877,143.7013 57.8256239,152.396482 68.5606579,152.387506 C79.2956919,152.378515 87.9908741,143.668768 87.9818977,132.933734 C87.9729075,122.1987 79.2631606,113.503518 68.5281265,113.512495 C57.7930925,113.521485 49.0979104,122.231232 49.1068867,132.966266 L49.1068867,132.966266 Z"
|
||||
id="路径"></path>
|
||||
d="M49.1068867,132.966266 C49.115877,143.7013 57.8256239,152.396482 68.5606579,152.387506 C79.2956919,152.378515 87.9908741,143.668768 87.9818977,132.933734 C87.9729075,122.1987 79.2631606,113.503518 68.5281265,113.512495 C57.7930925,113.521485 49.0979104,122.231232 49.1068867,132.966266 L49.1068867,132.966266 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M0.0068920707,115.5 C-0.138933113,119.741527 2.0382658,123.725446 5.68682647,125.893353 C9.33538714,128.061261 13.8754037,128.068587 17.5309424,125.912467 C21.186481,123.756347 23.3765268,119.779476 23.2443921,115.5375 C23.0491145,109.268425 17.9158954,104.284572 11.6437878,104.274435 C5.37168016,104.264329 0.222402273,109.231588 0.0068920707,115.5 Z"
|
||||
id="路径"></path>
|
||||
d="M0.0068920707,115.5 C-0.138933113,119.741527 2.0382658,123.725446 5.68682647,125.893353 C9.33538714,128.061261 13.8754037,128.068587 17.5309424,125.912467 C21.186481,123.756347 23.3765268,119.779476 23.2443921,115.5375 C23.0491145,109.268425 17.9158954,104.284572 11.6437878,104.274435 C5.37168016,104.264329 0.222402273,109.231588 0.0068920707,115.5 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M173.619392,89.625 C173.619392,94.2089634 177.335429,97.925 181.919392,97.925 C186.503355,97.925 190.219392,94.2089634 190.219392,89.625 C190.219392,85.0410366 186.503355,81.325 181.919392,81.325 C177.335429,81.325 173.619392,85.0410366 173.619392,89.625 Z"
|
||||
id="路径"></path>
|
||||
d="M173.619392,89.625 C173.619392,94.2089634 177.335429,97.925 181.919392,97.925 C186.503355,97.925 190.219392,94.2089634 190.219392,89.625 C190.219392,85.0410366 186.503355,81.325 181.919392,81.325 C177.335429,81.325 173.619392,85.0410366 173.619392,89.625 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M181.906892,99.5875 C179.251307,99.6319114 176.69142,98.5965615 174.813375,96.7185166 C172.935331,94.8404718 171.899981,92.2805851 171.944392,89.625 C171.944392,83.975 176.269392,79.6625 181.906892,79.6625 C187.556892,79.6625 191.869392,83.975 191.869392,89.625 C191.869392,95.25 187.569392,99.5875 181.906892,99.5875 L181.906892,99.5875 Z M181.906892,82.9749882 C179.209894,82.9699447 176.775882,84.5913549 175.741449,87.0820922 C174.707016,89.5728295 175.276236,92.4415183 177.183305,94.3485872 C179.090374,96.2556562 181.959063,96.8248765 184.4498,95.7904434 C186.940537,94.7560104 188.561947,92.321998 188.556904,89.625 C188.543184,85.9579997 185.573892,82.9887086 181.906892,82.9749882 Z"
|
||||
id="形状"></path>
|
||||
<polygon id="路径" points="171.744392 46.825 175.006892 46.15 182.144392 80.6 178.894392 81.275"></polygon>
|
||||
d="M181.906892,99.5875 C179.251307,99.6319114 176.69142,98.5965615 174.813375,96.7185166 C172.935331,94.8404718 171.899981,92.2805851 171.944392,89.625 C171.944392,83.975 176.269392,79.6625 181.906892,79.6625 C187.556892,79.6625 191.869392,83.975 191.869392,89.625 C191.869392,95.25 187.569392,99.5875 181.906892,99.5875 L181.906892,99.5875 Z M181.906892,82.9749882 C179.209894,82.9699447 176.775882,84.5913549 175.741449,87.0820922 C174.707016,89.5728295 175.276236,92.4415183 177.183305,94.3485872 C179.090374,96.2556562 181.959063,96.8248765 184.4498,95.7904434 C186.940537,94.7560104 188.561947,92.321998 188.556904,89.625 C188.543184,85.9579997 185.573892,82.9887086 181.906892,82.9749882 Z">
|
||||
</path>
|
||||
<polygon points="171.744392 46.825 175.006892 46.15 182.144392 80.6 178.894392 81.275"></polygon>
|
||||
<path
|
||||
d="M132.094392,159.75 C132.094392,170.795695 141.048697,179.75 152.094392,179.75 C163.140087,179.75 172.094392,170.795695 172.094392,159.75 C172.094392,148.704305 163.140087,139.75 152.094392,139.75 C141.048697,139.75 132.094392,148.704305 132.094392,159.75 Z"
|
||||
id="路径"></path>
|
||||
<polygon id="路径"
|
||||
d="M132.094392,159.75 C132.094392,170.795695 141.048697,179.75 152.094392,179.75 C163.140087,179.75 172.094392,170.795695 172.094392,159.75 C172.094392,148.704305 163.140087,139.75 152.094392,139.75 C141.048697,139.75 132.094392,148.704305 132.094392,159.75 Z">
|
||||
</path>
|
||||
<polygon
|
||||
points="129.844392 109.7375 132.819392 108.3125 149.019392 142.5125 146.019392 143.9375 129.844392 109.7375">
|
||||
</polygon>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.8 KiB |
|
@ -1,16 +1,16 @@
|
|||
<svg width="175.78125px" height="175.781251px" viewBox="0 0 175.78125 175.781251" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z"
|
||||
id="路径" fill="#B2E4C1"></path>
|
||||
fill="#B2E4C1"></path>
|
||||
<path
|
||||
d="M83.3203125,46.1328125 L83.1445313,46.1328125 C57.7929688,46.1328125 37.2265625,66.6992187 37.2265625,92.0507812 C37.2265625,117.402344 57.7929688,137.96875 83.1445313,137.96875 C108.457031,137.96875 128.984375,117.5 129.0625,92.2070312 L83.3203125,92.2070312 L83.3203125,46.1328125 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M92.6367188,37.8125 L92.4414063,37.8125 L92.4414063,83.59375 L138.554688,83.59375 C138.476563,58.3007812 117.949219,37.8125 92.6367188,37.8125 L92.6367188,37.8125 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="135px" height="135px" viewBox="0 0 135 135" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle id="椭圆形" fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g id="编组" transform="translate(27, 26)" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g transform="translate(27, 26)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M41,0 C18.3453453,0 0,18.3453453 0,41 C0,63.6546547 18.3453453,82 41,82 C63.6546547,82 82,63.6546547 82,41 C82,18.3863864 63.6546547,0 41,0 L41,0 Z M62.956957,38.6606607 C62.7107107,40.7947948 60.9459459,40.6306306 60.9459459,40.6306306 C59.5095095,40.6306306 59.017017,39.4814815 59.017017,39.4814815 L56.0620621,32.955956 L50.6036036,56.5135135 C50.1521522,58.2372372 48.5515516,58.0730731 48.5515516,58.0730731 C47.1561562,58.0730731 46.7047047,56.8828829 46.7047047,56.8828829 L38.988989,38.5375375 L32.7097097,52.983984 C32.012012,54.1331331 30.8628629,54.1331331 30.8628629,54.1331331 C29.5085085,54.1331331 28.9339339,52.983984 28.9339339,52.983984 L24.8708709,45.022022 L20.1511512,50.6446446 C19.6996997,51.4654655 18.4684685,51.4654655 18.4684685,51.4654655 C16.5395395,51.4654655 16.4164164,49.5365365 16.4164164,49.5365365 C16.4164164,48.7567568 16.9499499,48.1411411 16.9499499,48.1411411 L23.6806807,40.2202202 C24.2962963,39.4404404 25.2812813,39.3993994 25.2812813,39.3993994 C26.6356356,39.3993994 27.2102102,40.5895896 27.2102102,40.5895896 L30.6576577,47.4024024 L37.1831832,32.5045045 C37.8398398,31.2732733 38.988989,31.3553554 38.988989,31.3553554 C40.3023023,31.3553554 40.8768769,32.5455455 40.8768769,32.5455455 L48.0590591,49.5365365 L53.3943944,26.3073073 C53.7637638,24.6656657 55.4874875,24.6656657 55.4874875,24.6656657 C56.6776777,24.6656657 57.2932933,25.8148148 57.2932933,25.8148148 L62.7517518,37.9219219 C62.997998,38.045045 62.956957,38.6606607 62.956957,38.6606607 L62.956957,38.6606607 Z"
|
||||
id="形状"></path>
|
||||
d="M41,0 C18.3453453,0 0,18.3453453 0,41 C0,63.6546547 18.3453453,82 41,82 C63.6546547,82 82,63.6546547 82,41 C82,18.3863864 63.6546547,0 41,0 L41,0 Z M62.956957,38.6606607 C62.7107107,40.7947948 60.9459459,40.6306306 60.9459459,40.6306306 C59.5095095,40.6306306 59.017017,39.4814815 59.017017,39.4814815 L56.0620621,32.955956 L50.6036036,56.5135135 C50.1521522,58.2372372 48.5515516,58.0730731 48.5515516,58.0730731 C47.1561562,58.0730731 46.7047047,56.8828829 46.7047047,56.8828829 L38.988989,38.5375375 L32.7097097,52.983984 C32.012012,54.1331331 30.8628629,54.1331331 30.8628629,54.1331331 C29.5085085,54.1331331 28.9339339,52.983984 28.9339339,52.983984 L24.8708709,45.022022 L20.1511512,50.6446446 C19.6996997,51.4654655 18.4684685,51.4654655 18.4684685,51.4654655 C16.5395395,51.4654655 16.4164164,49.5365365 16.4164164,49.5365365 C16.4164164,48.7567568 16.9499499,48.1411411 16.9499499,48.1411411 L23.6806807,40.2202202 C24.2962963,39.4404404 25.2812813,39.3993994 25.2812813,39.3993994 C26.6356356,39.3993994 27.2102102,40.5895896 27.2102102,40.5895896 L30.6576577,47.4024024 L37.1831832,32.5045045 C37.8398398,31.2732733 38.988989,31.3553554 38.988989,31.3553554 C40.3023023,31.3553554 40.8768769,32.5455455 40.8768769,32.5455455 L48.0590591,49.5365365 L53.3943944,26.3073073 C53.7637638,24.6656657 55.4874875,24.6656657 55.4874875,24.6656657 C56.6776777,24.6656657 57.2932933,25.8148148 57.2932933,25.8148148 L62.7517518,37.9219219 C62.997998,38.045045 62.956957,38.6606607 62.956957,38.6606607 L62.956957,38.6606607 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -1,52 +1,88 @@
|
|||
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="0.48">
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd" d="M21.1902 86.066L22.6459 87.5218L24.1062 86.062L24.7302 86.6858L23.2696 88.1454L24.7262 89.6011L24.1005 90.2266L22.6438 88.7711L21.1845 90.2306L20.5605 89.6068L22.0201 88.1475L20.5645 86.6915L21.1902 86.066Z" fill="#919EAB"/>
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd" d="M87.2381 12.7676L88.6937 14.2234L90.1541 12.7635L90.7781 13.3874L89.3175 14.8469L90.7741 16.3026L90.1483 16.9282L88.6916 15.4726L87.2323 16.9322L86.6083 16.3084L88.0679 14.8491L86.6124 13.3931L87.2381 12.7676Z" fill="#919EAB"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.6978 39.0406L95.6585 40.0797L95.6571 40.081C95.6368 40.1012 95.6207 40.1252 95.6097 40.1517C95.5987 40.1781 95.593 40.2064 95.593 40.235C95.593 40.2637 95.5987 40.292 95.6097 40.3184C95.6207 40.3449 95.6368 40.3689 95.6571 40.3891L95.6585 40.3904L96.6978 41.4295C96.739 41.4704 96.7948 41.4936 96.8529 41.4936C96.911 41.4936 96.9667 41.4706 97.0078 41.4297L98.0487 40.3891C98.069 40.3689 98.0851 40.3449 98.0961 40.3184C98.1072 40.2919 98.1128 40.2636 98.1128 40.235C98.1128 40.2065 98.1072 40.1782 98.0961 40.1517C98.0851 40.1252 98.069 40.1012 98.0487 40.081L98.0473 40.0797L97.008 39.0406C96.9669 38.9997 96.911 38.9765 96.8529 38.9765C96.7948 38.9765 96.739 38.9997 96.6978 39.0406ZM94.7813 39.2011L95.8211 38.1616C96.095 37.8885 96.466 37.735 96.8529 37.735C97.2397 37.735 97.6108 37.8885 97.8847 38.1616L98.9237 39.2004L98.9244 39.2011C99.0606 39.3365 99.1686 39.4975 99.2423 39.6747C99.3162 39.8522 99.3543 40.0426 99.3543 40.235C99.3543 40.4274 99.3162 40.6179 99.2423 40.7954C99.1686 40.9726 99.0606 41.1335 98.9245 41.269L98.9237 41.2697L97.8847 42.3085C97.6108 42.5816 97.2397 42.735 96.8529 42.735C96.466 42.735 96.095 42.5816 95.8211 42.3085L94.7821 41.2697L94.7813 41.2689C94.6452 41.1335 94.5372 40.9726 94.4635 40.7954C94.3896 40.6178 94.3516 40.4273 94.3516 40.235C94.3516 40.0427 94.3896 39.8523 94.4635 39.6747C94.5372 39.4975 94.6452 39.3366 94.7813 39.2011Z" fill="#919EAB"/>
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M62.355 105.714L61.3157 106.753L61.3143 106.755C61.294 106.775 61.2779 106.799 61.2669 106.825C61.2559 106.852 61.2503 106.88 61.2503 106.909C61.2503 106.937 61.2559 106.966 61.2669 106.992C61.2779 107.019 61.294 107.043 61.3143 107.063L61.3157 107.064L62.355 108.103C62.3962 108.144 62.4521 108.167 62.5101 108.167C62.5682 108.167 62.6239 108.144 62.665 108.103L63.7059 107.063C63.7262 107.043 63.7423 107.019 63.7534 106.992C63.7644 106.966 63.77 106.937 63.77 106.909C63.77 106.88 63.7644 106.852 63.7534 106.825C63.7423 106.799 63.7262 106.775 63.7059 106.755L63.7046 106.753L62.6653 105.714C62.6241 105.673 62.5682 105.65 62.5101 105.65C62.4521 105.65 62.3962 105.673 62.355 105.714ZM60.4385 105.875L61.4784 104.835C61.7522 104.562 62.1233 104.409 62.5101 104.409C62.897 104.409 63.268 104.562 63.5419 104.835L64.581 105.874L64.5817 105.875C64.7178 106.01 64.8258 106.171 64.8995 106.348C64.9734 106.526 65.0115 106.716 65.0115 106.909C65.0115 107.101 64.9734 107.291 64.8995 107.469C64.8258 107.646 64.7178 107.807 64.5817 107.943L64.581 107.943L63.5419 108.982C63.268 109.255 62.897 109.409 62.5101 109.409C62.1233 109.409 61.7522 109.255 61.4784 108.982L60.4393 107.943L60.4385 107.943C60.3024 107.807 60.1944 107.646 60.1207 107.469C60.0468 107.291 60.0088 107.101 60.0088 106.909C60.0088 106.716 60.0468 106.526 60.1207 106.348C60.1945 106.171 60.3024 106.01 60.4385 105.875Z" fill="#919EAB"/>
|
||||
<path opacity="0.24" fill-rule="evenodd" clip-rule="evenodd" d="M104.552 66.3174C104.701 66.2789 104.858 66.278 105.008 66.3153C105.173 66.3561 105.322 66.4409 105.442 66.5601C105.561 66.6797 105.646 66.8295 105.687 66.9935C105.724 67.1437 105.723 67.3005 105.685 67.4497L105.109 70.5411C105.062 70.7839 104.909 71.1334 104.522 71.2523C104.135 71.3714 103.812 71.1678 103.638 70.9932L101.009 68.3653C100.831 68.1888 100.628 67.8651 100.748 67.4773C100.868 67.0899 101.219 66.9375 101.464 66.8922C101.465 66.8921 101.465 66.8921 101.465 66.892L104.552 66.3174ZM104.448 67.5539L102.291 67.9554L104.046 69.7099L104.448 67.5539Z" fill="#919EAB"/>
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M102.46 94.266C102.609 94.2275 102.766 94.2266 102.916 94.2639C103.08 94.3047 103.23 94.3895 103.349 94.5088C103.469 94.6283 103.554 94.7781 103.594 94.9421C103.632 95.0923 103.631 95.2491 103.592 95.3983L103.016 98.4897C102.97 98.7325 102.817 99.082 102.43 99.201C102.042 99.32 101.72 99.1164 101.545 98.9419L98.9167 96.3139C98.7386 96.1374 98.5356 95.8137 98.6558 95.426C98.776 95.0385 99.1263 94.8861 99.3721 94.8408C99.3724 94.8408 99.3727 94.8407 99.373 94.8407L102.46 94.266ZM102.356 95.5026L100.199 95.904L101.954 97.6586L102.356 95.5026Z" fill="#919EAB"/>
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd" d="M12.5004 72.4729C12.3186 72.4729 12.1408 72.5269 11.9896 72.6279C11.8383 72.729 11.7205 72.8724 11.651 73.0402C11.5814 73.2081 11.5632 73.393 11.5987 73.5712C11.6341 73.7494 11.7217 73.9132 11.8502 74.0417C11.9787 74.1702 12.1425 74.2577 12.321 74.2932C12.4996 74.3287 12.6845 74.3105 12.8523 74.241C13.0203 74.1715 13.1639 74.0536 13.265 73.9024C13.366 73.7513 13.4199 73.5736 13.4199 73.3919C13.4199 73.1482 13.323 72.9145 13.1506 72.7421C12.9783 72.5698 12.7444 72.4729 12.5004 72.4729ZM11.1113 71.3132C11.5225 71.0386 12.0059 70.8919 12.5004 70.8919C13.1635 70.8919 13.7995 71.1552 14.2684 71.624C14.7374 72.0929 15.0009 72.7288 15.0009 73.3919C15.0009 73.8864 14.8542 74.3698 14.5794 74.7809C14.3047 75.1919 13.9142 75.5125 13.4572 75.7017C13.0002 75.891 12.4975 75.9403 12.0127 75.8438C11.5278 75.7474 11.0822 75.5095 10.7324 75.1598C10.3827 74.8102 10.1446 74.3647 10.0481 73.8797C9.95156 73.3947 10.0011 72.8919 10.1904 72.4351C10.3797 71.9782 10.7002 71.5878 11.1113 71.3132Z" fill="#919EAB"/>
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M54.5424 18.4018C54.3606 18.4018 54.1828 18.4557 54.0316 18.5567C53.8803 18.6578 53.7625 18.8013 53.693 18.9691C53.6234 19.137 53.6052 19.3218 53.6407 19.5C53.6761 19.6783 53.7637 19.842 53.8922 19.9705C54.0207 20.099 54.1845 20.1865 54.363 20.222C54.5416 20.2575 54.7265 20.2393 54.8943 20.1698C55.0623 20.1003 55.2059 19.9824 55.307 19.8312C55.408 19.6801 55.4619 19.5025 55.4619 19.3207C55.4619 19.0771 55.365 18.8433 55.1926 18.671C55.0203 18.4986 54.7864 18.4018 54.5424 18.4018ZM53.1533 17.2421C53.5645 16.9674 54.0479 16.8207 54.5424 16.8207C55.2055 16.8207 55.8415 17.084 56.3104 17.5529C56.7794 18.0217 57.0429 18.6577 57.0429 19.3207C57.0429 19.8152 56.8962 20.2986 56.6214 20.7097C56.3467 21.1208 55.9562 21.4413 55.4992 21.6306C55.0422 21.8198 54.5395 21.8691 54.0547 21.7727C53.5698 21.6763 53.1242 21.4383 52.7744 21.0886C52.4247 20.739 52.1865 20.2935 52.09 19.8086C51.9936 19.3236 52.0431 18.8208 52.2324 18.3639C52.4217 17.907 52.7422 17.5167 53.1533 17.2421Z" fill="#919EAB"/>
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M21.1902 86.066L22.6459 87.5218L24.1062 86.062L24.7302 86.6858L23.2696 88.1454L24.7262 89.6011L24.1005 90.2266L22.6438 88.7711L21.1845 90.2306L20.5605 89.6068L22.0201 88.1475L20.5645 86.6915L21.1902 86.066Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M87.2381 12.7676L88.6937 14.2234L90.1541 12.7635L90.7781 13.3874L89.3175 14.8469L90.7741 16.3026L90.1483 16.9282L88.6916 15.4726L87.2323 16.9322L86.6083 16.3084L88.0679 14.8491L86.6124 13.3931L87.2381 12.7676Z"
|
||||
fill="#919EAB" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M96.6978 39.0406L95.6585 40.0797L95.6571 40.081C95.6368 40.1012 95.6207 40.1252 95.6097 40.1517C95.5987 40.1781 95.593 40.2064 95.593 40.235C95.593 40.2637 95.5987 40.292 95.6097 40.3184C95.6207 40.3449 95.6368 40.3689 95.6571 40.3891L95.6585 40.3904L96.6978 41.4295C96.739 41.4704 96.7948 41.4936 96.8529 41.4936C96.911 41.4936 96.9667 41.4706 97.0078 41.4297L98.0487 40.3891C98.069 40.3689 98.0851 40.3449 98.0961 40.3184C98.1072 40.2919 98.1128 40.2636 98.1128 40.235C98.1128 40.2065 98.1072 40.1782 98.0961 40.1517C98.0851 40.1252 98.069 40.1012 98.0487 40.081L98.0473 40.0797L97.008 39.0406C96.9669 38.9997 96.911 38.9765 96.8529 38.9765C96.7948 38.9765 96.739 38.9997 96.6978 39.0406ZM94.7813 39.2011L95.8211 38.1616C96.095 37.8885 96.466 37.735 96.8529 37.735C97.2397 37.735 97.6108 37.8885 97.8847 38.1616L98.9237 39.2004L98.9244 39.2011C99.0606 39.3365 99.1686 39.4975 99.2423 39.6747C99.3162 39.8522 99.3543 40.0426 99.3543 40.235C99.3543 40.4274 99.3162 40.6179 99.2423 40.7954C99.1686 40.9726 99.0606 41.1335 98.9245 41.269L98.9237 41.2697L97.8847 42.3085C97.6108 42.5816 97.2397 42.735 96.8529 42.735C96.466 42.735 96.095 42.5816 95.8211 42.3085L94.7821 41.2697L94.7813 41.2689C94.6452 41.1335 94.5372 40.9726 94.4635 40.7954C94.3896 40.6178 94.3516 40.4273 94.3516 40.235C94.3516 40.0427 94.3896 39.8523 94.4635 39.6747C94.5372 39.4975 94.6452 39.3366 94.7813 39.2011Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M62.355 105.714L61.3157 106.753L61.3143 106.755C61.294 106.775 61.2779 106.799 61.2669 106.825C61.2559 106.852 61.2503 106.88 61.2503 106.909C61.2503 106.937 61.2559 106.966 61.2669 106.992C61.2779 107.019 61.294 107.043 61.3143 107.063L61.3157 107.064L62.355 108.103C62.3962 108.144 62.4521 108.167 62.5101 108.167C62.5682 108.167 62.6239 108.144 62.665 108.103L63.7059 107.063C63.7262 107.043 63.7423 107.019 63.7534 106.992C63.7644 106.966 63.77 106.937 63.77 106.909C63.77 106.88 63.7644 106.852 63.7534 106.825C63.7423 106.799 63.7262 106.775 63.7059 106.755L63.7046 106.753L62.6653 105.714C62.6241 105.673 62.5682 105.65 62.5101 105.65C62.4521 105.65 62.3962 105.673 62.355 105.714ZM60.4385 105.875L61.4784 104.835C61.7522 104.562 62.1233 104.409 62.5101 104.409C62.897 104.409 63.268 104.562 63.5419 104.835L64.581 105.874L64.5817 105.875C64.7178 106.01 64.8258 106.171 64.8995 106.348C64.9734 106.526 65.0115 106.716 65.0115 106.909C65.0115 107.101 64.9734 107.291 64.8995 107.469C64.8258 107.646 64.7178 107.807 64.5817 107.943L64.581 107.943L63.5419 108.982C63.268 109.255 62.897 109.409 62.5101 109.409C62.1233 109.409 61.7522 109.255 61.4784 108.982L60.4393 107.943L60.4385 107.943C60.3024 107.807 60.1944 107.646 60.1207 107.469C60.0468 107.291 60.0088 107.101 60.0088 106.909C60.0088 106.716 60.0468 106.526 60.1207 106.348C60.1945 106.171 60.3024 106.01 60.4385 105.875Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.24" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M104.552 66.3174C104.701 66.2789 104.858 66.278 105.008 66.3153C105.173 66.3561 105.322 66.4409 105.442 66.5601C105.561 66.6797 105.646 66.8295 105.687 66.9935C105.724 67.1437 105.723 67.3005 105.685 67.4497L105.109 70.5411C105.062 70.7839 104.909 71.1334 104.522 71.2523C104.135 71.3714 103.812 71.1678 103.638 70.9932L101.009 68.3653C100.831 68.1888 100.628 67.8651 100.748 67.4773C100.868 67.0899 101.219 66.9375 101.464 66.8922C101.465 66.8921 101.465 66.8921 101.465 66.892L104.552 66.3174ZM104.448 67.5539L102.291 67.9554L104.046 69.7099L104.448 67.5539Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M102.46 94.266C102.609 94.2275 102.766 94.2266 102.916 94.2639C103.08 94.3047 103.23 94.3895 103.349 94.5088C103.469 94.6283 103.554 94.7781 103.594 94.9421C103.632 95.0923 103.631 95.2491 103.592 95.3983L103.016 98.4897C102.97 98.7325 102.817 99.082 102.43 99.201C102.042 99.32 101.72 99.1164 101.545 98.9419L98.9167 96.3139C98.7386 96.1374 98.5356 95.8137 98.6558 95.426C98.776 95.0385 99.1263 94.8861 99.3721 94.8408C99.3724 94.8408 99.3727 94.8407 99.373 94.8407L102.46 94.266ZM102.356 95.5026L100.199 95.904L101.954 97.6586L102.356 95.5026Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M12.5004 72.4729C12.3186 72.4729 12.1408 72.5269 11.9896 72.6279C11.8383 72.729 11.7205 72.8724 11.651 73.0402C11.5814 73.2081 11.5632 73.393 11.5987 73.5712C11.6341 73.7494 11.7217 73.9132 11.8502 74.0417C11.9787 74.1702 12.1425 74.2577 12.321 74.2932C12.4996 74.3287 12.6845 74.3105 12.8523 74.241C13.0203 74.1715 13.1639 74.0536 13.265 73.9024C13.366 73.7513 13.4199 73.5736 13.4199 73.3919C13.4199 73.1482 13.323 72.9145 13.1506 72.7421C12.9783 72.5698 12.7444 72.4729 12.5004 72.4729ZM11.1113 71.3132C11.5225 71.0386 12.0059 70.8919 12.5004 70.8919C13.1635 70.8919 13.7995 71.1552 14.2684 71.624C14.7374 72.0929 15.0009 72.7288 15.0009 73.3919C15.0009 73.8864 14.8542 74.3698 14.5794 74.7809C14.3047 75.1919 13.9142 75.5125 13.4572 75.7017C13.0002 75.891 12.4975 75.9403 12.0127 75.8438C11.5278 75.7474 11.0822 75.5095 10.7324 75.1598C10.3827 74.8102 10.1446 74.3647 10.0481 73.8797C9.95156 73.3947 10.0011 72.8919 10.1904 72.4351C10.3797 71.9782 10.7002 71.5878 11.1113 71.3132Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M54.5424 18.4018C54.3606 18.4018 54.1828 18.4557 54.0316 18.5567C53.8803 18.6578 53.7625 18.8013 53.693 18.9691C53.6234 19.137 53.6052 19.3218 53.6407 19.5C53.6761 19.6783 53.7637 19.842 53.8922 19.9705C54.0207 20.099 54.1845 20.1865 54.363 20.222C54.5416 20.2575 54.7265 20.2393 54.8943 20.1698C55.0623 20.1003 55.2059 19.9824 55.307 19.8312C55.408 19.6801 55.4619 19.5025 55.4619 19.3207C55.4619 19.0771 55.365 18.8433 55.1926 18.671C55.0203 18.4986 54.7864 18.4018 54.5424 18.4018ZM53.1533 17.2421C53.5645 16.9674 54.0479 16.8207 54.5424 16.8207C55.2055 16.8207 55.8415 17.084 56.3104 17.5529C56.7794 18.0217 57.0429 18.6577 57.0429 19.3207C57.0429 19.8152 56.8962 20.2986 56.6214 20.7097C56.3467 21.1208 55.9562 21.4413 55.4992 21.6306C55.0422 21.8198 54.5395 21.8691 54.0547 21.7727C53.5698 21.6763 53.1242 21.4383 52.7744 21.0886C52.4247 20.739 52.1865 20.2935 52.09 19.8086C51.9936 19.3236 52.0431 18.8208 52.2324 18.3639C52.4217 17.907 52.7422 17.5167 53.1533 17.2421Z"
|
||||
fill="#919EAB" />
|
||||
</g>
|
||||
<g opacity="0.48">
|
||||
<g filter="url(#filter0_di_2575_2852044)">
|
||||
<path d="M28 49.2381H91.9998V79.3214C91.9998 83.6937 88.5887 87.2381 84.3808 87.2381H35.619C31.4112 87.2381 28 83.6937 28 79.3214V49.2381Z" fill="#DFE3E8"/>
|
||||
<path
|
||||
d="M28 49.2381H91.9998V79.3214C91.9998 83.6937 88.5887 87.2381 84.3808 87.2381H35.619C31.4112 87.2381 28 83.6937 28 79.3214V49.2381Z"
|
||||
fill="#DFE3E8" />
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.9048 39.3333C36.6247 39.3333 35.6191 40.3389 35.6191 41.6191C35.6191 42.8989 36.6247 43.9048 37.9048 43.9048C39.185 43.9048 40.1906 42.8989 40.1906 41.6191C40.1906 40.3389 39.185 39.3333 37.9048 39.3333Z" fill="#DFE3E8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.1429 39.3333C43.8628 39.3333 42.8572 40.3389 42.8572 41.6191C42.8572 42.8989 43.8628 43.9048 45.1429 43.9048C46.4231 43.9048 47.4286 42.8989 47.4286 41.6191C47.4286 40.3389 46.4231 39.3333 45.1429 39.3333Z" fill="#DFE3E8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.381 39.3333C51.1009 39.3333 50.0953 40.3389 50.0953 41.6191C50.0953 42.8989 51.1009 43.9048 52.381 43.9048C53.6612 43.9048 54.6667 42.8989 54.6667 41.6191C54.6667 40.3389 53.6612 39.3333 52.381 39.3333Z" fill="#DFE3E8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M37.9048 39.3333C36.6247 39.3333 35.6191 40.3389 35.6191 41.6191C35.6191 42.8989 36.6247 43.9048 37.9048 43.9048C39.185 43.9048 40.1906 42.8989 40.1906 41.6191C40.1906 40.3389 39.185 39.3333 37.9048 39.3333Z"
|
||||
fill="#DFE3E8" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M45.1429 39.3333C43.8628 39.3333 42.8572 40.3389 42.8572 41.6191C42.8572 42.8989 43.8628 43.9048 45.1429 43.9048C46.4231 43.9048 47.4286 42.8989 47.4286 41.6191C47.4286 40.3389 46.4231 39.3333 45.1429 39.3333Z"
|
||||
fill="#DFE3E8" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M52.381 39.3333C51.1009 39.3333 50.0953 40.3389 50.0953 41.6191C50.0953 42.8989 51.1009 43.9048 52.381 43.9048C53.6612 43.9048 54.6667 42.8989 54.6667 41.6191C54.6667 40.3389 53.6612 39.3333 52.381 39.3333Z"
|
||||
fill="#DFE3E8" />
|
||||
<g filter="url(#filter1_di_2575_2852044)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.9998 40.0954V49.2381H28L28 40.0959C28 36.7294 30.7292 34 34.0957 34H85.9046C89.2709 34 91.9998 36.7291 91.9998 40.0954ZM37.9047 39.3333C36.6246 39.3333 35.619 40.3389 35.619 41.619C35.619 42.8989 36.6246 43.9047 37.9047 43.9047C39.1849 43.9047 40.1904 42.8989 40.1904 41.619C40.1904 40.3389 39.1849 39.3333 37.9047 39.3333ZM45.1428 39.3333C43.8627 39.3333 42.8571 40.3389 42.8571 41.619C42.8571 42.8989 43.8627 43.9047 45.1428 43.9047C46.423 43.9047 47.4285 42.8989 47.4285 41.619C47.4285 40.3389 46.423 39.3333 45.1428 39.3333ZM50.0952 41.619C50.0952 40.3389 51.1007 39.3333 52.3809 39.3333C53.661 39.3333 54.6666 40.3389 54.6666 41.619C54.6666 42.8989 53.661 43.9047 52.3809 43.9047C51.1007 43.9047 50.0952 42.8989 50.0952 41.619Z" fill="#919EAB"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M91.9998 40.0954V49.2381H28L28 40.0959C28 36.7294 30.7292 34 34.0957 34H85.9046C89.2709 34 91.9998 36.7291 91.9998 40.0954ZM37.9047 39.3333C36.6246 39.3333 35.619 40.3389 35.619 41.619C35.619 42.8989 36.6246 43.9047 37.9047 43.9047C39.1849 43.9047 40.1904 42.8989 40.1904 41.619C40.1904 40.3389 39.1849 39.3333 37.9047 39.3333ZM45.1428 39.3333C43.8627 39.3333 42.8571 40.3389 42.8571 41.619C42.8571 42.8989 43.8627 43.9047 45.1428 43.9047C46.423 43.9047 47.4285 42.8989 47.4285 41.619C47.4285 40.3389 46.423 39.3333 45.1428 39.3333ZM50.0952 41.619C50.0952 40.3389 51.1007 39.3333 52.3809 39.3333C53.661 39.3333 54.6666 40.3389 54.6666 41.619C54.6666 42.8989 53.661 43.9047 52.3809 43.9047C51.1007 43.9047 50.0952 42.8989 50.0952 41.619Z"
|
||||
fill="#919EAB" />
|
||||
</g>
|
||||
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M82.3328 54.2363H65.6662C64.745 54.2363 63.9995 55.067 63.9995 56.0937V78.3825C63.9995 79.4091 64.745 80.2399 65.6662 80.2399H82.3328C83.2541 80.2399 83.9995 79.4091 83.9995 78.3825V56.0937C83.9995 55.067 83.2541 54.2363 82.3328 54.2363Z" fill="#919EAB"/>
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd" d="M37.6667 61.6659H44.3333C45.2546 61.6659 46 60.8351 46 59.8085C46 58.7818 45.2546 57.9511 44.3333 57.9511H37.6667C36.7454 57.9511 36 58.7818 36 59.8085C36 60.8351 36.7454 61.6659 37.6667 61.6659ZM36 67.2381C36 66.2114 36.7454 65.3807 37.6667 65.3807H54.3333C55.2546 65.3807 56 66.2114 56 67.2381C56 68.2647 55.2546 69.0955 54.3333 69.0955H37.6667C36.7454 69.0955 36 68.2647 36 67.2381ZM37.6667 72.8103C36.7454 72.8103 36 73.641 36 74.6677C36 75.6943 36.7454 76.5251 37.6667 76.5251H54.3333C55.2546 76.5251 56 75.6943 56 74.6677C56 73.641 55.2546 72.8103 54.3333 72.8103H37.6667Z" fill="#919EAB"/>
|
||||
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M82.3328 54.2363H65.6662C64.745 54.2363 63.9995 55.067 63.9995 56.0937V78.3825C63.9995 79.4091 64.745 80.2399 65.6662 80.2399H82.3328C83.2541 80.2399 83.9995 79.4091 83.9995 78.3825V56.0937C83.9995 55.067 83.2541 54.2363 82.3328 54.2363Z"
|
||||
fill="#919EAB" />
|
||||
<path opacity="0.48" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M37.6667 61.6659H44.3333C45.2546 61.6659 46 60.8351 46 59.8085C46 58.7818 45.2546 57.9511 44.3333 57.9511H37.6667C36.7454 57.9511 36 58.7818 36 59.8085C36 60.8351 36.7454 61.6659 37.6667 61.6659ZM36 67.2381C36 66.2114 36.7454 65.3807 37.6667 65.3807H54.3333C55.2546 65.3807 56 66.2114 56 67.2381C56 68.2647 55.2546 69.0955 54.3333 69.0955H37.6667C36.7454 69.0955 36 68.2647 36 67.2381ZM37.6667 72.8103C36.7454 72.8103 36 73.641 36 74.6677C36 75.6943 36.7454 76.5251 37.6667 76.5251H54.3333C55.2546 76.5251 56 75.6943 56 74.6677C56 73.641 55.2546 72.8103 54.3333 72.8103H37.6667Z"
|
||||
fill="#919EAB" />
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_di_2575_2852044" x="20" y="41.2381" width="96" height="70" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<filter id="filter0_di_2575_2852044" x="20" y="41.2381" width="96" height="70" filterUnits="userSpaceOnUse"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha" />
|
||||
<feOffset dx="8" dy="8" />
|
||||
<feGaussianBlur stdDeviation="8" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.388235 0 0 0 0 0.45098 0 0 0 0 0.505882 0 0 0 0.16 0" />
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2575_2852044" />
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2575_2852044" result="shape" />
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha" />
|
||||
<feOffset dx="-2" dy="-2" />
|
||||
<feGaussianBlur stdDeviation="2" />
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.388235 0 0 0 0 0.45098 0 0 0 0 0.505882 0 0 0 0.48 0" />
|
||||
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_2575_2852044" />
|
||||
</filter>
|
||||
<filter id="filter1_di_2575_2852044" x="20" y="26" width="96" height="47.2381" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<filter id="filter1_di_2575_2852044" x="20" y="26" width="96" height="47.2381" filterUnits="userSpaceOnUse"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha" />
|
||||
<feOffset dx="8" dy="8" />
|
||||
<feGaussianBlur stdDeviation="8" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.388235 0 0 0 0 0.45098 0 0 0 0 0.505882 0 0 0 0.16 0" />
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2575_2852044" />
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2575_2852044" result="shape" />
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha" />
|
||||
<feOffset dx="-2" dy="-2" />
|
||||
<feGaussianBlur stdDeviation="2" />
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" />
|
||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
@ -1,14 +1,14 @@
|
|||
<svg width="135px" height="135px" viewBox="0 0 135 135" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle id="椭圆形" fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g id="编组" transform="translate(26, 26)" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g transform="translate(26, 26)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M41,0 C63.6714542,0 82,18.3285458 82,41 C82,63.6714542 63.6714542,82 41,82 C18.3285458,82 0,63.6714542 0,41 C0,18.3285458 18.3285458,0 41,0 Z"
|
||||
id="形状"></path>
|
||||
d="M41,0 C63.6714542,0 82,18.3285458 82,41 C82,63.6714542 63.6714542,82 41,82 C18.3285458,82 0,63.6714542 0,41 C0,18.3285458 18.3285458,0 41,0 Z">
|
||||
</path>
|
||||
</g>
|
||||
<path
|
||||
d="M88.1075829,64.6666666 L45.2438062,64.6666666 C43.3538946,64.6684273 41.7926838,65.9062981 41.6819263,67.490851 C41.5711688,69.075404 42.9491998,70.458194 44.8258844,70.6456666 L45.2438062,70.6666666 L88.1075829,70.6666666 C89.9974945,70.6649059 91.5587053,69.4270351 91.6694628,67.8424822 C91.7802204,66.2579292 90.4021893,64.8751392 88.5255047,64.6876666 L88.1075829,64.6666666 Z"
|
||||
id="路径" fill="#B2E4C1" fill-rule="nonzero"></path>
|
||||
fill="#B2E4C1" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
@ -1,8 +1,8 @@
|
|||
<svg width="175px" height="175px" viewBox="0 0 175 175" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path
|
||||
d="M131.25,0 L131.25,29.1812501 L175,29.1812501 L175,175 L131.25,175 L131.25,145.833333 L145.833333,145.833333 L145.833333,58.3479168 L29.1812501,58.3479168 L29.1812501,145.833333 L43.7645834,145.833333 L43.7645834,175 L0,175 L0,29.1812501 L43.7645834,29.1812501 L43.7645834,0 L131.25,0 Z M101.103641,73 C102.543065,73 103.720775,74.72 103.720775,76.8222222 L103.720775,109.024444 C103.720775,111.126667 104.898485,112.846667 106.337909,112.846667 L113.731313,112.846667 C116.086734,112.846667 117.199016,116.955556 115.563307,119.344444 L89.1956798,157.853333 C88.1488261,159.382222 86.5131172,159.382222 85.4662635,157.853333 L59.0986359,119.344444 C57.462927,116.86 58.6406374,112.751111 60.9960582,112.751111 L68.3894625,112.751111 C69.8288863,112.751111 71.0065967,111.031111 71.0065967,108.928889 L71.0065967,76.8222222 C71.0065967,74.72 72.1843071,73 73.623731,73 L101.103641,73 Z"
|
||||
id="形状" fill="#919EAB" fill-rule="nonzero"></path>
|
||||
fill="#919EAB" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -1,31 +1,31 @@
|
|||
<svg width="201px" height="199.9468px" viewBox="0 0 201 199.9468" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M87.8699189,100.841487 C86.9908119,100.835062 86.1310924,100.582443 85.3882506,100.112277 L2.84631659,53.0664321 C0.450439308,51.6282501 -0.393070387,48.5616096 0.930247957,46.1004261 C2.2535663,43.6392426 5.27690485,42.6517122 7.79789178,43.8572081 L90.3045414,91.2676579 C92.8047171,92.6580408 93.747559,95.7834836 92.4333658,98.3245345 C91.6149754,100.060599 89.7748928,101.07549 87.8699189,100.841487 L87.8699189,100.841487 Z"
|
||||
id="路径"></path>
|
||||
d="M87.8699189,100.841487 C86.9908119,100.835062 86.1310924,100.582443 85.3882506,100.112277 L2.84631659,53.0664321 C0.450439308,51.6282501 -0.393070387,48.5616096 0.930247957,46.1004261 C2.2535663,43.6392426 5.27690485,42.6517122 7.79789178,43.8572081 L90.3045414,91.2676579 C92.8047171,92.6580408 93.747559,95.7834836 92.4333658,98.3245345 C91.6149754,100.060599 89.7748928,101.07549 87.8699189,100.841487 L87.8699189,100.841487 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M88.2227629,100.841487 C86.2992891,100.767469 84.5528176,99.6982009 83.6122701,98.0187366 C82.2847186,95.4789349 83.2304798,92.3438148 85.7410945,90.9618599 L171.105779,43.1985663 C173.626766,41.9930704 176.650105,42.9806008 177.973423,45.4417843 C179.296741,47.9029678 178.453232,50.9696083 176.057354,52.4077903 L90.6926697,100.171084 C89.9859473,100.703316 89.1015979,100.943354 88.2227629,100.841487 L88.2227629,100.841487 Z"
|
||||
id="路径"></path>
|
||||
d="M88.2227629,100.841487 C86.2992891,100.767469 84.5528176,99.6982009 83.6122701,98.0187366 C82.2847186,95.4789349 83.2304798,92.3438148 85.7410945,90.9618599 L171.105779,43.1985663 C173.626766,41.9930704 176.650105,42.9806008 177.973423,45.4417843 C179.296741,47.9029678 178.453232,50.9696083 176.057354,52.4077903 L90.6926697,100.171084 C89.9859473,100.703316 89.1015979,100.943354 88.2227629,100.841487 L88.2227629,100.841487 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M173.211081,53.0781937 C172.346925,53.0086596 171.504302,52.7730446 170.729412,52.3842675 L86.0468926,9.92539288 C83.6140232,8.4892725 82.5667754,5.51131695 83.5652242,2.86851631 C84.9881435,0.419638144 87.9795752,-0.632348714 90.6221008,0.386847954 L175.304621,42.8457226 C177.753499,44.2686419 178.805486,47.2600736 177.786289,49.9025991 C177.159075,51.8928272 175.258862,53.201647 173.175796,53.0781937 L173.211081,53.0781937 Z"
|
||||
id="路径"></path>
|
||||
d="M173.211081,53.0781937 C172.346925,53.0086596 171.504302,52.7730446 170.729412,52.3842675 L86.0468926,9.92539288 C83.6140232,8.4892725 82.5667754,5.51131695 83.5652242,2.86851631 C84.9881435,0.419638144 87.9795752,-0.632348714 90.6221008,0.386847954 L175.304621,42.8457226 C177.753499,44.2686419 178.805486,47.2600736 177.786289,49.9025991 C177.159075,51.8928272 175.258862,53.201647 173.175796,53.0781937 L173.211081,53.0781937 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M6.76288319,52.7253499 C4.32945482,52.7115243 2.232814,51.007825 1.72138815,48.6287058 C1.2099623,46.2495865 2.42127443,43.8347953 4.63405878,42.8221995 L86.1056998,0.669122954 C87.3618232,0.00847818194 88.8362891,-0.0993674473 90.1751718,0.371472964 C91.5140544,0.842313376 92.5964618,1.84932613 93.1625765,3.15079131 C93.8494849,4.40219308 93.9713816,5.88678808 93.4977966,7.23347535 C93.0242115,8.58016262 91.9999005,9.66167452 90.6809082,10.2076679 L9.24455155,51.9961392 C8.49892564,52.4601233 7.64098733,52.712219 6.76288319,52.7253499 L6.76288319,52.7253499 Z M88.610891,199.884751 C87.6208075,199.823733 86.6511461,199.57633 85.752856,199.155541 L3.9401326,149.298707 C1.40681912,147.736497 0.619584171,144.416419 2.18179413,141.883106 C3.74400408,139.349792 7.06408182,138.562557 9.5973953,140.124767 L91.4336416,190.028647 C93.8826878,191.657721 94.6577492,194.901687 93.2096223,197.46189 C92.2337351,199.06103 90.4713571,200.009657 88.5991295,199.943559 L88.610891,199.884751 Z"
|
||||
id="形状"></path>
|
||||
d="M6.76288319,52.7253499 C4.32945482,52.7115243 2.232814,51.007825 1.72138815,48.6287058 C1.2099623,46.2495865 2.42127443,43.8347953 4.63405878,42.8221995 L86.1056998,0.669122954 C87.3618232,0.00847818194 88.8362891,-0.0993674473 90.1751718,0.371472964 C91.5140544,0.842313376 92.5964618,1.84932613 93.1625765,3.15079131 C93.8494849,4.40219308 93.9713816,5.88678808 93.4977966,7.23347535 C93.0242115,8.58016262 91.9999005,9.66167452 90.6809082,10.2076679 L9.24455155,51.9961392 C8.49892564,52.4601233 7.64098733,52.712219 6.76288319,52.7253499 L6.76288319,52.7253499 Z M88.610891,199.884751 C87.6208075,199.823733 86.6511461,199.57633 85.752856,199.155541 L3.9401326,149.298707 C1.40681912,147.736497 0.619584171,144.416419 2.18179413,141.883106 C3.74400408,139.349792 7.06408182,138.562557 9.5973953,140.124767 L91.4336416,190.028647 C93.8826878,191.657721 94.6577492,194.901687 93.2096223,197.46189 C92.2337351,199.06103 90.4713571,200.009657 88.5991295,199.943559 L88.610891,199.884751 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M89.9987433,199.884751 C88.0752696,199.810733 86.328798,198.741465 85.3882506,197.062 C84.0606991,194.522199 85.0064604,191.387079 87.5170752,190.005124 L116.191517,174.091867 C118.712504,172.886372 121.735842,173.873902 123.05916,176.335085 C124.382478,178.796269 123.538969,181.862909 121.143092,183.301091 L92.4686502,199.214348 C91.762288,199.757872 90.8728154,200.006587 89.986982,199.908274 L89.9987433,199.884751 Z M173.587447,78.5417569 C170.689185,78.4675649 168.357221,76.1356001 168.283029,73.237338 L168.283029,48.8205448 C168.468886,46.0342268 170.783176,43.8691652 173.575686,43.8691652 C176.368196,43.8691652 178.682486,46.0342268 178.868344,48.8205448 L178.868344,73.2020536 C178.812693,76.1140848 176.475523,78.4668011 173.563925,78.5417569 L173.587447,78.5417569 Z"
|
||||
id="形状"></path>
|
||||
d="M89.9987433,199.884751 C88.0752696,199.810733 86.328798,198.741465 85.3882506,197.062 C84.0606991,194.522199 85.0064604,191.387079 87.5170752,190.005124 L116.191517,174.091867 C118.712504,172.886372 121.735842,173.873902 123.05916,176.335085 C124.382478,178.796269 123.538969,181.862909 121.143092,183.301091 L92.4686502,199.214348 C91.762288,199.757872 90.8728154,200.006587 89.986982,199.908274 L89.9987433,199.884751 Z M173.587447,78.5417569 C170.689185,78.4675649 168.357221,76.1356001 168.283029,73.237338 L168.283029,48.8205448 C168.468886,46.0342268 170.783176,43.8691652 173.575686,43.8691652 C176.368196,43.8691652 178.682486,46.0342268 178.868344,48.8205448 L178.868344,73.2020536 C178.812693,76.1140848 176.475523,78.4668011 173.563925,78.5417569 L173.587447,78.5417569 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M89.9987433,199.884751 C87.1004812,199.810559 84.7685165,197.478594 84.6943244,194.580332 L84.6943244,96.525031 C84.8801818,93.738713 87.1944721,91.5736513 89.9869819,91.5736513 C92.7794917,91.5736513 95.093782,93.738713 95.2796394,96.525031 L95.2796394,194.521525 C95.2054474,197.419787 92.8734826,199.751752 89.9752205,199.825944 L89.9987433,199.884751 Z M5.31622342,148.945863 C2.41796128,148.871671 0.0859965559,146.539706 0.0118044786,143.641444 L0.0118044786,51.2904517 C-0.119941777,49.3153518 0.859032399,47.4312189 2.55092548,46.4036615 C4.24281856,45.3761041 6.36610543,45.3761041 8.05799852,46.4036615 C9.7498916,47.4312189 10.7288658,49.3153518 10.5971195,51.2904517 L10.5971195,143.570875 C10.5534995,146.487987 8.20945885,148.84762 5.29270057,148.910579 L5.31622342,148.945863 Z M69.7925533,121.353475 C68.8184527,121.288009 67.8632287,121.053183 66.9698025,120.659549 L27.2748713,97.7011771 C26.005596,97.0001317 25.0914907,95.795563 24.7579187,94.384445 C24.2148943,92.2329076 25.0407051,89.9679304 26.8411112,88.6708079 C28.6415172,87.3736854 31.0514338,87.3074469 32.9203726,88.5037146 L72.591781,111.497371 C73.8610563,112.198416 74.7751616,113.402985 75.1087336,114.814103 C75.4311145,116.228455 75.1681265,117.713065 74.379523,118.930614 C73.4165895,120.518717 71.6590659,121.449436 69.8043146,121.353475 L69.7925533,121.353475 Z"
|
||||
id="形状"></path>
|
||||
d="M89.9987433,199.884751 C87.1004812,199.810559 84.7685165,197.478594 84.6943244,194.580332 L84.6943244,96.525031 C84.8801818,93.738713 87.1944721,91.5736513 89.9869819,91.5736513 C92.7794917,91.5736513 95.093782,93.738713 95.2796394,96.525031 L95.2796394,194.521525 C95.2054474,197.419787 92.8734826,199.751752 89.9752205,199.825944 L89.9987433,199.884751 Z M5.31622342,148.945863 C2.41796128,148.871671 0.0859965559,146.539706 0.0118044786,143.641444 L0.0118044786,51.2904517 C-0.119941777,49.3153518 0.859032399,47.4312189 2.55092548,46.4036615 C4.24281856,45.3761041 6.36610543,45.3761041 8.05799852,46.4036615 C9.7498916,47.4312189 10.7288658,49.3153518 10.5971195,51.2904517 L10.5971195,143.570875 C10.5534995,146.487987 8.20945885,148.84762 5.29270057,148.910579 L5.31622342,148.945863 Z M69.7925533,121.353475 C68.8184527,121.288009 67.8632287,121.053183 66.9698025,120.659549 L27.2748713,97.7011771 C26.005596,97.0001317 25.0914907,95.795563 24.7579187,94.384445 C24.2148943,92.2329076 25.0407051,89.9679304 26.8411112,88.6708079 C28.6415172,87.3736854 31.0514338,87.3074469 32.9203726,88.5037146 L72.591781,111.497371 C73.8610563,112.198416 74.7751616,113.402985 75.1087336,114.814103 C75.4311145,116.228455 75.1681265,117.713065 74.379523,118.930614 C73.4165895,120.518717 71.6590659,121.449436 69.8043146,121.353475 L69.7925533,121.353475 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M131,130 C128.6,130 127,128 127,125 L127,120 C127,117 128.6,115 131,115 C133.4,115 135,117 135,120 L135,125 C135,128 133.4,130 131,130 Z M147,130 C144.6,130 143,128 143,125 L143,120 C143,117 144.6,115 147,115 C149.4,115 151,117 151,120 L151,125 C151,128 149.4,130 147,130 Z M164,130 C161.6,130 160,128 160,125 L160,120 C160,117 161.6,115 164,115 C166.4,115 168,117 168,120 L168,125 C168,128 166.4,130 164,130 Z M181,130 C178.6,130 177,128 177,125 L177,120 C177,117 178.6,115 181,115 C183.4,115 185,117 185,120 L185,125 C185,128 183.4,130 181,130 Z"
|
||||
id="形状"></path>
|
||||
d="M131,130 C128.6,130 127,128 127,125 L127,120 C127,117 128.6,115 131,115 C133.4,115 135,117 135,120 L135,125 C135,128 133.4,130 131,130 Z M147,130 C144.6,130 143,128 143,125 L143,120 C143,117 144.6,115 147,115 C149.4,115 151,117 151,120 L151,125 C151,128 149.4,130 147,130 Z M164,130 C161.6,130 160,128 160,125 L160,120 C160,117 161.6,115 164,115 C166.4,115 168,117 168,120 L168,125 C168,128 166.4,130 164,130 Z M181,130 C178.6,130 177,128 177,125 L177,120 C177,117 178.6,115 181,115 C183.4,115 185,117 185,120 L185,125 C185,128 183.4,130 181,130 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M172.125,165 L139.875,165 C136.875,165 133.875,163.027778 132.75,159.872222 L127.125,145.277778 L118.5,145.277778 C114.375,145.277778 111,141.727778 111,137.388889 L111,101.888889 C111,97.55 114.375,94 118.5,94 L193.5,94 C197.625,94 201,97.55 201,101.888889 L201,137.388889 C201,141.727778 197.625,145.277778 193.5,145.277778 L184.875,145.277778 L179.25,159.872222 C178.125,163.027778 175.125,165 172.125,165 Z M119,101 L119,136.357143 L127.625,136.357143 C130.625,136.357143 133.625,138.321428 134.75,141.464286 L140.375,156 L172.625,156 L178.25,141.464286 C179.375,138.321429 182,136.357143 185.375,136.357143 L194,136.357143 L194,101 L119,101 Z"
|
||||
id="形状"></path>
|
||||
d="M172.125,165 L139.875,165 C136.875,165 133.875,163.027778 132.75,159.872222 L127.125,145.277778 L118.5,145.277778 C114.375,145.277778 111,141.727778 111,137.388889 L111,101.888889 C111,97.55 114.375,94 118.5,94 L193.5,94 C197.625,94 201,97.55 201,101.888889 L201,137.388889 C201,141.727778 197.625,145.277778 193.5,145.277778 L184.875,145.277778 L179.25,159.872222 C178.125,163.027778 175.125,165 172.125,165 Z M119,101 L119,136.357143 L127.625,136.357143 C130.625,136.357143 133.625,138.321428 134.75,141.464286 L140.375,156 L172.625,156 L178.25,141.464286 C179.375,138.321429 182,136.357143 185.375,136.357143 L194,136.357143 L194,101 L119,101 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.2 KiB |
|
@ -1,13 +1,13 @@
|
|||
<svg width="168.842561px" height="157.5px" viewBox="0 0 168.842561 157.5" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="路径" fill="currentColor" fill-rule="nonzero"
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon fill="currentColor" fill-rule="nonzero"
|
||||
points="91.5603161 53 91.5603161 109.599416 117.520383 85.7060223 127.75 95.1126608 84.4188852 135 84.2548253 134.840415 84.0811148 135 40.75 95.1126608 50.9892679 85.7148881 77.0844426 109.714672 77.0844426 53">
|
||||
</polygon>
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M154.630057,157.5 L15.2095138,157.5 C7.12191517,157.5 0,150.565299 0,142.690299 L0,61.0018657 C0,53.1268657 7.12191517,46.1921642 15.2095138,46.1921642 L19.1929578,46.1921642 L19.1929578,37.3768657 C19.1929578,28.5615672 26.314873,21.6268657 35.368155,21.6268657 L48.5255915,21.6268657 L48.5255915,13.7518657 C48.5255915,5.87686567 54.5611128,0 62.6487114,0 L106.104465,0 C114.192064,0 120.227585,5.87686567 120.227585,13.7518657 L120.227585,21.6268657 L133.385021,21.6268657 C142.438303,21.6268657 149.560219,28.5615672 149.560219,37.3768657 L149.560219,46.1921642 L153.543663,46.1921642 C161.631261,46.1921642 168.753176,53.1268657 168.753176,61.0018657 L168.753176,142.690299 C169.71886,150.565299 162.717655,157.5 154.630057,157.5 Z M15.2095138,57.1231343 C13.1574365,57.1231343 11.2260697,59.1212687 11.2260697,61.0018657 L11.2260697,142.690299 C11.2260697,144.688433 13.2781469,146.56903 15.2095138,146.56903 L154.630057,146.56903 C156.682134,146.56903 158.613501,144.570896 158.613501,142.690299 L158.613501,61.0018657 C158.613501,59.0037313 156.561423,57.1231343 154.630057,57.1231343 L145.576775,57.1231343 C142.559014,57.1231343 140.506937,55.125 140.506937,52.1865672 L140.506937,37.3768657 C140.506937,34.4384328 138.454859,31.5 134.471415,31.5 L115.278457,31.5 C112.260697,31.5 110.20862,29.5018657 110.20862,26.5634328 L110.20862,13.7518657 C110.20862,11.7537313 108.156542,9.87313433 106.225175,9.87313433 L63.6143948,9.87313433 C61.5623176,10.8134328 59.6309508,11.8712687 59.6309508,13.7518657 L59.6309508,26.5634328 C59.6309508,29.5018657 57.5788735,31.5 54.5611128,31.5 L35.368155,31.5 C32.3503943,32.4402985 30.2983171,34.4384328 30.2983171,37.3768657 L30.2983171,51.1287313 C30.2983171,54.0671642 28.2462398,56.0652985 25.2284792,56.0652985 C24.2627958,57.1231343 15.2095138,57.1231343 15.2095138,57.1231343 Z"
|
||||
id="形状"></path>
|
||||
d="M154.630057,157.5 L15.2095138,157.5 C7.12191517,157.5 0,150.565299 0,142.690299 L0,61.0018657 C0,53.1268657 7.12191517,46.1921642 15.2095138,46.1921642 L19.1929578,46.1921642 L19.1929578,37.3768657 C19.1929578,28.5615672 26.314873,21.6268657 35.368155,21.6268657 L48.5255915,21.6268657 L48.5255915,13.7518657 C48.5255915,5.87686567 54.5611128,0 62.6487114,0 L106.104465,0 C114.192064,0 120.227585,5.87686567 120.227585,13.7518657 L120.227585,21.6268657 L133.385021,21.6268657 C142.438303,21.6268657 149.560219,28.5615672 149.560219,37.3768657 L149.560219,46.1921642 L153.543663,46.1921642 C161.631261,46.1921642 168.753176,53.1268657 168.753176,61.0018657 L168.753176,142.690299 C169.71886,150.565299 162.717655,157.5 154.630057,157.5 Z M15.2095138,57.1231343 C13.1574365,57.1231343 11.2260697,59.1212687 11.2260697,61.0018657 L11.2260697,142.690299 C11.2260697,144.688433 13.2781469,146.56903 15.2095138,146.56903 L154.630057,146.56903 C156.682134,146.56903 158.613501,144.570896 158.613501,142.690299 L158.613501,61.0018657 C158.613501,59.0037313 156.561423,57.1231343 154.630057,57.1231343 L145.576775,57.1231343 C142.559014,57.1231343 140.506937,55.125 140.506937,52.1865672 L140.506937,37.3768657 C140.506937,34.4384328 138.454859,31.5 134.471415,31.5 L115.278457,31.5 C112.260697,31.5 110.20862,29.5018657 110.20862,26.5634328 L110.20862,13.7518657 C110.20862,11.7537313 108.156542,9.87313433 106.225175,9.87313433 L63.6143948,9.87313433 C61.5623176,10.8134328 59.6309508,11.8712687 59.6309508,13.7518657 L59.6309508,26.5634328 C59.6309508,29.5018657 57.5788735,31.5 54.5611128,31.5 L35.368155,31.5 C32.3503943,32.4402985 30.2983171,34.4384328 30.2983171,37.3768657 L30.2983171,51.1287313 C30.2983171,54.0671642 28.2462398,56.0652985 25.2284792,56.0652985 C24.2627958,57.1231343 15.2095138,57.1231343 15.2095138,57.1231343 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -1,32 +1,32 @@
|
|||
<svg width="166.35px" height="165.325px" viewBox="0 0 166.35 165.325" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M89.1375,116.2 C67.9573798,116.2 50.7875,99.0301202 50.7875,77.85 C50.7875,56.6698798 67.9573798,39.5 89.1375,39.5 C110.31762,39.5 127.4875,56.6698798 127.4875,77.85 C127.374707,98.9832234 110.270723,116.087207 89.1375,116.2 L89.1375,116.2 Z"
|
||||
id="形状"></path>
|
||||
d="M89.1375,116.2 C67.9573798,116.2 50.7875,99.0301202 50.7875,77.85 C50.7875,56.6698798 67.9573798,39.5 89.1375,39.5 C110.31762,39.5 127.4875,56.6698798 127.4875,77.85 C127.374707,98.9832234 110.270723,116.087207 89.1375,116.2 L89.1375,116.2 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M145.925,45.8 C134.661258,45.7725492 125.535208,36.8754881 125.5,25.8875 C125.5,14.925 134.687406,5.9625 145.925,5.9625 C157.14978,5.9625 166.35,14.925 166.35,25.8875 C166.35,36.8375 157.14978,45.8 145.925,45.8 L145.925,45.8 Z"
|
||||
id="形状"></path>
|
||||
<polygon id="路径"
|
||||
d="M145.925,45.8 C134.661258,45.7725492 125.535208,36.8754881 125.5,25.8875 C125.5,14.925 134.687406,5.9625 145.925,5.9625 C157.14978,5.9625 166.35,14.925 166.35,25.8875 C166.35,36.8375 157.14978,45.8 145.925,45.8 L145.925,45.8 Z">
|
||||
</path>
|
||||
<polygon
|
||||
points="112.325 56.0911521 131.352877 37.8625 134.325 40.6338479 115.297123 58.8625 112.325 56.0911521">
|
||||
</polygon>
|
||||
<path
|
||||
d="M1.6625,19.925 C1.6625,26.4375 5.1375,32.4625 10.775,35.7375 C18.4504476,40.1656028 28.1971496,38.4448229 33.8922752,31.656146 C39.5874008,24.8674691 39.5874008,14.9700309 33.8922752,8.18135398 C28.1971496,1.39267706 18.4504476,-0.328102778 10.775,4.1 C5.13458292,7.37432795 1.66305421,13.4030733 1.6625,19.925 L1.6625,19.925 Z"
|
||||
id="路径"></path>
|
||||
d="M1.6625,19.925 C1.6625,26.4375 5.1375,32.4625 10.775,35.7375 C18.4504476,40.1656028 28.1971496,38.4448229 33.8922752,31.656146 C39.5874008,24.8674691 39.5874008,14.9700309 33.8922752,8.18135398 C28.1971496,1.39267706 18.4504476,-0.328102778 10.775,4.1 C5.13458292,7.37432795 1.66305421,13.4030733 1.6625,19.925 L1.6625,19.925 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M19.9125,39.8375 C8.92937373,39.8031882 0.0343117981,30.9081263 0,19.925 C0,8.975 8.9625,0 19.9125,0 C30.8625,0 39.825,8.9625 39.825,19.925 C39.7975178,30.9109664 30.8984664,39.8100178 19.9125,39.8375 L19.9125,39.8375 Z M19.9125,3.325 C10.6125,3.325 3.3125,10.625 3.3125,19.925 C3.3125,29.225 10.6125,36.525 19.9125,36.525 C29.2125,36.525 36.5125,29.225 36.5125,19.925 C36.5125,10.625 29.2125,3.325 19.9125,3.325 Z"
|
||||
id="形状"></path>
|
||||
d="M19.9125,39.8375 C8.92937373,39.8031882 0.0343117981,30.9081263 0,19.925 C0,8.975 8.9625,0 19.9125,0 C30.8625,0 39.825,8.9625 39.825,19.925 C39.7975178,30.9109664 30.8984664,39.8100178 19.9125,39.8375 L19.9125,39.8375 Z M19.9125,3.325 C10.6125,3.325 3.3125,10.625 3.3125,19.925 C3.3125,29.225 10.6125,36.525 19.9125,36.525 C29.2125,36.525 36.5125,29.225 36.5125,19.925 C36.5125,10.625 29.2125,3.325 19.9125,3.325 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M31.8875,32.2125 L33.875,29.5625 L62.0125,50.7 L60.0125,53.3375 L31.8875,32.2125 L31.8875,32.2125 Z M49.05,120.05 L61,98.95 L63.8875,100.6 L51.9375,121.6625 L49.05,120.05 Z"
|
||||
id="形状"></path>
|
||||
d="M31.8875,32.2125 L33.875,29.5625 L62.0125,50.7 L60.0125,53.3375 L31.8875,32.2125 L31.8875,32.2125 Z M49.05,120.05 L61,98.95 L63.8875,100.6 L51.9375,121.6625 L49.05,120.05 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M42.83751,152.062353 C37.6261727,152.114094 32.6129966,150.067762 28.9264553,146.383989 C25.2399139,142.700215 23.1898101,137.688571 23.2376252,132.477186 C23.2376252,121.481745 31.8716106,112.8625 42.83751,112.8625 C53.8181684,112.8625 62.4373949,121.481745 62.4373949,132.477186 C62.4811647,137.687355 60.4297619,142.696639 56.7441066,146.379527 C53.0584512,150.062415 48.0476334,152.110048 42.83751,152.062353 L42.83751,152.062353 Z M42.83751,116.1875 C34.2182836,116.1875 27.1487468,122.1625 27.1487468,129.475 C27.1487468,136.7625 34.2035246,142.75 42.83751,142.75 C51.4714954,142.75 58.5115143,136.7625 58.5115143,129.475 C58.5115143,122.15 51.4714954,116.1875 42.83751,116.1875 Z M42.83751,116.1875 C34.2182836,116.1875 27.1487468,122.1625 27.1487468,129.475 C27.1487468,136.7625 34.2035246,142.75 42.83751,142.75 C51.4714954,142.75 58.5115143,136.7625 58.5115143,129.475 C58.5115143,122.15 51.4714954,116.1875 42.83751,116.1875 Z"
|
||||
id="形状"></path>
|
||||
d="M42.83751,152.062353 C37.6261727,152.114094 32.6129966,150.067762 28.9264553,146.383989 C25.2399139,142.700215 23.1898101,137.688571 23.2376252,132.477186 C23.2376252,121.481745 31.8716106,112.8625 42.83751,112.8625 C53.8181684,112.8625 62.4373949,121.481745 62.4373949,132.477186 C62.4811647,137.687355 60.4297619,142.696639 56.7441066,146.379527 C53.0584512,150.062415 48.0476334,152.110048 42.83751,152.062353 L42.83751,152.062353 Z M42.83751,116.1875 C34.2182836,116.1875 27.1487468,122.1625 27.1487468,129.475 C27.1487468,136.7625 34.2035246,142.75 42.83751,142.75 C51.4714954,142.75 58.5115143,136.7625 58.5115143,129.475 C58.5115143,122.15 51.4714954,116.1875 42.83751,116.1875 Z M42.83751,116.1875 C34.2182836,116.1875 27.1487468,122.1625 27.1487468,129.475 C27.1487468,136.7625 34.2035246,142.75 42.83751,142.75 C51.4714954,142.75 58.5115143,136.7625 58.5115143,129.475 C58.5115143,122.15 51.4714954,116.1875 42.83751,116.1875 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M107.875,147.5375 C107.875,157.361265 115.838735,165.325 125.6625,165.325 C135.486265,165.325 143.45,157.361265 143.45,147.5375 C143.45,137.713735 135.486265,129.75 125.6625,129.75 C115.838735,129.75 107.875,137.713735 107.875,147.5375 Z"
|
||||
id="路径"></path>
|
||||
<polygon id="路径"
|
||||
d="M107.875,147.5375 C107.875,157.361265 115.838735,165.325 125.6625,165.325 C135.486265,165.325 143.45,157.361265 143.45,147.5375 C143.45,137.713735 135.486265,129.75 125.6625,129.75 C115.838735,129.75 107.875,137.713735 107.875,147.5375 Z">
|
||||
</path>
|
||||
<polygon
|
||||
points="103.625 110.3125 106.262549 109.3125 120.625 133.3125 117.965287 134.3125 103.625 110.3125">
|
||||
</polygon>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="145.5px" height="163.708333px" viewBox="0 0 145.5 163.708333" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M143.731012,151.558682 L127.942326,135.621459 C137.664337,120.857654 134.626929,101.130185 120.914169,89.9747233 C107.20141,78.8192621 87.2690082,79.8605718 74.7932471,92.3841752 C62.317486,104.907779 61.3521355,124.84436 72.5595546,138.514769 C83.7669737,152.185179 103.505517,155.147467 118.231914,145.369109 L134.057662,161.269268 C136.037372,163.23383 139.231042,163.23383 141.210752,161.269268 L143.768074,158.7119 C145.736939,156.719494 145.736939,153.514024 143.768074,151.521618 L143.731012,151.558682 Z M116.673392,125.704822 C114.315151,130.619142 110.089753,134.386539 104.938105,136.168093 C102.902819,137.009785 100.707517,137.394258 98.5073122,137.294348 C89.3885943,137.404182 81.3025644,131.454201 78.6951292,122.715857 C76.087694,113.977513 79.5910871,104.569621 87.2790529,99.6648823 C94.9670188,94.7601433 104.975431,95.5478253 111.801407,101.59484 C118.627384,107.641856 120.615808,117.481964 116.673392,125.704822 L116.673392,125.704822 Z M46.5416666,122.25 L27.5833334,122.25 C24.5187921,121.992148 22.1627448,119.429537 22.1627448,116.354167 C22.1627448,113.278797 24.5187921,110.716185 27.5833334,110.458333 L46.125,110.458333 C46.5773425,105.027705 47.9144191,99.7075478 50.0833334,94.7083334 L27.5833334,94.7083334 C24.3312361,94.5729208 21.7992389,91.8361297 21.9166666,88.5833334 C22.0425573,85.5003212 24.5013262,83.0234732 27.5833334,82.875 L57.4583334,82.875 C63.2480548,75.7400755 70.8662277,70.3108673 79.5,67.1666668 L27.5833334,67.1666668 C24.3156486,67.1666668 21.6666667,64.5176849 21.6666667,61.2500001 C21.6666667,57.9823153 24.3156486,55.3333334 27.5833334,55.3333334 L117.916667,55.3333334 C121.184351,55.3333334 123.833333,57.9823153 123.833333,61.2500001 C123.833333,64.5176849 121.184351,67.1666668 117.916667,67.1666668 L113.5,67.1666668 C129.507093,72.9798385 141.527235,86.4398938 145.5,103 L145.5,17.9166668 C145.5,8.07017569 137.554585,0.068696447 127.708333,0 L17.7916666,0 C7.94541513,0.068696447 0,8.07017569 0,17.9166668 L0,145.833333 C0,155.672971 7.95213599,163.662461 17.7916666,163.708333 L82.4583334,163.708333 C63.3077046,158.122762 49.2055425,141.835988 46.4166666,122.083333 L46.5416666,122.25 Z M27.5833334,27.625 L117.916667,27.625 C120.981208,27.8828513 123.337256,30.4454629 123.337256,33.5208334 C123.337256,36.5962038 120.981208,39.1588155 117.916667,39.4166668 L27.5833334,39.4166668 C24.5187917,39.1588155 22.1627436,36.5962038 22.1627436,33.5208334 C22.1627436,30.4454629 24.5187917,27.8828513 27.5833334,27.625 L27.5833334,27.625 Z"
|
||||
id="形状"></path>
|
||||
d="M143.731012,151.558682 L127.942326,135.621459 C137.664337,120.857654 134.626929,101.130185 120.914169,89.9747233 C107.20141,78.8192621 87.2690082,79.8605718 74.7932471,92.3841752 C62.317486,104.907779 61.3521355,124.84436 72.5595546,138.514769 C83.7669737,152.185179 103.505517,155.147467 118.231914,145.369109 L134.057662,161.269268 C136.037372,163.23383 139.231042,163.23383 141.210752,161.269268 L143.768074,158.7119 C145.736939,156.719494 145.736939,153.514024 143.768074,151.521618 L143.731012,151.558682 Z M116.673392,125.704822 C114.315151,130.619142 110.089753,134.386539 104.938105,136.168093 C102.902819,137.009785 100.707517,137.394258 98.5073122,137.294348 C89.3885943,137.404182 81.3025644,131.454201 78.6951292,122.715857 C76.087694,113.977513 79.5910871,104.569621 87.2790529,99.6648823 C94.9670188,94.7601433 104.975431,95.5478253 111.801407,101.59484 C118.627384,107.641856 120.615808,117.481964 116.673392,125.704822 L116.673392,125.704822 Z M46.5416666,122.25 L27.5833334,122.25 C24.5187921,121.992148 22.1627448,119.429537 22.1627448,116.354167 C22.1627448,113.278797 24.5187921,110.716185 27.5833334,110.458333 L46.125,110.458333 C46.5773425,105.027705 47.9144191,99.7075478 50.0833334,94.7083334 L27.5833334,94.7083334 C24.3312361,94.5729208 21.7992389,91.8361297 21.9166666,88.5833334 C22.0425573,85.5003212 24.5013262,83.0234732 27.5833334,82.875 L57.4583334,82.875 C63.2480548,75.7400755 70.8662277,70.3108673 79.5,67.1666668 L27.5833334,67.1666668 C24.3156486,67.1666668 21.6666667,64.5176849 21.6666667,61.2500001 C21.6666667,57.9823153 24.3156486,55.3333334 27.5833334,55.3333334 L117.916667,55.3333334 C121.184351,55.3333334 123.833333,57.9823153 123.833333,61.2500001 C123.833333,64.5176849 121.184351,67.1666668 117.916667,67.1666668 L113.5,67.1666668 C129.507093,72.9798385 141.527235,86.4398938 145.5,103 L145.5,17.9166668 C145.5,8.07017569 137.554585,0.068696447 127.708333,0 L17.7916666,0 C7.94541513,0.068696447 0,8.07017569 0,17.9166668 L0,145.833333 C0,155.672971 7.95213599,163.662461 17.7916666,163.708333 L82.4583334,163.708333 C63.3077046,158.122762 49.2055425,141.835988 46.4166666,122.083333 L46.5416666,122.25 Z M27.5833334,27.625 L117.916667,27.625 C120.981208,27.8828513 123.337256,30.4454629 123.337256,33.5208334 C123.337256,36.5962038 120.981208,39.1588155 117.916667,39.4166668 L27.5833334,39.4166668 C24.5187917,39.1588155 22.1627436,36.5962038 22.1627436,33.5208334 C22.1627436,30.4454629 24.5187917,27.8828513 27.5833334,27.625 L27.5833334,27.625 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="106.11px" height="125px" viewBox="0 0 106.11 125" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" transform="translate(-65.89, -56)" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(-65.89, -56)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M89.5609547,165.084821 C89.4773802,165.337194 89.5296288,165.610934 89.7017246,165.822343 C89.8738204,166.033751 90.1452964,166.157685 90.4331451,166.156262 L145.473718,166.156262 C148.3193,166.156262 145.473718,163.03125 145.473718,163.03125 C144.024191,161.310587 142.423933,159.701086 140.688852,158.21875 C130.85342,149.785275 116.015584,148.56681 104.700036,155.263393 L90.93502,163.40625 C90.2735032,163.798065 89.7862725,164.39327 89.5609547,165.084821 L89.5609547,165.084821 Z M141.68773,77.875 L94.3117124,77.875 C94.3117124,77.875 90.5257239,88.03125 108.525005,98.1875 C108.525005,98.1875 116.106727,102.09375 117.997285,112.25 L117.997285,113.03125 L117.997285,112.25 C118.947436,102.09375 127.474437,98.1875 127.474437,98.1875 C145.473718,88.03125 141.68773,77.875 141.68773,77.875 L141.68773,77.875 Z M137.896869,104.4375 C157.79158,91.9375 160.63229,74.75 160.63229,66.9375 L165.373302,66.9375 C169.159291,66.9375 172,64.59375 172,61.46875 C172,58.34375 169.159291,56 165.373302,56 L72.5166979,56 C68.7307095,56 65.89,58.34375 65.89,61.46875 C65.89,64.59375 68.7307095,66.9375 72.5215705,66.9375 L77.2577104,66.9375 C77.2577104,74.75 80.1032925,91.9375 99.9980039,104.4375 C106.629574,108.34375 110.420435,113.03125 110.420435,118.5 C110.420435,127.09375 100.943283,133.34375 99.9980039,133.34375 C98.1025734,134.125 77.2577104,146.625 77.2577104,170.0625 L72.5215705,170.0625 C68.7307095,170.0625 65.89,172.40625 65.89,175.53125 C65.89,178.65625 68.7307095,181 72.5215705,181 L165.373302,181 C169.159291,181 172,178.65625 172,175.53125 C172,172.40625 169.159291,170.0625 165.373302,170.0625 L160.63229,170.0625 C160.63229,146.625 138.842148,134.125 137.896869,133.34375 C136.946717,132.5625 127.469565,126.3125 127.469565,118.5 C127.469565,113.03125 130.315147,108.34375 137.896869,104.4375 L137.896869,104.4375 Z M123.142721,118.5 C123.142721,129.053571 134.510431,136.357143 135.460583,137.169643 C135.460583,137.169643 156.305446,149.34375 156.305446,172.071429 L80.5077159,172.071429 C80.5077159,149.348214 101.352579,137.169643 101.352579,137.169643 C102.297858,137.169643 113.670441,129.053571 113.670441,118.5 C113.670441,112.004464 109.87958,106.325893 101.352579,101.455357 C84.2985769,89.28125 81.4529949,72.2321429 81.4529949,64.9285714 L156.305446,64.9285714 C156.305446,72.2321429 153.459864,88.46875 135.460583,100.642857 C127.878861,106.325893 123.142721,112.004464 123.142721,118.5 L123.142721,118.5 Z"
|
||||
id="形状"></path>
|
||||
d="M89.5609547,165.084821 C89.4773802,165.337194 89.5296288,165.610934 89.7017246,165.822343 C89.8738204,166.033751 90.1452964,166.157685 90.4331451,166.156262 L145.473718,166.156262 C148.3193,166.156262 145.473718,163.03125 145.473718,163.03125 C144.024191,161.310587 142.423933,159.701086 140.688852,158.21875 C130.85342,149.785275 116.015584,148.56681 104.700036,155.263393 L90.93502,163.40625 C90.2735032,163.798065 89.7862725,164.39327 89.5609547,165.084821 L89.5609547,165.084821 Z M141.68773,77.875 L94.3117124,77.875 C94.3117124,77.875 90.5257239,88.03125 108.525005,98.1875 C108.525005,98.1875 116.106727,102.09375 117.997285,112.25 L117.997285,113.03125 L117.997285,112.25 C118.947436,102.09375 127.474437,98.1875 127.474437,98.1875 C145.473718,88.03125 141.68773,77.875 141.68773,77.875 L141.68773,77.875 Z M137.896869,104.4375 C157.79158,91.9375 160.63229,74.75 160.63229,66.9375 L165.373302,66.9375 C169.159291,66.9375 172,64.59375 172,61.46875 C172,58.34375 169.159291,56 165.373302,56 L72.5166979,56 C68.7307095,56 65.89,58.34375 65.89,61.46875 C65.89,64.59375 68.7307095,66.9375 72.5215705,66.9375 L77.2577104,66.9375 C77.2577104,74.75 80.1032925,91.9375 99.9980039,104.4375 C106.629574,108.34375 110.420435,113.03125 110.420435,118.5 C110.420435,127.09375 100.943283,133.34375 99.9980039,133.34375 C98.1025734,134.125 77.2577104,146.625 77.2577104,170.0625 L72.5215705,170.0625 C68.7307095,170.0625 65.89,172.40625 65.89,175.53125 C65.89,178.65625 68.7307095,181 72.5215705,181 L165.373302,181 C169.159291,181 172,178.65625 172,175.53125 C172,172.40625 169.159291,170.0625 165.373302,170.0625 L160.63229,170.0625 C160.63229,146.625 138.842148,134.125 137.896869,133.34375 C136.946717,132.5625 127.469565,126.3125 127.469565,118.5 C127.469565,113.03125 130.315147,108.34375 137.896869,104.4375 L137.896869,104.4375 Z M123.142721,118.5 C123.142721,129.053571 134.510431,136.357143 135.460583,137.169643 C135.460583,137.169643 156.305446,149.34375 156.305446,172.071429 L80.5077159,172.071429 C80.5077159,149.348214 101.352579,137.169643 101.352579,137.169643 C102.297858,137.169643 113.670441,129.053571 113.670441,118.5 C113.670441,112.004464 109.87958,106.325893 101.352579,101.455357 C84.2985769,89.28125 81.4529949,72.2321429 81.4529949,64.9285714 L156.305446,64.9285714 C156.305446,72.2321429 153.459864,88.46875 135.460583,100.642857 C127.878861,106.325893 123.142721,112.004464 123.142721,118.5 L123.142721,118.5 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -1,15 +1,15 @@
|
|||
<svg width="175.78125px" height="175.781251px" viewBox="0 0 175.78125 175.781251" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="#e0c0c0" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="#e0c0c0" fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z"
|
||||
id="路径"></path>
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z">
|
||||
</path>
|
||||
</g>
|
||||
<g id="编组" transform="translate(40, 41)" fill="currentColor" fill-rule="nonzero">
|
||||
<g transform="translate(40, 41)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M74.9985339,100 C88.8064624,100 100,88.8072008 100,75.0001833 C100,61.1931657 88.8064624,50.0003665 74.9985339,50.0003665 C61.1906055,50.0003665 49.9970678,61.1931657 49.9970678,75.0001833 C49.9970678,88.8072008 61.1906055,100 74.9985339,100 L74.9985339,100 Z M73.2140543,59.9971683 C75.1868621,59.9971683 76.7861388,61.5963395 76.7861388,63.5690171 L76.7861388,75.0001832 L83.9303077,75.0001832 C85.9031155,75.0001832 87.5023923,76.5993544 87.5023923,78.5720321 C87.5023923,80.5447097 85.9031155,82.1438809 83.9303077,82.1438809 L73.2109291,82.1438809 C72.2632983,82.1438809 71.354571,81.7670351 70.6850814,81.0964172 C70.0155917,80.4257992 69.6403102,79.5164739 69.6419643,78.5689071 L69.6419643,63.5690171 C69.6419643,61.5963395 71.2412465,59.9971683 73.2140543,59.9971683 Z M13.2479618,10.6130433 C25.6375269,-0.68877083 43.6987027,-3.21697172 58.715654,4.24848199 C73.7326053,11.7139357 82.618955,27.6386976 81.086391,44.3379081 C72.1048484,42.5523844 62.8613042,44.8038622 55.7451322,50.3674554 L46.21661,40.8524513 L59.8774471,27.1842307 C61.2548254,25.6971839 61.210525,23.3876206 59.7771334,21.9544699 C58.3437419,20.5213193 56.0337904,20.4770263 54.5464936,21.8541732 L40.8759756,35.5266957 L27.2226681,21.8681544 C25.7336291,20.5035478 23.4337552,20.5537941 22.0057554,21.9821304 C20.5777556,23.4104667 20.5284291,25.7099741 21.8938659,27.1982119 L35.5654596,40.8567532 L21.8938659,54.5152946 C20.5164876,56.0023413 20.560788,58.3119047 21.9941796,59.7450553 C23.4275711,61.178206 25.7375227,61.222499 27.2248194,59.8453521 L40.8770513,46.1868108 L50.404196,55.6986982 C44.8155859,62.8201545 42.551237,72.0822936 44.3404862,81.0813887 C43.1154143,81.1876379 41.8715915,81.2501375 40.6215181,81.2501375 C23.851033,81.2470465 8.80583444,70.9404127 2.74632853,55.3039392 C-3.31317739,39.6674656 0.858396652,21.9148573 13.2479618,10.6130433 Z"
|
||||
id="形状"></path>
|
||||
d="M74.9985339,100 C88.8064624,100 100,88.8072008 100,75.0001833 C100,61.1931657 88.8064624,50.0003665 74.9985339,50.0003665 C61.1906055,50.0003665 49.9970678,61.1931657 49.9970678,75.0001833 C49.9970678,88.8072008 61.1906055,100 74.9985339,100 L74.9985339,100 Z M73.2140543,59.9971683 C75.1868621,59.9971683 76.7861388,61.5963395 76.7861388,63.5690171 L76.7861388,75.0001832 L83.9303077,75.0001832 C85.9031155,75.0001832 87.5023923,76.5993544 87.5023923,78.5720321 C87.5023923,80.5447097 85.9031155,82.1438809 83.9303077,82.1438809 L73.2109291,82.1438809 C72.2632983,82.1438809 71.354571,81.7670351 70.6850814,81.0964172 C70.0155917,80.4257992 69.6403102,79.5164739 69.6419643,78.5689071 L69.6419643,63.5690171 C69.6419643,61.5963395 71.2412465,59.9971683 73.2140543,59.9971683 Z M13.2479618,10.6130433 C25.6375269,-0.68877083 43.6987027,-3.21697172 58.715654,4.24848199 C73.7326053,11.7139357 82.618955,27.6386976 81.086391,44.3379081 C72.1048484,42.5523844 62.8613042,44.8038622 55.7451322,50.3674554 L46.21661,40.8524513 L59.8774471,27.1842307 C61.2548254,25.6971839 61.210525,23.3876206 59.7771334,21.9544699 C58.3437419,20.5213193 56.0337904,20.4770263 54.5464936,21.8541732 L40.8759756,35.5266957 L27.2226681,21.8681544 C25.7336291,20.5035478 23.4337552,20.5537941 22.0057554,21.9821304 C20.5777556,23.4104667 20.5284291,25.7099741 21.8938659,27.1982119 L35.5654596,40.8567532 L21.8938659,54.5152946 C20.5164876,56.0023413 20.560788,58.3119047 21.9941796,59.7450553 C23.4275711,61.178206 25.7375227,61.222499 27.2248194,59.8453521 L40.8770513,46.1868108 L50.404196,55.6986982 C44.8155859,62.8201545 42.551237,72.0822936 44.3404862,81.0813887 C43.1154143,81.1876379 41.8715915,81.2501375 40.6215181,81.2501375 C23.851033,81.2470465 8.80583444,70.9404127 2.74632853,55.3039392 C-3.31317739,39.6674656 0.858396652,21.9148573 13.2479618,10.6130433 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -1,18 +1,18 @@
|
|||
<svg width="178.055556px" height="176.666667px" viewBox="0 0 178.055556 176.666667" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" transform="translate(57, 77)" fill="#2E8F79" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(57, 77)" fill="#2E8F79" fill-rule="nonzero">
|
||||
<path
|
||||
d="M33.2223057,8.12351183 C32.983257,7.80580972 28.2579102,1.86281518 26.595845,1.0268001 C25.2685685,0.358536018 23.8250664,0.00838250657 22.3628784,0 C21.1210278,0.0180140369 19.901729,0.365193657 18.8117269,1.01288017 L10,15.9260463 L23.4799426,23.2880556 L33.2223057,8.12351183 Z M60.1814392,41.5149857 C55.1296091,42.4254566 50.0390489,43.0594731 44.9289278,43.4146478 L44.3298025,37.9170912 L36.1217112,51.4579153 L45.761088,63 L46.0497506,57.9290486 L52.7325907,57.3075643 C53.5922546,57.2623492 54.4351556,57.0319114 55.2125333,56.6295815 C55.8400421,56.0547075 56.3623534,55.3560464 56.7520672,54.5702495 L65,38.4255784 C63.8628931,40.144706 62.1160747,41.2656703 60.1844461,41.5158045 L60.1814392,41.5149857 L60.1814392,41.5149857 Z M16.4437914,42.4705485 C16.3047222,42.8381986 13.7293105,49.8358331 13.905966,51.6740837 C14.1074284,54.5309462 15.6935693,57.054549 18.0652634,58.2942423 L35.6135447,58.2295555 L34.6904258,43.0764752 L16.4437914,42.4705485 Z"
|
||||
id="形状"></path>
|
||||
d="M33.2223057,8.12351183 C32.983257,7.80580972 28.2579102,1.86281518 26.595845,1.0268001 C25.2685685,0.358536018 23.8250664,0.00838250657 22.3628784,0 C21.1210278,0.0180140369 19.901729,0.365193657 18.8117269,1.01288017 L10,15.9260463 L23.4799426,23.2880556 L33.2223057,8.12351183 Z M60.1814392,41.5149857 C55.1296091,42.4254566 50.0390489,43.0594731 44.9289278,43.4146478 L44.3298025,37.9170912 L36.1217112,51.4579153 L45.761088,63 L46.0497506,57.9290486 L52.7325907,57.3075643 C53.5922546,57.2623492 54.4351556,57.0319114 55.2125333,56.6295815 C55.8400421,56.0547075 56.3623534,55.3560464 56.7520672,54.5702495 L65,38.4255784 C63.8628931,40.144706 62.1160747,41.2656703 60.1844461,41.5158045 L60.1814392,41.5149857 L60.1814392,41.5149857 Z M16.4437914,42.4705485 C16.3047222,42.8381986 13.7293105,49.8358331 13.905966,51.6740837 C14.1074284,54.5309462 15.6935693,57.054549 18.0652634,58.2942423 L35.6135447,58.2295555 L34.6904258,43.0764752 L16.4437914,42.4705485 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M28.4864205,3.10776905 C31.9423253,7.23691773 35.1899603,11.5666795 38.2140677,16.0771589 L33.4131828,19.244691 L50.2876106,20.2568754 L55.9749771,5.97603936 L51.1077205,8.14050577 L47.0453158,2.36002921 C46.5351226,1.57660433 45.8816948,0.915958301 45.1258773,0.419387363 C44.2439731,0.130073392 43.3269759,-0.0116821639 42.4061642,0.000752534019 L23.0920049,0.210484438 C25.1658242,0.397165981 27.0958456,1.43702541 28.4879463,3.11771681 L28.4864205,3.10776905 L28.4864205,3.10776905 Z M50.9017394,43.5338009 C51.3121758,43.5031286 59.1623436,42.8623272 60.804852,41.9040265 C63.2506866,40.6638726 64.8657309,38.055902 65,35.1271161 L56.3693927,18.7041961 L42.570949,26.1525802 L50.9017394,43.5338009 Z M12.2841013,49.989896 C14.0169323,44.9518906 16.0180765,40.0277179 18.2773879,35.2423443 L23.6100092,37.6870059 L15.4089106,22.9576918 L0,25.375826 L4.47818126,28.3899968 L1.66615807,34.7391535 C1.27162841,35.5399673 1.05160145,36.4285321 1.02303937,37.3363474 C1.24871122,38.2332447 1.62052661,39.0789167 2.12084223,39.8332348 L12.6678364,56 C11.7021472,54.1679221 11.5599673,51.9567281 12.2818126,49.9965279 L12.2841013,49.989896 L12.2841013,49.989896 Z"
|
||||
id="形状"></path>
|
||||
d="M28.4864205,3.10776905 C31.9423253,7.23691773 35.1899603,11.5666795 38.2140677,16.0771589 L33.4131828,19.244691 L50.2876106,20.2568754 L55.9749771,5.97603936 L51.1077205,8.14050577 L47.0453158,2.36002921 C46.5351226,1.57660433 45.8816948,0.915958301 45.1258773,0.419387363 C44.2439731,0.130073392 43.3269759,-0.0116821639 42.4061642,0.000752534019 L23.0920049,0.210484438 C25.1658242,0.397165981 27.0958456,1.43702541 28.4879463,3.11771681 L28.4864205,3.10776905 L28.4864205,3.10776905 Z M50.9017394,43.5338009 C51.3121758,43.5031286 59.1623436,42.8623272 60.804852,41.9040265 C63.2506866,40.6638726 64.8657309,38.055902 65,35.1271161 L56.3693927,18.7041961 L42.570949,26.1525802 L50.9017394,43.5338009 Z M12.2841013,49.989896 C14.0169323,44.9518906 16.0180765,40.0277179 18.2773879,35.2423443 L23.6100092,37.6870059 L15.4089106,22.9576918 L0,25.375826 L4.47818126,28.3899968 L1.66615807,34.7391535 C1.27162841,35.5399673 1.05160145,36.4285321 1.02303937,37.3363474 C1.24871122,38.2332447 1.62052661,39.0789167 2.12084223,39.8332348 L12.6678364,56 C11.7021472,54.1679221 11.5599673,51.9567281 12.2818126,49.9965279 L12.2841013,49.989896 L12.2841013,49.989896 Z">
|
||||
</path>
|
||||
</g>
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M171.388889,31.1111111 L139.166667,31.1111111 L139.166667,18.8888889 C139.166667,8.88888887 130.277778,0 120.277778,0 L56.9444444,0 C51.388889,0 46.9444444,2.22222227 43.6111112,5.55555547 C40.2777778,8.88888887 38.0555558,14.4444443 38.0555556,18.8888889 L38.0555556,31.1111111 L5.8333333,31.1111111 C-1.94444443,31.1111111 -1.94444443,43.3333332 5.8333333,43.3333332 L171.388889,43.3333332 C180.277778,43.3333332 180.277778,31.1111109 171.388889,31.1111111 Z M51.388889,17.7777777 C51.388889,14.4444443 54.7222224,11.1111111 58.0555556,11.1111111 L121.388889,11.1111111 C124.722222,11.1111111 128.055556,13.3333334 128.055556,17.7777777 L128.055556,30 L51.388889,30 L51.388889,17.7777777 Z M133.611111,176.666667 L44.7222222,176.666667 C39.1666667,176.666667 34.7222222,174.444444 31.388889,171.111111 C28.0555556,167.777778 25.8333333,162.222222 25.8333333,157.777778 L25.8333333,62.2222223 C25.8333333,58.8888889 29.1666667,55.5555555 32.5000001,55.5555555 C35.8333333,55.5555555 39.1666667,57.7777777 39.1666667,62.2222223 L39.1666667,157.777778 C39.1666667,161.111111 42.5000001,164.444444 45.8333333,164.444444 L134.722222,164.444444 C138.055556,164.444444 141.388889,161.111111 141.388889,157.777778 L141.388889,63.3333332 C141.388889,55.5555555 153.611111,55.5555555 153.611111,63.3333332 L153.611111,158.888889 C152.5,167.777778 144.722222,176.666667 133.611111,176.666667 L133.611111,176.666667 Z"
|
||||
id="形状"></path>
|
||||
d="M171.388889,31.1111111 L139.166667,31.1111111 L139.166667,18.8888889 C139.166667,8.88888887 130.277778,0 120.277778,0 L56.9444444,0 C51.388889,0 46.9444444,2.22222227 43.6111112,5.55555547 C40.2777778,8.88888887 38.0555558,14.4444443 38.0555556,18.8888889 L38.0555556,31.1111111 L5.8333333,31.1111111 C-1.94444443,31.1111111 -1.94444443,43.3333332 5.8333333,43.3333332 L171.388889,43.3333332 C180.277778,43.3333332 180.277778,31.1111109 171.388889,31.1111111 Z M51.388889,17.7777777 C51.388889,14.4444443 54.7222224,11.1111111 58.0555556,11.1111111 L121.388889,11.1111111 C124.722222,11.1111111 128.055556,13.3333334 128.055556,17.7777777 L128.055556,30 L51.388889,30 L51.388889,17.7777777 Z M133.611111,176.666667 L44.7222222,176.666667 C39.1666667,176.666667 34.7222222,174.444444 31.388889,171.111111 C28.0555556,167.777778 25.8333333,162.222222 25.8333333,157.777778 L25.8333333,62.2222223 C25.8333333,58.8888889 29.1666667,55.5555555 32.5000001,55.5555555 C35.8333333,55.5555555 39.1666667,57.7777777 39.1666667,62.2222223 L39.1666667,157.777778 C39.1666667,161.111111 42.5000001,164.444444 45.8333333,164.444444 L134.722222,164.444444 C138.055556,164.444444 141.388889,161.111111 141.388889,157.777778 L141.388889,63.3333332 C141.388889,55.5555555 153.611111,55.5555555 153.611111,63.3333332 L153.611111,158.888889 C152.5,167.777778 144.722222,176.666667 133.611111,176.666667 L133.611111,176.666667 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.0 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="175.78125px" height="175.781251px" viewBox="0 0 175.78125 175.781251" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z"
|
||||
id="路径" fill="#B2E4C1"></path>
|
||||
<g transform="translate(38, 38)" fill="currentColor" id="形状">
|
||||
fill="#B2E4C1"></path>
|
||||
<g transform="translate(38, 38)" fill="currentColor">
|
||||
<path
|
||||
d="M100,50 C100,56.7708333 98.6762153,63.2378472 96.0286458,69.4010416 C93.3810764,75.5642361 89.8220486,80.8810763 85.3515625,85.3515625 C80.8810763,89.8220486 75.5642361,93.3810764 69.4010416,96.0286458 C63.2378472,98.6762153 56.7708333,100 50,100 C42.5347222,100 35.4383681,98.4266493 28.7109375,95.2799479 C21.9835069,92.1332464 16.2543402,87.6953124 11.5234375,81.9661459 C11.219618,81.5321181 11.078559,81.0438368 11.1002605,80.5013021 C11.1219619,79.9587674 11.3064237,79.5138889 11.6536458,79.1666667 L20.5729167,70.1822916 C21.0069445,69.7916667 21.5494792,69.5963542 22.2005208,69.5963542 C22.8949653,69.6831597 23.3940972,69.9435764 23.6979167,70.3776042 C26.8663195,74.500868 30.7508681,77.6909722 35.3515625,79.9479167 C39.9522569,82.2048611 44.8350694,83.3333334 50,83.3333334 C54.5138889,83.3333334 58.8216145,82.4544271 62.923177,80.6966145 C67.0247395,78.938802 70.5729166,76.5624999 73.5677083,73.5677083 C76.5625001,70.5729168 78.9388021,67.0247397 80.6966145,62.923177 C82.4544269,58.8216144 83.3333332,54.5138887 83.3333334,50 C83.3333335,45.4861113 82.4544272,41.1783856 80.6966145,37.076823 C78.9388018,32.9752603 76.5624997,29.4270832 73.5677083,26.4322917 C70.5729169,23.4375001 67.0247398,21.061198 62.923177,19.3033855 C58.8216142,17.5455729 54.5138886,16.6666666 50,16.6666666 C45.7465278,16.6666666 41.6666667,17.437066 37.7604167,18.9778646 C33.8541668,20.5186633 30.3819445,22.7213543 27.34375,25.5859375 L36.2630208,34.5703126 C37.6085069,35.8723959 37.9123264,37.3697917 37.1744791,39.0625 C36.4366319,40.7986111 35.15625,41.6666667 33.3333334,41.6666667 L4.16666671,41.6666667 C3.03819448,41.6666667 2.06163197,41.2543403 1.23697918,40.4296875 C0.412326394,39.6050347 0,38.6284722 0,37.5 L0,8.33333331 C0,6.51041665 0.868055561,5.23003473 2.60416668,4.49218756 C4.29687499,3.75434032 5.79427081,4.05815976 7.09635413,5.4036459 L15.5598959,13.8020833 C20.2039931,9.41840274 25.5099826,6.02213539 31.4778645,3.61328128 C37.4457464,1.20442717 43.6197916,0 50,0 C56.7708333,0 63.2378472,1.32378473 69.4010416,3.97135418 C75.5642361,6.61892364 80.8810763,10.1779514 85.3515625,14.6484375 C89.8220486,19.1189237 93.3810764,24.4357639 96.0286458,30.5989584 C98.6762153,36.7621528 100,43.2291667 100,50 Z M58.3333334,31.25 L58.3333334,60.4166666 C58.3333334,61.0243055 58.1380208,61.5234375 57.7473958,61.9140625 C57.3567708,62.3046876 56.8576389,62.5 56.25,62.5 L35.4166667,62.5 C34.8090278,62.5 34.3098958,62.3046875 33.9192709,61.9140625 C33.5286459,61.5234376 33.3333334,61.0243056 33.3333334,60.4166666 L33.3333334,56.25 C33.3333334,55.6423611 33.5286459,55.1432292 33.9192709,54.7526042 C34.3098958,54.3619792 34.8090278,54.1666667 35.4166667,54.1666667 L50,54.1666667 L50,31.25 C50,30.6423611 50.1953125,30.1432291 50.5859375,29.7526041 C50.9765625,29.3619792 51.4756944,29.1666667 52.0833333,29.1666667 L56.25,29.1666667 C56.8576389,29.1666667 57.3567708,29.3619792 57.7473958,29.7526041 C58.1380208,30.1432291 58.3333334,30.6423611 58.3333334,31.25 L58.3333334,31.25 Z">
|
||||
</path>
|
||||
|
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="134px" height="147.708333px" viewBox="0 0 134 147.708333" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path
|
||||
d="M16.5,11 L16.5,19 C16.5,25.5 22,30.5 28,30.5 L94,30.5 C100.5,30.5 105.5,25 105.5,19 L105.5,11 L106,11 C115,11 122,18.5 122,27.5 L122.000646,65.2648097 C113.821715,59.4315095 103.811594,56 93,56 C84.7784702,56 77.0204025,57.984317 70.1785978,61.50015 L28.5,61.5 C26.5,61.5 24.5,63 24.5,65.5 C24.5,67.5 26,69.5 28.5,69.5 L58.8272806,69.5001083 C55.2472654,72.8532381 52.1608448,76.7269783 49.688783,81.0005649 L28.5,81 C26.5,81 24.5,82.5 24.5,85 C24.5,87 26,89 28.5,89 L45.9642852,88.9999049 C44.0458478,94.3068271 43,100.031278 43,106 C43,118.887289 47.8756095,130.635818 55.882878,139.501638 L16,139.5 C7.5,139.5 7.10542736e-15,132.5 7.10542736e-15,123.5 L7.10542736e-15,27 C7.10542736e-15,18.5 7,11 16,11 L16.5,11 Z M91,7.10542736e-15 C94.5,7.10542736e-15 97.5,3 97.5,6.5 L97.5,16 C97.5,19.5 94.5,22.5 91,22.5 L31,22.5 C27.5,22.5 24.5,19.5 24.5,16 L24.5,6.5 C24.5,3 27.5,7.10542736e-15 31,7.10542736e-15 L91,7.10542736e-15 Z"
|
||||
id="形状结合" fill="currentColor" fill-rule="nonzero"></path>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
<path
|
||||
d="M99,108.208333 L111,120.208333 L104,127.208333 L89.5,112.708333 L89,112.708333 L89,87.7083333 L99,87.7083333 L99,108.208333 Z M94,147.708333 C72,147.708333 54,129.708333 54,107.708333 C54,85.7083334 72,67.7083334 94,67.7083334 C116,67.7083334 134,85.7083334 134,107.708333 C134,129.708333 116,147.708333 94,147.708333 Z M94,137.708333 C110.5,137.708333 124,124.208333 124,107.708333 C124,91.2083334 110.5,77.7083334 94,77.7083334 C77.5,77.7083334 64,91.2083334 64,107.708333 C64,124.208333 77.5,137.708333 94,137.708333 Z"
|
||||
id="形状" fill="currentColor" fill-rule="nonzero"></path>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -1,15 +1,15 @@
|
|||
<svg width="175.78125px" height="175.781251px" viewBox="0 0 175.78125 175.781251" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="#B2E4C1" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="#B2E4C1" fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z"
|
||||
id="路径"></path>
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z">
|
||||
</path>
|
||||
</g>
|
||||
<g id="编组" transform="translate(38, 38)" fill="currentColor" fill-rule="nonzero">
|
||||
<g transform="translate(38, 38)" fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M40.6215181,81.2501375 C41.8715915,81.2501375 43.1154143,81.1876379 44.3404862,81.0813887 C42.3054103,70.8458991 45.514305,60.2701205 52.8940274,52.890885 C60.2737498,45.5116494 70.8502261,42.3029664 81.086391,44.3379081 C82.618955,27.6386976 73.7326053,11.7139357 58.715654,4.24848199 C43.6987027,-3.21697172 25.6375269,-0.68877083 13.2479618,10.6130433 C0.858396652,21.9148573 -3.31317739,39.6674656 2.74632853,55.3039392 C8.80583444,70.9404127 23.851033,81.2470465 40.6215181,81.2501375 Z M62.6853119,28.3130255 L42.102855,48.8941247 C37.8318705,53.1618135 30.9104327,53.1618135 26.6394482,48.8941247 L18.5577243,40.8129339 C16.8366317,38.9660113 16.8874163,36.0879086 18.672596,34.3028466 C20.4577757,32.5177847 23.3360683,32.4670034 25.1831128,34.1879825 L33.2648368,42.2691732 C33.5579923,42.5630513 33.9560421,42.7282129 34.3711516,42.7282129 C34.7862611,42.7282129 35.184311,42.5630513 35.4774665,42.2691732 L56.0599234,21.6880741 C57.2285579,20.4340002 58.9885674,19.9177784 60.6494989,20.3419229 C62.3104303,20.7660674 63.6073794,22.0629309 64.0315519,23.7237528 C64.4557244,25.3845746 63.9394686,27.1444681 62.6853119,28.3130255 Z M74.9985339,100 C88.8064624,100 100,88.8072008 100,75.0001833 C100,61.1931657 88.8064624,50.0003665 74.9985339,50.0003665 C61.1906055,50.0003665 49.9970678,61.1931657 49.9970678,75.0001833 C49.9970678,88.8072008 61.1906055,100 74.9985339,100 L74.9985339,100 Z M69.6419643,63.5690171 C69.6419643,61.5963395 71.2412465,59.9971683 73.2140543,59.9971683 C75.1868621,59.9971683 76.7861388,61.5963395 76.7861388,63.5690171 L76.7861388,75.0001832 L83.9303077,75.0001832 C85.9031155,75.0001832 87.5023923,76.5993544 87.5023923,78.5720321 C87.5023923,80.5447097 85.9031155,82.1438809 83.9303077,82.1438809 L73.2109291,82.1438809 C72.2632983,82.1438809 71.354571,81.7670351 70.6850814,81.0964172 C70.0155917,80.4257992 69.6403102,79.5164739 69.6419643,78.5689071 L69.6419643,63.5690171 L69.6419643,63.5690171 Z"
|
||||
id="形状"></path>
|
||||
d="M40.6215181,81.2501375 C41.8715915,81.2501375 43.1154143,81.1876379 44.3404862,81.0813887 C42.3054103,70.8458991 45.514305,60.2701205 52.8940274,52.890885 C60.2737498,45.5116494 70.8502261,42.3029664 81.086391,44.3379081 C82.618955,27.6386976 73.7326053,11.7139357 58.715654,4.24848199 C43.6987027,-3.21697172 25.6375269,-0.68877083 13.2479618,10.6130433 C0.858396652,21.9148573 -3.31317739,39.6674656 2.74632853,55.3039392 C8.80583444,70.9404127 23.851033,81.2470465 40.6215181,81.2501375 Z M62.6853119,28.3130255 L42.102855,48.8941247 C37.8318705,53.1618135 30.9104327,53.1618135 26.6394482,48.8941247 L18.5577243,40.8129339 C16.8366317,38.9660113 16.8874163,36.0879086 18.672596,34.3028466 C20.4577757,32.5177847 23.3360683,32.4670034 25.1831128,34.1879825 L33.2648368,42.2691732 C33.5579923,42.5630513 33.9560421,42.7282129 34.3711516,42.7282129 C34.7862611,42.7282129 35.184311,42.5630513 35.4774665,42.2691732 L56.0599234,21.6880741 C57.2285579,20.4340002 58.9885674,19.9177784 60.6494989,20.3419229 C62.3104303,20.7660674 63.6073794,22.0629309 64.0315519,23.7237528 C64.4557244,25.3845746 63.9394686,27.1444681 62.6853119,28.3130255 Z M74.9985339,100 C88.8064624,100 100,88.8072008 100,75.0001833 C100,61.1931657 88.8064624,50.0003665 74.9985339,50.0003665 C61.1906055,50.0003665 49.9970678,61.1931657 49.9970678,75.0001833 C49.9970678,88.8072008 61.1906055,100 74.9985339,100 L74.9985339,100 Z M69.6419643,63.5690171 C69.6419643,61.5963395 71.2412465,59.9971683 73.2140543,59.9971683 C75.1868621,59.9971683 76.7861388,61.5963395 76.7861388,63.5690171 L76.7861388,75.0001832 L83.9303077,75.0001832 C85.9031155,75.0001832 87.5023923,76.5993544 87.5023923,78.5720321 C87.5023923,80.5447097 85.9031155,82.1438809 83.9303077,82.1438809 L73.2109291,82.1438809 C72.2632983,82.1438809 71.354571,81.7670351 70.6850814,81.0964172 C70.0155917,80.4257992 69.6403102,79.5164739 69.6419643,78.5689071 L69.6419643,63.5690171 L69.6419643,63.5690171 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="175.78125px" height="175.781251px" viewBox="0 0 175.78125 175.781251" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M0,87.890625 C0,119.290921 16.7518579,148.305992 43.9453121,164.00614 C71.1387663,179.706288 104.642484,179.706288 131.835938,164.00614 C159.029392,148.305992 175.78125,119.290921 175.78125,87.890625 C175.78125,39.3499732 136.431277,0 87.890625,0 C39.3499732,0 0,39.3499732 0,87.890625 Z"
|
||||
id="路径" fill="#B2E4C1"></path>
|
||||
<g transform="translate(48, 38)" fill="currentColor" id="形状">
|
||||
fill="#B2E4C1"></path>
|
||||
<g transform="translate(48, 38)" fill="currentColor">
|
||||
<path
|
||||
d="M76.153942,91.2112676 L70.8133018,91.2112676 L70.8133018,80.7661972 C70.8133018,80.4957746 70.8133018,80.2253521 70.8033379,79.9774648 L70.8033379,79.9098592 C70.8033379,79.7971831 70.8033379,79.7070423 70.793374,79.5943662 C70.4546021,67.2676056 58.9363557,56.5408451 50.2179599,50.5352113 C58.8666085,44.5746479 70.3649271,33.9380282 70.7834101,21.7014085 C70.8033379,21.543662 70.8133018,21.3746479 70.8133018,21.2056338 L70.8133018,8.76619718 L76.153942,8.76619718 C78.2762486,8.76619718 80,6.81690141 80,4.38309859 C80,1.96056338 78.2862125,0 76.153942,0 L3.84605804,0 C1.7237514,0 0,1.94929577 0,4.38309859 C0,6.8056338 1.71378752,8.76619718 3.84605804,8.76619718 L8.86785403,8.76619718 L8.86785403,21.2056338 C8.86785403,21.3746479 8.87781791,21.543662 8.89774567,21.7014085 C9.30626479,33.9380282 21.761116,44.5859155 30.3998007,50.5464789 C21.7710798,56.5070423 9.32619255,67.1098592 8.90770955,79.3239437 C8.88778179,79.515493 8.86785403,79.7070423 8.86785403,79.9098592 L8.86785403,91.2338028 L3.84605804,91.2338028 C1.7237514,91.2338028 0,93.1830986 0,95.6169014 C0,98.0394366 1.71378752,100 3.84605804,100 L76.153942,100 C78.2762486,100 80,98.0507042 80,95.6169014 C80,93.171831 78.2762486,91.2112676 76.153942,91.2112676 L76.153942,91.2112676 Z M58.6474032,90.1295775 L20.9739694,90.1295775 C18.8516627,90.1295775 17.1279113,88.1802817 17.1279113,85.7464789 C17.1279113,83.3239437 18.8416988,81.3633803 20.9739694,81.3633803 L58.6474032,81.3633803 C60.7697098,81.3746479 62.4934612,83.3239437 62.4934612,85.7464789 C62.4934612,88.1577465 60.7697098,90.1295775 58.6474032,90.1295775 L58.6474032,90.1295775 Z">
|
||||
</path>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,25 +1,25 @@
|
|||
<svg width="166.931818px" height="171.727273px" viewBox="0 0 166.931818 171.727273" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M75,143.818182 L41.5454545,110.363636 L130.272727,21.6363637 C134.545454,17.3636363 141.454545,17.3636363 145.727273,21.6363637 L163.727273,39.6363637 C168,43.909091 168,50.8181818 163.727273,55.090909 L75,143.818182 Z"
|
||||
id="路径" fill="#008170"></path>
|
||||
fill="#008170"></path>
|
||||
<path
|
||||
d="M41.5454545,110.272727 L31.3636363,152.363636 C31.090909,153.363636 32,154.181818 32.9090908,153.909091 L75,143.727273 L41.5454545,110.272727 Z"
|
||||
id="路径" fill="#4DB6AC"></path>
|
||||
fill="#4DB6AC"></path>
|
||||
<path
|
||||
d="M69.5454545,134.727273 C68.3636363,134.727273 67.1818182,134.272727 66.3636363,133.363636 C64.5454545,131.545454 64.5454545,128.727273 66.3636363,126.909091 L155.545454,37.7272727 C156.636364,36.6363635 157.181818,35.1818182 157.181818,33.7272727 C157.181818,32.2727271 156.636364,30.7272727 155.545454,29.7272727 L136.545454,10.7272727 C135.454546,9.63636348 134,9.09090898 132.545454,9.09090898 C131.090909,9.09090898 129.545454,9.63636348 128.545454,10.7272727 L39.2727271,99.9090908 C37.4545455,101.727273 34.6363635,101.727273 32.8181818,99.9090908 C31.0000002,98.090909 31,95.2727271 32.8181818,93.4545453 L122,4.36363633 C124.818182,1.54545449 128.545454,0 132.454546,0 C136.454546,0 140.181818,1.54545449 142.909091,4.36363633 L161.818182,23.2727271 C164.636364,26.090909 166.181818,29.8181816 166.181818,33.7272727 C166.181818,37.7272727 164.636364,41.4545453 161.818182,44.1818182 L72.6363635,133.363636 C71.9090908,134.272727 70.7272727,134.727273 69.5454545,134.727273 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M27.1818182,144.909091 C25.6363637,144.909091 24.1818182,144.272727 23.090909,143.181818 C21.6363635,141.727273 21.090909,139.636364 21.5454545,137.636364 L31.7272727,95.5454545 C32.2727271,93.090909 34.8181818,91.6363637 37.1818182,92.1818182 C39.6363637,92.7272727 41.090909,95.2727273 40.5454545,97.6363637 L31.6363635,134.545454 L68.5454545,125.636364 C71,125.090909 73.4545453,126.545454 74,129 C74.5454545,131.454546 73.0909092,133.909091 70.6363635,134.454545 L28.6363635,144.727273 C28.090909,144.818182 27.6363635,144.909091 27.1818182,144.909091 Z M135.454545,64.5454545 C134.272727,64.5454545 133.090909,64.0909089 132.272727,63.1818182 L102,32.9090908 C100.181818,31.0909089 100.181818,28.2727271 102,26.4545453 C103.818182,24.6363635 106.636364,24.6363635 108.454545,26.4545453 L138.636364,56.6363637 C140.454545,58.4545455 140.454545,61.2727273 138.636364,63.0909089 C137.727273,64.0909089 136.545454,64.5454545 135.454545,64.5454545 L135.454545,64.5454545 Z"
|
||||
id="形状" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
<path
|
||||
d="M146.818182,171.727273 L14.7272727,171.727273 C12.1818182,171.727273 10.1818182,169.727273 10.1818182,167.181818 C10.1818182,164.636364 12.1818182,162.636364 14.7272727,162.636364 L146.818182,162.636364 C149.363636,162.636364 151.363636,164.636364 151.363636,167.181818 C151.363636,169.727273 149.363636,171.727273 146.818182,171.727273 Z"
|
||||
id="路径" fill="#008170"></path>
|
||||
fill="#008170"></path>
|
||||
<path
|
||||
d="M136.636363,163.727273 L4.54545449,163.727273 C2,163.727273 0,161.727273 0,159.181818 C0,156.636364 2,154.636364 4.54545449,154.636364 L136.636363,154.636364 C139.181818,154.636364 141.181818,156.636364 141.181818,159.181818 C141.181818,161.727273 139.090909,163.727273 136.636363,163.727273 L136.636363,163.727273 Z"
|
||||
id="路径" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -1,13 +1,13 @@
|
|||
<svg width="64px" height="64px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<path
|
||||
d="M32,0 C14.2933333,0 0,14.2933333 0,32 C0,49.7066667 14.2933333,64 32,64 C49.7066667,64 64,49.7066667 64,32 C64,14.2933333 49.7066667,0 32,0"
|
||||
id="形状" fill="currentColor" fill-rule="nonzero"></path>
|
||||
<rect id="矩形" fill="#FFFFFF" x="17" y="40" width="21" height="6" rx="3"></rect>
|
||||
<rect id="矩形" fill="#FFFFFF" x="17" y="28" width="32" height="6" rx="3"></rect>
|
||||
<rect id="矩形" fill="#FFFFFF" x="17" y="16" width="32" height="6" rx="3"></rect>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
<rect fill="#FFFFFF" x="17" y="40" width="21" height="6" rx="3"></rect>
|
||||
<rect fill="#FFFFFF" x="17" y="28" width="32" height="6" rx="3"></rect>
|
||||
<rect fill="#FFFFFF" x="17" y="16" width="32" height="6" rx="3"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 828 B After Width: | Height: | Size: 754 B |
|
@ -1,13 +1,13 @@
|
|||
<svg width="53.3333334px" height="53.3333334px" viewBox="0 0 53.3333334 53.3333334" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<path
|
||||
d="M26.6666667,8.8817842e-16 C41.394,8.8817842e-16 53.3333334,11.9393333 53.3333334,26.6666667 C53.3333334,41.3940001 41.394,53.3333334 26.6666667,53.3333334 C11.9393334,53.3333334 8.8817842e-16,41.394 8.8817842e-16,26.6666667 C8.8817842e-16,11.9393334 11.9393334,8.8817842e-16 26.6666667,8.8817842e-16 Z"
|
||||
id="形状" fill="#D42536"></path>
|
||||
fill="#D42536"></path>
|
||||
<path
|
||||
d="M21.262,18.56 C20.7806735,18.0707188 20.0738969,17.8771936 19.4104544,18.0530214 C18.7470119,18.2288492 18.2288492,18.7470119 18.0530214,19.4104544 C17.8771936,20.0738969 18.0707188,20.7806735 18.56,21.262 L23.9646667,26.6666667 L18.56,32.0713334 C18.0707188,32.5526599 17.8771936,33.2594365 18.0530214,33.922879 C18.2288492,34.5863215 18.7470119,35.1044842 19.4104544,35.280312 C20.0738969,35.4561398 20.7806735,35.2626146 21.262,34.7733334 L26.6666667,29.3686667 L32.0713334,34.7733334 C32.5526599,35.2626146 33.2594365,35.4561398 33.922879,35.280312 C34.5863215,35.1044842 35.1044842,34.5863215 35.280312,33.922879 C35.4561398,33.2594365 35.2626146,32.5526599 34.7733334,32.0713334 L29.3686667,26.6666667 L34.7733334,21.262 C35.2626146,20.7806735 35.4561398,20.0738969 35.280312,19.4104544 C35.1044842,18.7470119 34.5863215,18.2288492 33.922879,18.0530214 C33.2594365,17.8771936 32.5526599,18.0707188 32.0713334,18.56 L26.6666667,23.9646667 L21.262,18.56 Z"
|
||||
id="路径" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -2,13 +2,13 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 0 0" to="360 0 0" dur="0.8s"
|
||||
repeatCount="indefinite" />
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path
|
||||
d="M9,17 C13.418278,17 17,13.418278 17,9 C17,4.581722 13.418278,1 9,1 C4.581722,1 1,4.581722 1,9 C1,13.418278 4.581722,17 9,17 L9,17 Z"
|
||||
id="路径" stroke="currentColor" stroke-width="2" opacity="0.5"></path>
|
||||
<path d="M17,9 C17,13.418278 13.418278,17 9,17" id="路径" stroke="currentColor" stroke-width="2"></path>
|
||||
stroke="currentColor" stroke-width="2" opacity="0.5"></path>
|
||||
<path d="M17,9 C17,13.418278 13.418278,17 9,17" stroke="currentColor" stroke-width="2"></path>
|
||||
<path
|
||||
d="M9,13.5714286 C11.5247303,13.5714286 13.5714286,11.5247303 13.5714286,9 C13.5714286,6.47526972 11.5247303,4.42857143 9,4.42857143 C6.47526972,4.42857143 4.42857143,6.47526972 4.42857143,9 C4.42857143,11.5247303 6.47526972,13.5714286 9,13.5714286 Z"
|
||||
id="路径" fill="currentColor" fill-rule="nonzero"></path>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
@ -1,16 +1,16 @@
|
|||
<svg width="129.966272px" height="150px" viewBox="0 0 129.966272 150" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M125.009454,25 C127.578908,25.0223159 129.713134,26.9885658 129.945537,29.5475858 C130.177941,32.1066057 128.43285,34.4251649 125.909454,34.91 L125.009454,35 L5.00945373,35 C2.41956295,35.0047677 0.254710216,33.0310836 0.0207009993,30.451782 C-0.213308218,27.8724804 1.56099249,25.5414134 4.10945373,25.08 L5.00945373,25 L125.009454,25 Z"
|
||||
id="路径"></path>
|
||||
d="M125.009454,25 C127.578908,25.0223159 129.713134,26.9885658 129.945537,29.5475858 C130.177941,32.1066057 128.43285,34.4251649 125.909454,34.91 L125.009454,35 L5.00945373,35 C2.41956295,35.0047677 0.254710216,33.0310836 0.0207009993,30.451782 C-0.213308218,27.8724804 1.56099249,25.5414134 4.10945373,25.08 L5.00945373,25 L125.009454,25 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M65.0094537,0 C78.8165725,0 90.0094537,11.1928813 90.0094537,25 C90.0094537,27.7614237 87.7708775,30 85.0094537,30 C82.24803,30 80.0094537,27.7614237 80.0094537,25 C80.0094537,16.7157288 73.293725,10 65.0094537,10 C56.7251825,10 50.0094537,16.7157288 50.0094537,25 C50.0094537,27.7614237 47.7708774,30 45.0094537,30 C42.2480301,30 40.0094537,27.7614237 40.0094537,25 C40.0094537,11.1928813 51.202335,0 65.0094537,0 L65.0094537,0 Z M115.009445,40 C117.424377,39.9991949 119.494768,41.7245206 119.929454,44.1 L120.009445,45 L120.009445,133.88 C120.009445,142.18 114.129454,149.18 106.389454,149.93 L105.009445,150 L25.0094451,150 C17.0694537,150 10.7494537,143.46 10.0694537,135.33 L10.0094451,133.88 L10.0094451,45 C10.004686,42.4101092 11.9783701,40.2452565 14.5576717,40.0112473 C17.1369733,39.777238 19.4680403,41.5515388 19.9294537,44.1 L20.0094451,45 L20.0094451,133.88 C20.0094451,137.02 21.9194537,139.46 24.2294537,139.92 L25.0094451,140 L105.009445,140 C107.379454,140 109.529454,137.87 109.939454,134.9 L110.009445,133.88 L110.009445,45 C110.009445,42.2385763 112.24803,40 115.009445,40 L115.009445,40 Z"
|
||||
id="形状"></path>
|
||||
d="M65.0094537,0 C78.8165725,0 90.0094537,11.1928813 90.0094537,25 C90.0094537,27.7614237 87.7708775,30 85.0094537,30 C82.24803,30 80.0094537,27.7614237 80.0094537,25 C80.0094537,16.7157288 73.293725,10 65.0094537,10 C56.7251825,10 50.0094537,16.7157288 50.0094537,25 C50.0094537,27.7614237 47.7708774,30 45.0094537,30 C42.2480301,30 40.0094537,27.7614237 40.0094537,25 C40.0094537,11.1928813 51.202335,0 65.0094537,0 L65.0094537,0 Z M115.009445,40 C117.424377,39.9991949 119.494768,41.7245206 119.929454,44.1 L120.009445,45 L120.009445,133.88 C120.009445,142.18 114.129454,149.18 106.389454,149.93 L105.009445,150 L25.0094451,150 C17.0694537,150 10.7494537,143.46 10.0694537,135.33 L10.0094451,133.88 L10.0094451,45 C10.004686,42.4101092 11.9783701,40.2452565 14.5576717,40.0112473 C17.1369733,39.777238 19.4680403,41.5515388 19.9294537,44.1 L20.0094451,45 L20.0094451,133.88 C20.0094451,137.02 21.9194537,139.46 24.2294537,139.92 L25.0094451,140 L105.009445,140 C107.379454,140 109.529454,137.87 109.939454,134.9 L110.009445,133.88 L110.009445,45 C110.009445,42.2385763 112.24803,40 115.009445,40 L115.009445,40 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M85.0094537,122.079991 C87.5993445,122.075232 89.7641973,124.048916 89.9982065,126.628218 C90.2322157,129.20752 88.457915,131.538587 85.9094537,132 L85.0094537,132.080009 L45.0094537,132.080009 C42.4195629,132.084768 40.2547102,130.111084 40.020701,127.531782 C39.7866918,124.95248 41.5609925,122.621413 44.1094537,122.16 L45.0094537,122.079991 L85.0094537,122.079991 L85.0094537,122.079991 Z M85.0094537,44.2299997 C87.4243768,44.2291949 89.4947677,45.9545206 89.9294537,48.33 L90.0094537,49.2299997 L90.0094537,109.23 C90.0142215,111.819891 88.0405373,113.984744 85.4612357,114.218753 C82.8819341,114.452762 80.5508671,112.678461 80.0894537,110.13 L80.0094537,109.23 L80.0094537,49.2299997 C80.0094537,46.4685763 82.24803,44.2299997 85.0094537,44.2299997 L85.0094537,44.2299997 Z M45.0094537,44.2299997 C47.4243768,44.2291949 49.4947677,45.9545206 49.9294537,48.33 L50.0094537,49.2299997 L50.0094537,109.23 C50.0142215,111.819891 48.0405373,113.984744 45.4612357,114.218753 C42.8819341,114.452762 40.5508671,112.678461 40.0894537,110.13 L40.0094537,109.23 L40.0094537,49.2299997 C40.0094537,46.4685763 42.24803,44.2299997 45.0094537,44.2299997 L45.0094537,44.2299997 Z"
|
||||
id="形状"></path>
|
||||
d="M85.0094537,122.079991 C87.5993445,122.075232 89.7641973,124.048916 89.9982065,126.628218 C90.2322157,129.20752 88.457915,131.538587 85.9094537,132 L85.0094537,132.080009 L45.0094537,132.080009 C42.4195629,132.084768 40.2547102,130.111084 40.020701,127.531782 C39.7866918,124.95248 41.5609925,122.621413 44.1094537,122.16 L45.0094537,122.079991 L85.0094537,122.079991 L85.0094537,122.079991 Z M85.0094537,44.2299997 C87.4243768,44.2291949 89.4947677,45.9545206 89.9294537,48.33 L90.0094537,49.2299997 L90.0094537,109.23 C90.0142215,111.819891 88.0405373,113.984744 85.4612357,114.218753 C82.8819341,114.452762 80.5508671,112.678461 80.0894537,110.13 L80.0094537,109.23 L80.0094537,49.2299997 C80.0094537,46.4685763 82.24803,44.2299997 85.0094537,44.2299997 L85.0094537,44.2299997 Z M45.0094537,44.2299997 C47.4243768,44.2291949 49.4947677,45.9545206 49.9294537,48.33 L50.0094537,49.2299997 L50.0094537,109.23 C50.0142215,111.819891 48.0405373,113.984744 45.4612357,114.218753 C42.8819341,114.452762 40.5508671,112.678461 40.0894537,110.13 L40.0094537,109.23 L40.0094537,49.2299997 C40.0094537,46.4685763 42.24803,44.2299997 45.0094537,44.2299997 L45.0094537,44.2299997 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.0 KiB |
|
@ -1,8 +1,8 @@
|
|||
<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path
|
||||
d="M166,0 C184.777681,-3.44940413e-15 200,15.2223185 200,34 L200,166 C200,184.777681 184.777681,200 166,200 L34,200 C15.2223185,200 2.29960275e-15,184.777681 0,166 L0,34 C-2.29960275e-15,15.2223185 15.2223185,3.44940413e-15 34,0 L166,0 Z M82,20 L38,20 C28.0588745,20 20,28.0588745 20,38 L20,162 C20,171.941125 28.0588745,180 38,180 L82,180 C91.9411255,180 100,171.941125 100,162 L100,38 C100,28.0588745 91.9411255,20 82,20 Z"
|
||||
id="形状结合" fill="currentColor" fill-rule="nonzero"></path>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 751 B |
|
@ -1,13 +1,13 @@
|
|||
<svg width="48px" height="45px" viewBox="0 0 48 45" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M47.5,33 L44.125,33 L44.125,24.25 L26.125,24.25 L26.125,18.5 L41,18.5 C41.55,18.5 42,18.05 42,17.5 L42,1 C42,0.45 41.55,0 41,0 L7,0 C6.45,0 6,0.45 6,1 L6,17.5 C6,18.05 6.45,18.5 7,18.5 L21.875,18.5 L21.875,24.25 L3.875,24.25 L3.875,33 L0.5,33 C0.225,33 0,33.225 0,33.5 L0,44.5 C0,44.775 0.225,45 0.5,45 L11.5,45 C11.775,45 12,44.775 12,44.5 L12,33.5 C12,33.225 11.775,33 11.5,33 L8.125,33 L8.125,28.5 L21.875,28.5 L21.875,33 L18.5,33 C18.225,33 18,33.225 18,33.5 L18,44.5 C18,44.775 18.225,45 18.5,45 L29.5,45 C29.775,45 30,44.775 30,44.5 L30,33.5 C30,33.225 29.775,33 29.5,33 L26.125,33 L26.125,28.5 L39.875,28.5 L39.875,33 L36.5,33 C36.225,33 36,33.225 36,33.5 L36,44.5 C36,44.775 36.225,45 36.5,45 L47.5,45 C47.775,45 48,44.775 48,44.5 L48,33.5 C48,33.225 47.775,33 47.5,33 Z M8,40.83125 C8,40.925 7.925,41 7.83125,41 L4.1625,41 C4.06875,41 3.99375,40.925 3.99375,40.83125 L3.99375,37.1625 C3.99375,37.06875 4.06875,36.99375 4.1625,36.99375 L7.83125,36.99375 C7.925,36.99375 8,37.06875 8,37.1625 L8,40.83125 Z M26,40.83125 C26,40.925 25.925,41 25.83125,41 L22.1625,41 C22.06875,41 21.99375,40.925 21.99375,40.83125 L21.99375,37.1625 C21.99375,37.06875 22.06875,36.99375 22.1625,36.99375 L25.83125,36.99375 C25.925,36.99375 26,37.06875 26,37.1625 L26,40.83125 Z M10,14.5 L10,4 L38,4 L38,14.5 L10,14.5 Z M44,40.83125 C44,40.925 43.925,41 43.83125,41 L40.1625,41 C40.06875,41 39.99375,40.925 39.99375,40.83125 L39.99375,37.1625 C39.99375,37.06875 40.06875,36.99375 40.1625,36.99375 L43.83125,36.99375 C43.925,36.99375 44,37.06875 44,37.1625 L44,40.83125 Z"
|
||||
id="形状"></path>
|
||||
d="M47.5,33 L44.125,33 L44.125,24.25 L26.125,24.25 L26.125,18.5 L41,18.5 C41.55,18.5 42,18.05 42,17.5 L42,1 C42,0.45 41.55,0 41,0 L7,0 C6.45,0 6,0.45 6,1 L6,17.5 C6,18.05 6.45,18.5 7,18.5 L21.875,18.5 L21.875,24.25 L3.875,24.25 L3.875,33 L0.5,33 C0.225,33 0,33.225 0,33.5 L0,44.5 C0,44.775 0.225,45 0.5,45 L11.5,45 C11.775,45 12,44.775 12,44.5 L12,33.5 C12,33.225 11.775,33 11.5,33 L8.125,33 L8.125,28.5 L21.875,28.5 L21.875,33 L18.5,33 C18.225,33 18,33.225 18,33.5 L18,44.5 C18,44.775 18.225,45 18.5,45 L29.5,45 C29.775,45 30,44.775 30,44.5 L30,33.5 C30,33.225 29.775,33 29.5,33 L26.125,33 L26.125,28.5 L39.875,28.5 L39.875,33 L36.5,33 C36.225,33 36,33.225 36,33.5 L36,44.5 C36,44.775 36.225,45 36.5,45 L47.5,45 C47.775,45 48,44.775 48,44.5 L48,33.5 C48,33.225 47.775,33 47.5,33 Z M8,40.83125 C8,40.925 7.925,41 7.83125,41 L4.1625,41 C4.06875,41 3.99375,40.925 3.99375,40.83125 L3.99375,37.1625 C3.99375,37.06875 4.06875,36.99375 4.1625,36.99375 L7.83125,36.99375 C7.925,36.99375 8,37.06875 8,37.1625 L8,40.83125 Z M26,40.83125 C26,40.925 25.925,41 25.83125,41 L22.1625,41 C22.06875,41 21.99375,40.925 21.99375,40.83125 L21.99375,37.1625 C21.99375,37.06875 22.06875,36.99375 22.1625,36.99375 L25.83125,36.99375 C25.925,36.99375 26,37.06875 26,37.1625 L26,40.83125 Z M10,14.5 L10,4 L38,4 L38,14.5 L10,14.5 Z M44,40.83125 C44,40.925 43.925,41 43.83125,41 L40.1625,41 C40.06875,41 39.99375,40.925 39.99375,40.83125 L39.99375,37.1625 C39.99375,37.06875 40.06875,36.99375 40.1625,36.99375 L43.83125,36.99375 C43.925,36.99375 44,37.06875 44,37.1625 L44,40.83125 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M14.5,9.25 C14.5,10.6307119 15.6192881,11.75 17,11.75 C18.3807119,11.75 19.5,10.6307119 19.5,9.25 C19.5,7.86928813 18.3807119,6.75 17,6.75 C15.6192881,6.75 14.5,7.86928813 14.5,9.25 Z"
|
||||
id="路径"></path>
|
||||
d="M14.5,9.25 C14.5,10.6307119 15.6192881,11.75 17,11.75 C18.3807119,11.75 19.5,10.6307119 19.5,9.25 C19.5,7.86928813 18.3807119,6.75 17,6.75 C15.6192881,6.75 14.5,7.86928813 14.5,9.25 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="195.893943px" height="200px" viewBox="0 0 195.893943 200" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M166.698916,36.5504242 L173.364867,20.6892512 L179.802304,36.5504242 L195.893943,36.5504242 L182.790556,47.3550062 L189.227993,66.2063848 L174.745712,54.02291 L158.65212,66.2063848 L163.94113,47.3550062 L150.607276,36.5504242 L166.698916,36.5504242 L166.698916,36.5504242 Z M166.698916,143.447818 L159.572033,137.930294 L150.607276,143.447818 L154.054508,134.481109 L148.308471,129.883497 L156.353314,129.883497 L159.572033,121.838654 L161.870838,129.883497 L169.917634,129.883497 L163.021217,134.481109 L166.698916,143.447818 L166.698916,143.447818 Z M118.19353,78.620326 L121.412249,67.5852775 L125.320414,78.620326 L135.664063,78.620326 L126.240327,85.516743 L129.918025,96.7803049 L120.492336,89.8838879 L111.52758,96.7803049 L114.974812,85.516743 L106.929968,78.620326 L118.19353,78.620326 L118.19353,78.620326 Z M99.8030849,200 C72.5234034,199.384772 49.5346956,190.26572 30.8369616,172.640892 C12.1405296,155.017366 1.8724007,132.565763 0.032574917,105.286081 C-0.580700343,78.0063997 7.46544503,54.6732943 24.171011,35.2867648 C40.875275,15.9002354 62.7910765,4.59761139 89.9184157,1.37889277 L106.929968,0 L96.1253864,13.1033877 C87.542137,23.3715166 81.7947972,34.7125517 78.8833673,47.126493 C75.9719374,59.5404342 76.0487596,72.1835399 79.1138339,85.05581 C84.1710762,104.980095 94.3623829,120.957152 109.687754,132.986983 C125.013125,145.016813 142.94394,151.185373 163.480197,151.492661 L190.145953,151.492661 L179.802304,163.217156 C169.534175,175.017822 157.503693,184.098463 143.710859,190.459078 C129.918025,196.819693 115.2821,200 99.8030849,200 L99.8030849,200 Z M74.9752025,18.8494254 C56.1251262,24.519943 41.1448037,35.0947094 30.0342351,50.5737248 C18.9223644,66.0527403 13.5962445,83.9835548 14.0558755,104.366168 C15.8957013,127.815158 24.7849374,147.125516 40.7235837,162.297243 C56.6622302,177.46897 76.3553972,185.361471 99.8030849,185.974746 C110.530845,185.822404 120.760562,184.060051 130.492238,180.687689 C140.223914,177.316628 149.15091,172.259386 157.273227,165.515962 C134.744801,164.137069 115.166216,156.512794 98.5374724,142.643138 C81.9100306,128.773482 70.7610509,110.727434 65.0905333,88.5049951 C62.1791034,76.3983425 61.6048902,64.367861 63.3678939,52.4135506 C65.1295954,40.4592403 68.9986983,29.2711986 74.9752025,18.8494254 Z"
|
||||
id="形状"></path>
|
||||
d="M166.698916,36.5504242 L173.364867,20.6892512 L179.802304,36.5504242 L195.893943,36.5504242 L182.790556,47.3550062 L189.227993,66.2063848 L174.745712,54.02291 L158.65212,66.2063848 L163.94113,47.3550062 L150.607276,36.5504242 L166.698916,36.5504242 L166.698916,36.5504242 Z M166.698916,143.447818 L159.572033,137.930294 L150.607276,143.447818 L154.054508,134.481109 L148.308471,129.883497 L156.353314,129.883497 L159.572033,121.838654 L161.870838,129.883497 L169.917634,129.883497 L163.021217,134.481109 L166.698916,143.447818 L166.698916,143.447818 Z M118.19353,78.620326 L121.412249,67.5852775 L125.320414,78.620326 L135.664063,78.620326 L126.240327,85.516743 L129.918025,96.7803049 L120.492336,89.8838879 L111.52758,96.7803049 L114.974812,85.516743 L106.929968,78.620326 L118.19353,78.620326 L118.19353,78.620326 Z M99.8030849,200 C72.5234034,199.384772 49.5346956,190.26572 30.8369616,172.640892 C12.1405296,155.017366 1.8724007,132.565763 0.032574917,105.286081 C-0.580700343,78.0063997 7.46544503,54.6732943 24.171011,35.2867648 C40.875275,15.9002354 62.7910765,4.59761139 89.9184157,1.37889277 L106.929968,0 L96.1253864,13.1033877 C87.542137,23.3715166 81.7947972,34.7125517 78.8833673,47.126493 C75.9719374,59.5404342 76.0487596,72.1835399 79.1138339,85.05581 C84.1710762,104.980095 94.3623829,120.957152 109.687754,132.986983 C125.013125,145.016813 142.94394,151.185373 163.480197,151.492661 L190.145953,151.492661 L179.802304,163.217156 C169.534175,175.017822 157.503693,184.098463 143.710859,190.459078 C129.918025,196.819693 115.2821,200 99.8030849,200 L99.8030849,200 Z M74.9752025,18.8494254 C56.1251262,24.519943 41.1448037,35.0947094 30.0342351,50.5737248 C18.9223644,66.0527403 13.5962445,83.9835548 14.0558755,104.366168 C15.8957013,127.815158 24.7849374,147.125516 40.7235837,162.297243 C56.6622302,177.46897 76.3553972,185.361471 99.8030849,185.974746 C110.530845,185.822404 120.760562,184.060051 130.492238,180.687689 C140.223914,177.316628 149.15091,172.259386 157.273227,165.515962 C134.744801,164.137069 115.166216,156.512794 98.5374724,142.643138 C81.9100306,128.773482 70.7610509,110.727434 65.0905333,88.5049951 C62.1791034,76.3983425 61.6048902,64.367861 63.3678939,52.4135506 C65.1295954,40.4592403 68.9986983,29.2711986 74.9752025,18.8494254 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="174.921875px" height="174.921875px" viewBox="0 0 174.921875 174.921875" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M160.332031,3.55271368e-15 L14.5703125,3.55271368e-15 C6.5234375,3.55271368e-15 0,6.5234375 0,14.5703125 L0,123.90625 C0,131.953125 6.5234375,138.476562 14.5703125,138.476562 L65.5859375,138.476562 L65.5859375,160.351562 L51.015625,160.351562 C46.9921875,160.351562 43.7304687,163.613281 43.7304687,167.636719 C43.7304687,171.660156 46.9921875,174.921875 51.015625,174.921875 L123.90625,174.921875 C127.929687,174.921875 131.191406,171.660156 131.191406,167.636719 C131.191406,163.613281 127.929687,160.351562 123.90625,160.351562 L109.335937,160.351562 L109.335937,138.496094 L160.351562,138.496094 C168.398438,138.496094 174.921875,131.972656 174.921875,123.925781 L174.921875,14.5898438 C174.921875,6.54296875 168.378906,3.55271368e-15 160.332031,3.55271368e-15 L160.332031,3.55271368e-15 Z M94.7460937,160.351562 L80.1757812,160.351562 L80.1757812,138.496094 L94.7460937,138.496094 L94.7460937,160.351562 Z M160.332031,123.90625 L14.5703125,123.90625 L14.5703125,14.5898437 L160.332031,14.5898437 L160.332031,123.90625 L160.332031,123.90625 Z M121.894531,55.9960938 L138.75,70.078125 L121.621094,86.6601562 C119.53125,88.6914062 119.472656,92.0117188 121.503906,94.1015625 C122.539062,95.15625 123.90625,95.703125 125.292969,95.703125 C126.621094,95.703125 127.929687,95.2148438 128.964844,94.21875 L150.292969,73.5742188 C151.367187,72.5390625 151.953125,71.09375 151.894531,69.609375 C151.835938,68.125 151.152344,66.71875 150.019531,65.78125 L128.691406,47.9492188 C126.464844,46.09375 123.144531,46.3867188 121.269531,48.59375 C119.375,50.8203125 119.667969,54.140625 121.894531,55.9960938 L121.894531,55.9960938 Z M45.9570312,94.21875 C46.9726562,95.2148438 48.3007812,95.703125 49.6289062,95.703125 C50.9960938,95.703125 52.3828125,95.1757812 53.4179688,94.1015625 C55.4492187,92.0117188 55.390625,88.6914062 53.3007812,86.6601562 L36.1523437,70.078125 L53.0078125,55.9960938 C55.234375,54.140625 55.5273437,50.8203125 53.671875,48.59375 C51.796875,46.3671875 48.4765625,46.0742188 46.25,47.9492188 L24.921875,65.78125 C23.7695312,66.7382812 23.0859375,68.125 23.046875,69.609375 C22.9882812,71.09375 23.5742187,72.5390625 24.6484375,73.5742188 L45.9570312,94.21875 L45.9570312,94.21875 Z M74.0234375,95.0195312 C74.8046875,95.46875 75.703125,95.703125 76.6015625,95.703125 C78.4375,95.703125 80.234375,94.7460938 81.2109375,93.0273438 L102.890625,54.5507812 C104.316406,52.0117188 103.417969,48.8085938 100.878906,47.4023437 C98.3398438,45.9765625 95.1367188,46.875 93.7109375,49.4140625 L72.03125,87.890625 C70.5859375,90.390625 71.5039062,93.59375 74.0234375,95.0195312 L74.0234375,95.0195312 Z"
|
||||
id="形状"></path>
|
||||
d="M160.332031,3.55271368e-15 L14.5703125,3.55271368e-15 C6.5234375,3.55271368e-15 0,6.5234375 0,14.5703125 L0,123.90625 C0,131.953125 6.5234375,138.476562 14.5703125,138.476562 L65.5859375,138.476562 L65.5859375,160.351562 L51.015625,160.351562 C46.9921875,160.351562 43.7304687,163.613281 43.7304687,167.636719 C43.7304687,171.660156 46.9921875,174.921875 51.015625,174.921875 L123.90625,174.921875 C127.929687,174.921875 131.191406,171.660156 131.191406,167.636719 C131.191406,163.613281 127.929687,160.351562 123.90625,160.351562 L109.335937,160.351562 L109.335937,138.496094 L160.351562,138.496094 C168.398438,138.496094 174.921875,131.972656 174.921875,123.925781 L174.921875,14.5898438 C174.921875,6.54296875 168.378906,3.55271368e-15 160.332031,3.55271368e-15 L160.332031,3.55271368e-15 Z M94.7460937,160.351562 L80.1757812,160.351562 L80.1757812,138.496094 L94.7460937,138.496094 L94.7460937,160.351562 Z M160.332031,123.90625 L14.5703125,123.90625 L14.5703125,14.5898437 L160.332031,14.5898437 L160.332031,123.90625 L160.332031,123.90625 Z M121.894531,55.9960938 L138.75,70.078125 L121.621094,86.6601562 C119.53125,88.6914062 119.472656,92.0117188 121.503906,94.1015625 C122.539062,95.15625 123.90625,95.703125 125.292969,95.703125 C126.621094,95.703125 127.929687,95.2148438 128.964844,94.21875 L150.292969,73.5742188 C151.367187,72.5390625 151.953125,71.09375 151.894531,69.609375 C151.835938,68.125 151.152344,66.71875 150.019531,65.78125 L128.691406,47.9492188 C126.464844,46.09375 123.144531,46.3867188 121.269531,48.59375 C119.375,50.8203125 119.667969,54.140625 121.894531,55.9960938 L121.894531,55.9960938 Z M45.9570312,94.21875 C46.9726562,95.2148438 48.3007812,95.703125 49.6289062,95.703125 C50.9960938,95.703125 52.3828125,95.1757812 53.4179688,94.1015625 C55.4492187,92.0117188 55.390625,88.6914062 53.3007812,86.6601562 L36.1523437,70.078125 L53.0078125,55.9960938 C55.234375,54.140625 55.5273437,50.8203125 53.671875,48.59375 C51.796875,46.3671875 48.4765625,46.0742188 46.25,47.9492188 L24.921875,65.78125 C23.7695312,66.7382812 23.0859375,68.125 23.046875,69.609375 C22.9882812,71.09375 23.5742187,72.5390625 24.6484375,73.5742188 L45.9570312,94.21875 L45.9570312,94.21875 Z M74.0234375,95.0195312 C74.8046875,95.46875 75.703125,95.703125 76.6015625,95.703125 C78.4375,95.703125 80.234375,94.7460938 81.2109375,93.0273438 L102.890625,54.5507812 C104.316406,52.0117188 103.417969,48.8085938 100.878906,47.4023437 C98.3398438,45.9765625 95.1367188,46.875 93.7109375,49.4140625 L72.03125,87.890625 C70.5859375,90.390625 71.5039062,93.59375 74.0234375,95.0195312 L74.0234375,95.0195312 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -1,20 +1,8 @@
|
|||
<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path
|
||||
d="M166,0 C184.777681,-3.44940413e-15 200,15.2223185 200,34 L200,166 C200,184.777681 184.777681,200 166,200 L34,200 C15.2223185,200 2.29960275e-15,184.777681 0,166 L0,34 C-2.29960275e-15,15.2223185 15.2223185,3.44940413e-15 34,0 L166,0 Z M162,20 L118,20 C108.058875,20 100,28.0588745 100,38 L100,162 C100,171.941125 108.058875,180 118,180 L162,180 C171.941125,180 180,171.941125 180,162 L180,38 C180,28.0588745 171.941125,20 162,20 Z M61.1075424,75.4360715 C59.6900409,74.0997272 58.5169363,73.6960398 57.5882284,74.2250095 C56.6595206,74.7539791 56.170727,75.9928817 56.1218476,77.9417171 C56.1218476,79.0553374 56.0851881,80.3777615 56.011869,81.9089894 C55.93855,83.4402172 55.9018905,84.7626413 55.9018905,85.8762616 C55.9018905,87.3796489 55.3642175,88.3401464 54.2888716,88.757754 C53.2135256,89.1753616 51.7471448,89.3563249 49.8897291,89.3006439 C48.5699864,89.3006439 46.7858897,89.2867237 44.5374391,89.2588832 C42.2889885,89.2310426 39.9794387,89.2171224 37.6087897,89.2171224 C35.2381407,89.2171224 33.00191,89.2032021 30.9000974,89.1753616 C28.7982849,89.1475211 27.2585851,89.1336009 26.2809979,89.1336009 C24.130306,89.1336009 22.5539466,89.5372882 21.5519197,90.3446629 C20.5498928,91.1520376 20.0488794,92.7250263 20.0488794,95.0636288 C20,96.7897402 19.9877802,98.3488086 20.0122198,99.740834 C20.0366595,101.132859 20.0488794,102.580566 20.0488794,104.083953 C20.0488794,105.364616 20.2199571,106.380795 20.5621126,107.132489 C20.9042682,107.884182 21.3564023,108.454913 21.9185149,108.84468 C22.4806276,109.234447 23.1038394,109.498932 23.7881505,109.638134 C24.4724615,109.777337 25.1323329,109.846938 25.7677646,109.846938 C27.2341454,109.846938 29.1404405,109.860858 31.4866498,109.888699 C33.8328591,109.916539 36.2523874,109.930459 38.7452348,109.930459 C41.2380822,109.930459 43.6331709,109.94438 45.9305009,109.97222 C47.8996408,109.996084 49.5455785,110.00972 50.8683139,110.013129 L51.502748,110.013981 C52.7736114,110.013981 53.7756383,110.194944 54.5088287,110.556871 C55.2420191,110.918797 55.6086143,111.795773 55.6086143,113.187799 C55.6086143,113.855971 55.6208341,114.593744 55.6452738,115.401119 C55.6697135,116.208494 55.6819333,117.029789 55.6819333,117.865004 L55.6819333,122.291644 C55.633054,124.296161 56.1585071,125.493303 57.2582927,125.88307 C58.3580783,126.272837 59.76336,125.688186 61.4741376,124.129118 C63.0382771,122.737093 64.8223738,121.136263 66.8264276,119.326631 C68.8304814,117.516998 70.8711947,115.693444 72.9485675,113.855971 C75.0259404,112.018497 77.0299942,110.236705 78.9607289,108.510594 C80.8914637,106.784482 82.5655818,105.253254 83.9830832,103.91691 C85.3517053,102.636247 86.0237965,101.397344 86,100.200202 C85.9749172,99.0030605 85.2539466,97.7363175 83.8364451,96.3999732 C82.2723056,95.0079478 80.4882089,93.3792782 78.4841551,91.5139642 C76.4801013,89.6486502 74.4271682,87.7554958 72.3253557,85.8345008 C70.2235432,83.9135058 68.1950497,82.0342716 66.2398753,80.1967982 C64.2847008,78.3593247 62.5739232,76.7724158 61.1075424,75.4360715 Z"
|
||||
id="形状结合" fill="currentColor" fill-rule="nonzero"></path>
|
||||
fill="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
||||
<!-- <svg width="134px" height="114px" viewBox="0 0 134 114" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<rect id="矩形" stroke="currentColor" stroke-width="10" x="5" y="5" width="124" height="104" rx="28"></rect>
|
||||
<rect id="矩形" fill="currentColor" x="78" y="20" width="30" height="73" rx="12"></rect>
|
||||
<path
|
||||
d="M50.0276107,39.9942033 C49.0611413,39.0690419 48.2613046,38.789566 47.6281006,39.1557758 C46.9948966,39.5219855 46.6616313,40.3796873 46.6283047,41.7288811 C46.6283047,42.499849 46.6033098,43.4153733 46.55332,44.4754542 C46.5033302,45.535535 46.4783354,46.4510594 46.4783354,47.2220273 C46.4783354,48.2628338 46.1117435,48.9277937 45.3785599,49.2169066 C44.6453762,49.5060196 43.6455804,49.6313018 42.3791723,49.5927535 C41.4793561,49.5927535 40.2629377,49.5831164 38.7299174,49.5638422 C37.1968971,49.5445679 35.6222186,49.5349309 34.005882,49.5349309 C32.3895453,49.5349309 30.8648567,49.5252937 29.4318159,49.5060196 C27.9987751,49.4867454 26.9489895,49.4771083 26.282459,49.4771083 C24.8160917,49.4771083 23.7413111,49.7565841 23.0581173,50.3155358 C22.3749234,50.8744876 22.0333266,51.9634797 22.0333266,53.5825122 C22,54.7775124 21.9916684,55.8568675 22.0083316,56.8205774 C22.0249949,57.784287 22.0333266,58.7865457 22.0333266,59.8273521 C22.0333266,60.7139649 22.1499694,61.4174734 22.383255,61.937877 C22.6165408,62.4582798 22.9248112,62.8534013 23.3080662,63.12324 C23.6913214,63.3930787 24.1162346,63.5761837 24.582806,63.6725543 C25.0493774,63.7689256 25.4992855,63.8171109 25.9325304,63.8171109 C26.9323263,63.8171109 28.2320609,63.8267478 29.8317343,63.8460224 C31.4314076,63.8652962 33.0810708,63.8749331 34.7807237,63.8749331 C36.4803767,63.8749331 38.1133766,63.8845707 39.6797235,63.9038446 C41.0223065,63.9203658 42.1445263,63.9298061 43.046383,63.9321662 L43.4789478,63.9327561 C44.3454375,63.9327561 45.0286314,64.0580381 45.5285293,64.308603 C46.0284272,64.5591671 46.2783762,65.1663044 46.2783762,66.1300147 C46.2783762,66.5925953 46.2867078,67.1033612 46.303371,67.6623131 C46.3200343,68.221265 46.3283659,68.7898539 46.3283659,69.3680797 L46.3283659,72.4326766 C46.2950394,73.8204191 46.6532996,74.6492097 47.4031465,74.9190484 C48.1529934,75.1888871 49.1111311,74.7841287 50.2775596,73.704774 C51.3440085,72.7410643 52.5604268,71.6327974 53.9268145,70.3799753 C55.2932022,69.1271524 56.6845848,67.864692 58.1009622,66.5925953 C59.5173397,65.3204979 60.8837274,64.0869496 62.2001253,62.8919497 C63.5165232,61.6969491 64.6579568,60.6368681 65.6244261,59.7117069 C66.5575689,58.8250941 67.0158086,57.967392 67,57.1386014 C66.9824821,56.3098111 66.4909158,55.4328352 65.5244465,54.5076737 C64.4579976,53.5439638 63.2415793,52.4164234 61.8751916,51.1250521 C60.5088039,49.8336809 59.1090897,48.5230355 57.676049,47.1931159 C56.2430083,45.8631963 54.8599573,44.562188 53.5268962,43.2900911 C52.193835,42.017994 51.0274065,40.9193648 50.0276107,39.9942033 Z"
|
||||
id="形状结合-path" fill="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg> -->
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -1,19 +1,19 @@
|
|||
<svg width="156.2875px" height="163.8125px" viewBox="0 0 156.2875 163.8125" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M96.5,163.8 C63.4974069,163.758678 36.7538222,137.015093 36.7125,104.0125 C36.7538221,71.0168104 63.4918104,44.2788221 96.4875,44.2375 C129.490102,44.2719215 156.239279,71.0099152 156.2875,104.0125 C156.246178,137.021997 129.496997,163.771178 96.4875,163.8125 L96.5,163.8 Z M96.5,56.7375 C70.400132,56.7650451 49.2469453,77.9126402 49.2125,104.0125 C49.233157,130.117249 70.3827654,151.278042 96.4875,151.3125 C122.599145,151.284942 143.759942,130.124145 143.7875,104.0125 C143.753042,77.9077654 122.592249,56.758157 96.4875,56.7375 L96.5,56.7375 Z"
|
||||
id="形状"></path>
|
||||
d="M96.5,163.8 C63.4974069,163.758678 36.7538222,137.015093 36.7125,104.0125 C36.7538221,71.0168104 63.4918104,44.2788221 96.4875,44.2375 C129.490102,44.2719215 156.239279,71.0099152 156.2875,104.0125 C156.246178,137.021997 129.496997,163.771178 96.4875,163.8125 L96.5,163.8 Z M96.5,56.7375 C70.400132,56.7650451 49.2469453,77.9126402 49.2125,104.0125 C49.233157,130.117249 70.3827654,151.278042 96.4875,151.3125 C122.599145,151.284942 143.759942,130.124145 143.7875,104.0125 C143.753042,77.9077654 122.592249,56.758157 96.4875,56.7375 L96.5,56.7375 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M112.2125,122.3 C110.842732,122.299228 109.511462,121.846685 108.425,121.0125 L93.1375,109.3375 C92.3789081,108.754754 91.763284,108.0066 91.3375,107.15 L76.9625,78.375 C75.5464995,75.3096728 76.8211874,71.6738857 79.8412917,70.1638335 C82.8613961,68.6537813 86.5348385,69.8155033 88.1375,72.7875 L101.875,100.25 L116.0125,111.0625 C118.134179,112.695689 118.982886,115.497044 118.124345,118.03313 C117.265803,120.569217 114.889953,122.278961 112.2125,122.2875 L112.2125,122.3 Z"
|
||||
id="路径"></path>
|
||||
d="M112.2125,122.3 C110.842732,122.299228 109.511462,121.846685 108.425,121.0125 L93.1375,109.3375 C92.3789081,108.754754 91.763284,108.0066 91.3375,107.15 L76.9625,78.375 C75.5464995,75.3096728 76.8211874,71.6738857 79.8412917,70.1638335 C82.8613961,68.6537813 86.5348385,69.8155033 88.1375,72.7875 L101.875,100.25 L116.0125,111.0625 C118.134179,112.695689 118.982886,115.497044 118.124345,118.03313 C117.265803,120.569217 114.889953,122.278961 112.2125,122.2875 L112.2125,122.3 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M31.25,162.5 L6.25,162.5 C2.79822031,162.5 0,159.70178 0,156.25 L0,6.25 C0,2.79822031 2.79822031,0 6.25,0 L137.5,0 C140.95178,0 143.75,2.79822031 143.75,6.25 L143.75,25 C143.75,28.4517797 140.95178,31.25 137.5,31.25 C134.04822,31.25 131.25,28.4517797 131.25,25 L131.25,12.5 L12.5,12.5 L12.5,150 L31.25,150 C34.7017797,150 37.5,152.79822 37.5,156.25 C37.5,159.70178 34.7017797,162.5 31.25,162.5 Z"
|
||||
id="路径"></path>
|
||||
d="M31.25,162.5 L6.25,162.5 C2.79822031,162.5 0,159.70178 0,156.25 L0,6.25 C0,2.79822031 2.79822031,0 6.25,0 L137.5,0 C140.95178,0 143.75,2.79822031 143.75,6.25 L143.75,25 C143.75,28.4517797 140.95178,31.25 137.5,31.25 C134.04822,31.25 131.25,28.4517797 131.25,25 L131.25,12.5 L12.5,12.5 L12.5,150 L31.25,150 C34.7017797,150 37.5,152.79822 37.5,156.25 C37.5,159.70178 34.7017797,162.5 31.25,162.5 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M118.75,37.5 L68.75,37.5 C65.2982203,37.5 62.5,34.7017797 62.5,31.25 C62.5,27.7982203 65.2982203,25 68.75,25 L118.75,25 C122.20178,25 125,27.7982203 125,31.25 C125,34.7017797 122.20178,37.5 118.75,37.5 Z"
|
||||
id="路径"></path>
|
||||
d="M118.75,37.5 L68.75,37.5 C65.2982203,37.5 62.5,34.7017797 62.5,31.25 C62.5,27.7982203 65.2982203,25 68.75,25 L118.75,25 C122.20178,25 125,27.7982203 125,31.25 C125,34.7017797 122.20178,37.5 118.75,37.5 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -1,13 +1,13 @@
|
|||
<svg width="62.2015625px" height="63.8665px" viewBox="0 0 62.2015625 63.8665" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M37.97925,13.5996875 L50.7601875,6.2105 C52.411056,5.16332103 54.5253761,5.193255 56.1459375,6.28675 C59.0218125,8.1376875 62.1860625,9.7859375 62.1860625,9.7859375 L46.8653125,18.818625 L37.97925,13.5996875 Z M37.8421875,31.5685625 L46.773625,26.4711875 L62.2015625,35.387125 L55.18775,39.5405625 C55.18775,39.5405625 53.270125,40.9254375 49.33,38.34875 C45.389875,35.7720625 37.8421875,31.5685625 37.8421875,31.5685625 Z M26.3781875,38.2140625 L31.2169375,35.4753125 L36.0091875,38.2831875 L34.7995,61.8344375 L31.1705,63.8665 L27.56525,61.7665625 L26.3781875,38.2140625 L26.3781875,38.2140625 Z M0,9.80025 L22.2140625,22.6109375 C22.2140625,22.6109375 25.468875,24.0494375 27.1445625,25.9325 C28.704625,27.685625 26.4139375,30.6210625 26.4139375,30.6210625 L40.1054375,22.5168125 L10.8335,5.6003125 C10.8335,5.6003125 8.7025625,4.542 5.4775,6.51325 C2.2524375,8.4845 0,9.80025 0,9.80025 L0,9.80025 Z"
|
||||
id="形状"></path>
|
||||
d="M37.97925,13.5996875 L50.7601875,6.2105 C52.411056,5.16332103 54.5253761,5.193255 56.1459375,6.28675 C59.0218125,8.1376875 62.1860625,9.7859375 62.1860625,9.7859375 L46.8653125,18.818625 L37.97925,13.5996875 Z M37.8421875,31.5685625 L46.773625,26.4711875 L62.2015625,35.387125 L55.18775,39.5405625 C55.18775,39.5405625 53.270125,40.9254375 49.33,38.34875 C45.389875,35.7720625 37.8421875,31.5685625 37.8421875,31.5685625 Z M26.3781875,38.2140625 L31.2169375,35.4753125 L36.0091875,38.2831875 L34.7995,61.8344375 L31.1705,63.8665 L27.56525,61.7665625 L26.3781875,38.2140625 L26.3781875,38.2140625 Z M0,9.80025 L22.2140625,22.6109375 C22.2140625,22.6109375 25.468875,24.0494375 27.1445625,25.9325 C28.704625,27.685625 26.4139375,30.6210625 26.4139375,30.6210625 L40.1054375,22.5168125 L10.8335,5.6003125 C10.8335,5.6003125 8.7025625,4.542 5.4775,6.51325 C2.2524375,8.4845 0,9.80025 0,9.80025 L0,9.80025 Z">
|
||||
</path>
|
||||
<path
|
||||
d="M0.1263125,35.40975 L7.3736875,39.503625 C7.39162617,39.5141874 7.41034761,39.52336 7.4296875,39.5310625 C7.70975,39.6501875 9.86575,40.4785625 12.4185625,38.6348125 C15.0310625,36.7481875 25.395,31.1800625 26.3460625,30.6699375 C26.3954258,30.6435723 26.4407607,30.6102762 26.4806875,30.5710625 C26.9061875,30.1503125 29.329125,27.5056875 26.3138125,25.0458125 C26.278125,25.0171875 26.1231875,24.8694375 26.0755,24.8635 L24.7406875,23.9815625 L23.8241875,23.421375 L22.5131875,22.734875 C22.330875,22.633625 22.108,22.754 21.9268125,22.8540625 L0.1263125,35.40975 Z M39.604875,5.1808125 L30.9094375,0 L22.237875,5.2034375 L30.932125,10.3163125 L39.604875,5.1808125 Z"
|
||||
id="形状"></path>
|
||||
d="M0.1263125,35.40975 L7.3736875,39.503625 C7.39162617,39.5141874 7.41034761,39.52336 7.4296875,39.5310625 C7.70975,39.6501875 9.86575,40.4785625 12.4185625,38.6348125 C15.0310625,36.7481875 25.395,31.1800625 26.3460625,30.6699375 C26.3954258,30.6435723 26.4407607,30.6102762 26.4806875,30.5710625 C26.9061875,30.1503125 29.329125,27.5056875 26.3138125,25.0458125 C26.278125,25.0171875 26.1231875,24.8694375 26.0755,24.8635 L24.7406875,23.9815625 L23.8241875,23.421375 L22.5131875,22.734875 C22.330875,22.633625 22.108,22.754 21.9268125,22.8540625 L0.1263125,35.40975 Z M39.604875,5.1808125 L30.9094375,0 L22.237875,5.2034375 L30.932125,10.3163125 L39.604875,5.1808125 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="200.035538px" height="117.302516px" viewBox="0 0 200.035538 117.302516" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M194.590602,33.8598329 C187.538993,41.0864816 113.597124,111.527552 113.597124,111.527552 C110.038854,115.217857 105.132889,117.302516 100.006523,117.302516 C94.8801572,117.302516 89.9741914,115.217857 86.4159223,111.527552 C86.4159223,111.527552 12.4990585,41.0864816 5.44744976,33.8598329 C-1.81581659,25.9947492 -1.81581659,13.8685612 5.44744976,6.00347756 C12.9491612,-1.69827958 23.4515573,-2.27341072 32.6036452,6.00347756 L100.019026,70.6432248 L167.4094,6.00347756 C176.6115,-2.29841646 187.08889,-1.69827958 194.590602,6.00347756 C201.850517,13.8602613 201.850517,25.9780434 194.590602,33.8348271 L194.590602,33.8598329 Z"
|
||||
id="路径"></path>
|
||||
d="M194.590602,33.8598329 C187.538993,41.0864816 113.597124,111.527552 113.597124,111.527552 C110.038854,115.217857 105.132889,117.302516 100.006523,117.302516 C94.8801572,117.302516 89.9741914,115.217857 86.4159223,111.527552 C86.4159223,111.527552 12.4990585,41.0864816 5.44744976,33.8598329 C-1.81581659,25.9947492 -1.81581659,13.8685612 5.44744976,6.00347756 C12.9491612,-1.69827958 23.4515573,-2.27341072 32.6036452,6.00347756 L100.019026,70.6432248 L167.4094,6.00347756 C176.6115,-2.29841646 187.08889,-1.69827958 194.590602,6.00347756 C201.850517,13.8602613 201.850517,25.9780434 194.590602,33.8348271 L194.590602,33.8598329 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1022 B |
|
@ -1,12 +1,11 @@
|
|||
<svg width="117.302516px" height="200.035538px" viewBox="0 0 117.302516 200.035538" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组"
|
||||
transform="translate(58.6513, 100.0178) rotate(-90) translate(-58.6513, -100.0178)translate(-41.3665, 41.3665)"
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(58.6513, 100.0178) rotate(-90) translate(-58.6513, -100.0178)translate(-41.3665, 41.3665)"
|
||||
fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M194.590602,33.8598329 C187.538993,41.0864816 113.597124,111.527552 113.597124,111.527552 C110.038854,115.217857 105.132889,117.302516 100.006523,117.302516 C94.8801572,117.302516 89.9741914,115.217857 86.4159223,111.527552 C86.4159223,111.527552 12.4990585,41.0864816 5.44744976,33.8598329 C-1.81581659,25.9947492 -1.81581659,13.8685612 5.44744976,6.00347756 C12.9491612,-1.69827958 23.4515573,-2.27341072 32.6036452,6.00347756 L100.019026,70.6432248 L167.4094,6.00347756 C176.6115,-2.29841646 187.08889,-1.69827958 194.590602,6.00347756 C201.850517,13.8602613 201.850517,25.9780434 194.590602,33.8348271 L194.590602,33.8598329 Z"
|
||||
id="路径"></path>
|
||||
d="M194.590602,33.8598329 C187.538993,41.0864816 113.597124,111.527552 113.597124,111.527552 C110.038854,115.217857 105.132889,117.302516 100.006523,117.302516 C94.8801572,117.302516 89.9741914,115.217857 86.4159223,111.527552 C86.4159223,111.527552 12.4990585,41.0864816 5.44744976,33.8598329 C-1.81581659,25.9947492 -1.81581659,13.8685612 5.44744976,6.00347756 C12.9491612,-1.69827958 23.4515573,-2.27341072 32.6036452,6.00347756 L100.019026,70.6432248 L167.4094,6.00347756 C176.6115,-2.29841646 187.08889,-1.69827958 194.590602,6.00347756 C201.850517,13.8602613 201.850517,25.9780434 194.590602,33.8348271 L194.590602,33.8598329 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,10 +1,10 @@
|
|||
<svg width="170.833333px" height="170.833333px" viewBox="0 0 170.833333 170.833333" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M85.4166666,0 C38.3333332,0 0,38.3333332 0,85.4166666 C0,132.5 38.3333332,170.833333 85.4166666,170.833333 C132.5,170.833333 170.833333,132.5 170.833333,85.4166666 C170.833333,38.3333332 132.5,0 85.4166666,0 Z M41.6666666,143.75 C41.6666666,119.583333 61.25,100 85.4166666,100 C109.583333,100 129.166667,119.583333 129.166667,143.75 C117.083333,152.916667 101.666667,158.333333 85.4166666,158.333333 C69.1666666,158.333333 53.75,152.916667 41.6666666,143.75 Z M66.6666666,68.75 C66.6666666,58.3333334 75,50 85.4166666,50 C95.8333332,50 104.166667,58.3333334 104.166667,68.75 C104.166667,79.1666666 95.8333332,87.5 85.4166666,87.5 C75,87.5 66.6666666,79.1666666 66.6666666,68.75 Z M140.416667,132.916667 C136.666667,114.166667 123.75,98.75 106.25,91.6666666 C112.5,85.8333332 116.25,77.9166666 116.25,68.75 C116.25,51.6666666 102.083333,37.5 85,37.5 C67.9166666,37.5 53.75,51.6666666 53.75,68.75 C53.75,77.9166666 57.5,85.8333334 63.75,91.6666666 C46.25,98.75 33.3333334,114.166667 29.5833332,132.916667 C18.7499998,120 11.6666666,103.75 11.6666666,85.4166666 C11.6666666,45.4166666 44.5833332,12.5 84.5833332,12.5 C124.583333,12.5 158.333333,45.4166666 158.333333,85.4166666 C158.333333,103.75 151.666667,120 140.416667,132.916667 Z"
|
||||
id="形状"></path>
|
||||
d="M85.4166666,0 C38.3333332,0 0,38.3333332 0,85.4166666 C0,132.5 38.3333332,170.833333 85.4166666,170.833333 C132.5,170.833333 170.833333,132.5 170.833333,85.4166666 C170.833333,38.3333332 132.5,0 85.4166666,0 Z M41.6666666,143.75 C41.6666666,119.583333 61.25,100 85.4166666,100 C109.583333,100 129.166667,119.583333 129.166667,143.75 C117.083333,152.916667 101.666667,158.333333 85.4166666,158.333333 C69.1666666,158.333333 53.75,152.916667 41.6666666,143.75 Z M66.6666666,68.75 C66.6666666,58.3333334 75,50 85.4166666,50 C95.8333332,50 104.166667,58.3333334 104.166667,68.75 C104.166667,79.1666666 95.8333332,87.5 85.4166666,87.5 C75,87.5 66.6666666,79.1666666 66.6666666,68.75 Z M140.416667,132.916667 C136.666667,114.166667 123.75,98.75 106.25,91.6666666 C112.5,85.8333332 116.25,77.9166666 116.25,68.75 C116.25,51.6666666 102.083333,37.5 85,37.5 C67.9166666,37.5 53.75,51.6666666 53.75,68.75 C53.75,77.9166666 57.5,85.8333334 63.75,91.6666666 C46.25,98.75 33.3333334,114.166667 29.5833332,132.916667 C18.7499998,120 11.6666666,103.75 11.6666666,85.4166666 C11.6666666,45.4166666 44.5833332,12.5 84.5833332,12.5 C124.583333,12.5 158.333333,45.4166666 158.333333,85.4166666 C158.333333,103.75 151.666667,120 140.416667,132.916667 Z">
|
||||
</path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -1,17 +1,17 @@
|
|||
<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<polygon id="路径" fill="#202425" opacity="0.01" points="0 0 200 0 200 200 0 200"></polygon>
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<polygon fill="#202425" opacity="0.01" points="0 0 200 0 200 200 0 200"></polygon>
|
||||
<path
|
||||
d="M13.3333334,60 C13.3333334,45.2724067 25.2724067,33.3333334 40,33.3333334 L160,33.3333334 C167.07244,33.3333334 173.855211,36.1428491 178.856181,41.1438192 C183.857151,46.1447893 186.666667,52.9275603 186.666667,60 L186.666667,160 C186.666667,174.727593 174.727593,186.666667 160,186.666667 L40,186.666667 C25.2724067,186.666667 13.3333334,174.727593 13.3333334,160 L13.3333334,60 Z"
|
||||
id="路径" fill="#F79DA6"></path>
|
||||
fill="#F79DA6"></path>
|
||||
<path
|
||||
d="M63.3333334,26.6666666 C63.3333334,21.1438191 58.8561809,16.6666666 53.3333334,16.6666666 C47.8104859,16.6666666 43.3333334,21.1438191 43.3333334,26.6666666 L43.3333334,46.6666666 C43.3333334,52.1895141 47.8104859,56.6666666 53.3333334,56.6666666 C58.8561809,56.6666666 63.3333334,52.1895141 63.3333334,46.6666666 L63.3333334,26.6666666 Z M156.666667,26.666667 C156.666667,21.1438193 152.189514,16.666667 146.666667,16.666667 C141.143819,16.666667 136.666667,21.1438193 136.666667,26.666667 L136.666667,46.666667 C136.666667,52.1895139 141.143819,56.666667 146.666667,56.666667 C152.189514,56.666667 156.666667,52.1895139 156.666667,46.666667 L156.666667,26.666667 Z M186.666667,66.6666666 L13.3333334,66.6666666 L13.3333334,160 C13.3333334,174.727593 25.2724067,186.666667 40,186.666667 L160,186.666667 C174.727593,186.666667 186.666667,174.727593 186.666667,160 L186.666667,66.6666666 Z"
|
||||
id="形状" fill="#D42536"></path>
|
||||
fill="#D42536"></path>
|
||||
<path
|
||||
d="M129.951616,139.656984 C131.572567,141.368282 132.760332,142.936973 133.514913,144.363055 C134.269493,145.789138 134.14373,147.414872 133.137622,149.240257 C132.914043,149.582517 132.606621,149.996081 132.215357,150.480949 C131.824094,150.965817 131.418856,151.436424 130.999645,151.89277 C130.580433,152.349117 130.161222,152.76268 129.742011,153.133462 C129.322799,153.504243 128.973457,153.775199 128.693982,153.946329 C127.296611,154.801978 125.647713,155.030151 123.747289,154.630848 C121.846864,154.231545 120.142071,153.261809 118.63291,151.72164 L115.111535,148.127913 L110.416368,143.336276 L104.882779,137.68899 L98.8461356,131.528314 L88.1143256,142.480627 C84.8165298,145.846181 82.1335773,148.612781 80.065468,150.780426 C77.941464,152.948071 75.8314336,154.288589 73.735377,154.801978 C71.6393203,155.315368 69.7808167,154.8305 68.1598663,153.347374 L67.5729704,152.74842 L66.6507055,151.807205 L65.7284406,150.865991 C65.3930715,150.523731 65.1974395,150.295558 65.1415447,150.181471 C64.5267014,149.382865 64.1633849,148.569998 64.0515952,147.742871 C63.9398056,146.915743 64.0096741,146.102876 64.2612009,145.30427 C64.5127277,144.505664 64.8900179,143.735579 65.3930715,142.994016 C65.8961251,142.252453 66.4550735,141.567934 67.0699168,140.940458 C67.5729704,140.484111 68.4672879,139.628462 69.7528693,138.373509 L74.2803517,133.581873 C76.1248815,131.756487 78.1790171,129.702929 80.4427582,127.421197 C82.7064994,125.139465 85.0680566,122.743647 87.5274297,120.233742 C84.8444772,117.495664 82.2872881,114.900194 79.8558624,112.447332 C77.4244367,109.99447 75.2445377,107.798303 73.3161656,105.858831 C71.3877935,103.919359 69.8087642,102.336408 68.5790776,101.109977 C67.349391,99.8835463 66.5948106,99.1277227 66.3153364,98.8425062 C64.8620705,97.3593805 64.1214638,95.8905157 64.0935164,94.4359117 C64.065569,92.9813076 64.5546488,91.5124428 65.560756,90.0293171 C66.0079148,89.4588842 66.6507055,88.7886255 67.4891281,88.018541 C68.3275508,87.2484565 68.9144467,86.7493277 69.2498157,86.5211545 C70.9266611,85.3802886 72.4358218,84.8811598 73.7772981,85.023768 C75.1187743,85.1663763 76.4602506,85.9507216 77.8017269,87.3768039 L80.4008371,90.0293171 C81.6864185,91.3413129 83.2794216,92.9385252 85.1798463,94.8209539 C87.080271,96.7033826 89.2182487,98.8282454 91.5937796,101.195542 C93.9693105,103.562839 96.4426573,106.029961 99.0138202,108.59691 C101.137824,106.429264 103.219907,104.318662 105.260069,102.265104 C107.300231,100.211545 109.200655,98.2863341 110.961343,96.4894703 C112.722031,94.6926065 114.315034,93.0811334 115.740352,91.655051 C117.165671,90.2289687 118.353436,89.0310595 119.303649,88.0613235 C120.645125,86.7493277 122.098391,85.8794175 123.663446,85.4515927 C125.228502,85.023768 126.737663,85.3802886 128.190929,86.5211545 C128.246824,86.5781978 128.428482,86.7208061 128.735903,86.9489792 C129.043325,87.1771524 129.350747,87.4338472 129.658168,87.7190637 C129.96559,88.0042802 130.259038,88.2752358 130.538512,88.5319307 C130.817986,88.7886255 131.013618,88.9454945 131.125408,89.0025378 C132.634569,90.4856635 133.375175,92.0971366 133.347228,93.8369571 C133.319281,95.5767776 132.578674,97.1882506 131.125408,98.6713763 C130.119301,99.6981556 128.875641,100.98163 127.394427,102.521799 C125.913214,104.061968 124.264316,105.744745 122.447733,107.57013 C120.631151,109.395516 118.716753,111.334988 116.704538,113.388546 L110.332526,119.891482 C112.400635,121.945041 114.426823,123.955817 116.41109,125.92381 C118.395357,127.891804 120.239887,129.73145 121.94468,131.442749 C123.649473,133.154048 125.186581,134.722739 126.556005,136.148821 C127.925428,137.574903 129.057299,138.744291 129.951616,139.656984 Z"
|
||||
id="路径-2" fill="#FFFFFF"></path>
|
||||
fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.4 KiB |
|
@ -1,9 +1,9 @@
|
|||
<svg width="135px" height="135px" viewBox="0 0 135 135" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<circle id="椭圆形-2" fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g transform="translate(35, 35)" fill="currentColor" id="形状">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<circle fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g transform="translate(35, 35)" fill="currentColor">
|
||||
<path
|
||||
d="M20.8641975,6.3659794 C22.0233196,6.3659794 23.0152606,6.76804125 23.8400206,7.57216495 C24.6647805,8.37628865 25.0771605,9.35910653 25.0771605,10.5206186 L25.0771605,27.2731959 C25.0771605,28.4347079 24.6647805,29.4286941 23.8400206,30.2551546 C23.0152606,31.0816151 22.0233196,31.4948453 20.8641975,31.4948453 L4.14609055,31.4948453 C2.98696848,31.4948453 2.00617286,31.0816151 1.20370369,30.2551546 C0.401234518,29.4286941 0,28.4347079 0,27.2731959 L0,10.5206186 C0,9.35910657 0.401234563,8.37628869 1.20370369,7.57216495 C2.00617281,6.7680412 2.98696844,6.3659794 4.14609055,6.3659794 L20.8641975,6.3659794 Z M20.8641975,39.871134 C22.0233196,39.871134 23.0152606,40.2731958 23.8400206,41.0773195 C24.6647805,41.8814432 25.0771605,42.8642611 25.0771605,44.0257732 L25.0771605,60.8453608 C25.0771605,62.0068728 24.6647805,62.9896907 23.8400206,63.7938144 C23.0152606,64.5979382 22.0233196,65 20.8641975,65 L4.14609055,65 C2.98696848,65 2.00617286,64.5979381 1.20370369,63.7938144 C0.401234518,62.9896907 0,62.0068729 0,60.8453608 L0,44.0257732 C0,42.8642612 0.401234563,41.8814433 1.20370369,41.0773195 C2.00617281,40.2731958 2.98696844,39.871134 4.14609055,39.871134 L20.8641975,39.871134 Z M54.367284,39.871134 C55.5264061,39.871134 56.5072017,40.2731958 57.3096708,41.0773195 C58.11214,41.8814432 58.5133745,42.8642611 58.5133745,44.0257732 L58.5133745,60.8453608 C58.5133745,62.0068728 58.11214,62.9896907 57.3096708,63.7938144 C56.5072017,64.5979382 55.5264061,65 54.367284,65 L37.649177,65 C36.4900549,65 35.4981139,64.5979381 34.673354,63.7938144 C33.848594,62.9896907 33.436214,62.0068729 33.436214,60.8453608 L33.436214,44.0257732 C33.436214,42.8642612 33.848594,41.8814433 34.673354,41.0773195 C35.4981139,40.2731958 36.4900549,39.871134 37.649177,39.871134 L54.367284,39.871134 Z M63.6625515,13.7371134 C64.5541838,14.6305842 65,15.6804123 65,16.8865979 C65,18.0927835 64.5541838,19.1202749 63.6625515,19.9690722 L51.2242799,32.4329897 C50.3326475,33.3264604 49.2961249,33.7731958 48.114712,33.7731958 C46.9332991,33.7731958 45.8967765,33.3264604 45.0051441,32.4329897 L32.5668725,19.9690722 C31.7198218,19.1202749 31.2962964,18.0927835 31.2962964,16.8865979 C31.2962964,15.6804123 31.7198218,14.6305842 32.5668725,13.7371134 L45.0051441,1.27319589 C45.8967765,0.424398631 46.9332991,0 48.114712,0 C49.2961249,0 50.3326475,0.424398631 51.2242799,1.27319589 L63.6625515,13.7371134 Z">
|
||||
</path>
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -1,11 +1,11 @@
|
|||
<svg width="135px" height="135px" viewBox="0 0 135 135" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill-rule="nonzero">
|
||||
<circle id="椭圆形-2" fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill-rule="nonzero">
|
||||
<circle fill="#B2E4C1" cx="67.5" cy="67.5" r="67.5"></circle>
|
||||
<path
|
||||
d="M93.8940148,35 L75.5780905,35 C72.220408,35 67.5302151,36.9418902 65.1556653,39.31644 L36.7809124,67.6911929 C34.4063625,70.0657427 34.4063625,73.9515543 36.7809124,76.3261041 L58.6738959,98.2190876 C61.0484457,100.593637 64.9342573,100.593637 67.3088071,98.2190876 L95.6815288,69.846366 C98.0581098,67.4718162 100,62.7816233 100,59.4219095 L100,41.1059852 C100,37.7483027 97.2516973,35 93.8940148,35 Z M85.7811389,55.3126587 C82.4153314,55.3126587 79.6873413,52.5846687 79.6873413,49.2188611 C79.6873413,45.8530536 82.4153314,43.1250635 85.7811389,43.1250635 C89.1469465,43.1250635 91.8749365,45.8530536 91.8749365,49.2188611 C91.8749365,52.5846687 89.1469465,55.3126587 85.7811389,55.3126587 Z"
|
||||
id="形状" fill="currentColor"></path>
|
||||
fill="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -8,16 +8,3 @@
|
|||
fill="rgb(178, 228, 193)" p-id="62200" data-spm-anchor-id="a313x.search_index.0.i54.46c83a815s2V0n" class="">
|
||||
</path>
|
||||
</svg>
|
||||
|
||||
<!-- <svg t="1751448525528" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
p-id="61090" width="200" height="200">
|
||||
<path
|
||||
d="M539.450983 15.110813h-0.503689v467.927137h468.934515C1007.579596 224.544724 798.044947 15.110813 539.450983 15.110813z"
|
||||
fill="currentColor" p-id="61091"></path>
|
||||
<path
|
||||
d="M486.563632 82.101458h-15.110672c-62.961132 0-125.2171 12.592226-183.141342 37.172252C114.337417 193.013789 1.309592 363.663642 1.208854 552.647778c-0.201476 260.105031 210.542027 471.150747 470.747795 471.352222h0.705165c259.903555-0.201476 470.445582-211.045716 470.244106-470.949271v-15.614361H486.563632v-455.33491z m425.919469 485.556254c-1.712543 54.196943-13.498867 107.487245-34.553069 157.4532-94.794281 224.141632-353.388244 328.908956-577.429139 234.114675C142.644742 892.33568 37.877417 740.221584 31.631673 569.068041c-8.76419-243.281816 181.328062-447.678837 424.710615-456.443026v455.032697h456.140813z"
|
||||
fill="currentColor" p-id="61092"></path>
|
||||
<path
|
||||
d="M1022.992481 482.836474C1022.791005 215.98201 806.305447-0.201335 539.450983 0.000141H523.836623v498.14848h499.155858v-15.110671-0.201476zM554.057966 467.927278V30.42296c238.647877 7.454598 430.452671 198.856441 438.511696 437.504318H554.057966z"
|
||||
fill="currentColor" p-id="61093"></path>
|
||||
</svg> -->
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 776 B |
|
@ -1,10 +1,10 @@
|
|||
<svg width="152.11875px" height="167.16875px" viewBox="0 0 152.11875 167.16875" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组" fill="currentColor" fill-rule="nonzero">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g fill="currentColor" fill-rule="nonzero">
|
||||
<path
|
||||
d="M75.58125,0 C98.7224265,0 117.48125,18.7597659 117.48125,41.8970099 C117.48125,65.0402341 98.7224265,83.8 75.58125,83.8 C52.4400735,83.8 33.68125,65.0402341 33.68125,41.8970099 C33.68125,18.7537858 52.4459559,0 75.58125,0 L75.58125,0 Z M57.50625,94.18125 L94.6125,94.18125 C126.375,94.18125 152.11875,119.5 152.11875,150.74375 L152.11875,154.3875 C152.11875,166.7 126.36875,167.16875 94.6125,167.16875 L57.50625,167.16875 C25.74375,167.16875 0,167.15 0,154.3875 L0,150.74375 C0,119.5 25.74375,94.18125 57.50625,94.18125 L57.50625,94.18125 Z"
|
||||
id="形状"></path>
|
||||
></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 934 B |
|
@ -1544,40 +1544,7 @@ export default function ShowCluster() {
|
|||
>
|
||||
{Array.isArray(schedulerInactive) &&
|
||||
schedulerInactive.map((item, index) => {
|
||||
return index !== schedulerInactive.length - 1 ? (
|
||||
<Box key={item.id}>
|
||||
<ListItem className={styles.schedulerInactiveList}>
|
||||
<MuiTooltip title={item.id || '-'} placement="top">
|
||||
<Typography
|
||||
variant="body2"
|
||||
component="div"
|
||||
className={styles.schedulerInactiveID}
|
||||
>
|
||||
{item.id}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
<MuiTooltip title={item.host_name || '-'} placement="top">
|
||||
<Typography
|
||||
variant="body2"
|
||||
component="div"
|
||||
className={styles.schedulerInactiveHostname}
|
||||
>
|
||||
{item.host_name}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
<MuiTooltip title={item.ip || '-'} placement="top">
|
||||
<Typography
|
||||
variant="body2"
|
||||
component="div"
|
||||
className={styles.schedulerInactiveIP}
|
||||
>
|
||||
{item.ip}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
</ListItem>
|
||||
<hr className={styles.divider} />
|
||||
</Box>
|
||||
) : (
|
||||
return (
|
||||
<Box key={item.id}>
|
||||
<ListItem className={styles.schedulerInactiveList}>
|
||||
<MuiTooltip title={item.id || '-'} placement="top">
|
||||
|
@ -1608,6 +1575,7 @@ export default function ShowCluster() {
|
|||
</Typography>
|
||||
</MuiTooltip>
|
||||
</ListItem>
|
||||
{index !== schedulerInactive.length - 1 && <hr className={styles.divider} />}
|
||||
</Box>
|
||||
);
|
||||
})}
|
||||
|
|
|
@ -790,32 +790,7 @@ export default function ShowCluster() {
|
|||
>
|
||||
{Array.isArray(seedPeerInactive) &&
|
||||
seedPeerInactive.map((item, index) => {
|
||||
return index !== seedPeerInactive.length - 1 ? (
|
||||
<Box key={item.id}>
|
||||
<ListItem className={styles.seedPeerInactiveList}>
|
||||
<MuiTooltip title={item.id || '-'} placement="top">
|
||||
<Typography variant="body2" component="div" className={styles.seedPeerInactiveID}>
|
||||
{item.id}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
<MuiTooltip title={item.host_name || '-'} placement="top">
|
||||
<Typography
|
||||
variant="body2"
|
||||
component="div"
|
||||
className={styles.seedPeerInactiveHostname}
|
||||
>
|
||||
{item.host_name}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
<MuiTooltip title={item.ip || '-'} placement="top">
|
||||
<Typography variant="body2" component="div" className={styles.seedPeerInactiveIP}>
|
||||
{item.ip}
|
||||
</Typography>
|
||||
</MuiTooltip>
|
||||
</ListItem>
|
||||
<hr className={styles.divider} />
|
||||
</Box>
|
||||
) : (
|
||||
return (
|
||||
<Box key={item.id}>
|
||||
<ListItem className={styles.seedPeerInactiveList}>
|
||||
<MuiTooltip title={item.id || '-'} placement="top">
|
||||
|
@ -838,6 +813,7 @@ export default function ShowCluster() {
|
|||
</Typography>
|
||||
</MuiTooltip>
|
||||
</ListItem>
|
||||
{index !== seedPeerInactive.length - 1 && <hr className={styles.divider} />}
|
||||
</Box>
|
||||
);
|
||||
})}
|
||||
|
|
|
@ -263,7 +263,7 @@ export default function PersonalAccessTokens() {
|
|||
<Card id="tokens-list">
|
||||
{Array.isArray(allTokens) &&
|
||||
allTokens.map((item, index) => {
|
||||
return index !== allTokens.length - 1 ? (
|
||||
return (
|
||||
<Box key={item.id}>
|
||||
<Box className={styles.tokenWrapper}>
|
||||
<Box>
|
||||
|
@ -308,6 +308,7 @@ export default function PersonalAccessTokens() {
|
|||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
{index !== allTokens.length - 1 && (
|
||||
<Divider
|
||||
sx={{
|
||||
borderStyle: 'dashed',
|
||||
|
@ -315,52 +316,7 @@ export default function PersonalAccessTokens() {
|
|||
borderWidth: '0px 0px thin',
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
<Box key={item.id}>
|
||||
<Box className={styles.tokenWrapper}>
|
||||
<Box>
|
||||
<Box className={styles.tokenNameWrapper}>
|
||||
<RouterLink
|
||||
id={item.name}
|
||||
component={Link}
|
||||
to={`/developer/personal-access-tokens/${item?.id}`}
|
||||
underline="hover"
|
||||
className={styles.tokenName}
|
||||
>
|
||||
{item.name}
|
||||
</RouterLink>
|
||||
<Typography id={`user-name-${item.id}`} variant="body2">
|
||||
— {item?.user?.name}
|
||||
</Typography>
|
||||
</Box>
|
||||
<Box className={styles.tokenExpires}>
|
||||
<Typography variant="body2" component="span" fontFamily="mabry-bold">
|
||||
Expires on
|
||||
</Typography>
|
||||
<Typography id={`expired-at-${item?.id}`} variant="body2" component="span">
|
||||
{formatDate(item?.expired_at) || ''}.
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button
|
||||
size="small"
|
||||
id={`delete-token-${item?.id}`}
|
||||
sx={{
|
||||
background: 'var(--palette-button-color)',
|
||||
color: 'var(--palette-button-text-color)',
|
||||
':hover': { backgroundColor: 'var(--palette-hover-button-text-color)' },
|
||||
}}
|
||||
variant="contained"
|
||||
onClick={() => {
|
||||
handleDeleteClose(item);
|
||||
}}
|
||||
>
|
||||
Delete
|
||||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
)}
|
||||
</Box>
|
||||
);
|
||||
})}
|
||||
|
|
|
@ -1192,7 +1192,6 @@ export default function NewPreheat() {
|
|||
))}
|
||||
</FormControl>
|
||||
</Box>
|
||||
|
||||
{search === 'file' ? (
|
||||
<>
|
||||
<Box>
|
||||
|
|
|
@ -85,6 +85,13 @@ export default function Layout(props: any) {
|
|||
const [errorMessage, setErrorMessage] = useState(false);
|
||||
const [errorMessageText, setErrorMessageText] = useState('');
|
||||
const [pageLoding, setPageLoding] = useState(false);
|
||||
const [anchorElement, setAnchorElement] = useState(null);
|
||||
const [firstLogin, setFirstLogin] = useState(false);
|
||||
const [expandDeveloper, setExpandDeveloper] = useState(false);
|
||||
const [expandJob, setExpandJob] = useState(false);
|
||||
const [expandResource, setExpandResource] = useState(false);
|
||||
const [progress, setProgress] = useState(0);
|
||||
const [expandedMenu, setExpandedMenu] = useState<any | null>(null);
|
||||
const [user, setUser] = useState<getUserResponse>({
|
||||
id: 0,
|
||||
created_at: '',
|
||||
|
@ -98,13 +105,6 @@ export default function Layout(props: any) {
|
|||
location: '',
|
||||
bio: '',
|
||||
});
|
||||
const [anchorElement, setAnchorElement] = useState(null);
|
||||
const [firstLogin, setFirstLogin] = useState(false);
|
||||
const [expandDeveloper, setExpandDeveloper] = useState(false);
|
||||
const [expandJob, setExpandJob] = useState(false);
|
||||
const [expandResource, setExpandResource] = useState(false);
|
||||
const [progress, setProgress] = useState(0);
|
||||
const [expandedMenu, setExpandedMenu] = useState<any | null>(null);
|
||||
const [compactLayout, setCompactLayout] = useState(() => {
|
||||
const storedValue = localStorage.getItem('compactLayout');
|
||||
return storedValue === 'true';
|
||||
|
|
|
@ -75,6 +75,19 @@
|
|||
background: var(--palette-secondary-dark) !important;
|
||||
}
|
||||
|
||||
.nameWrapper {
|
||||
padding-left: 1rem;
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
.userState {
|
||||
margin-top: 0.4rem;
|
||||
border-radius: 0.2rem;
|
||||
padding: 0.1rem 0.4rem;
|
||||
background: var(--palette-save-color);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.informationHeader {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -518,6 +518,19 @@ export default function Profile() {
|
|||
const cancelHandlePersonalInformation = async () => {
|
||||
setUsers(user);
|
||||
setShowPersonalInformation(true);
|
||||
setUsers({ ...user });
|
||||
setPhone(user.phone);
|
||||
setPhoneError(false);
|
||||
setBioError(false);
|
||||
setLocationError(false);
|
||||
setEmailError(false);
|
||||
};
|
||||
|
||||
const cancelChangePassword = () => {
|
||||
setPassword({ ...password, old_password: '', new_password: '' });
|
||||
setOldPasswordError(false);
|
||||
setNewPasswordError(false);
|
||||
setConfirmNewPasswordErrorError(false);
|
||||
};
|
||||
|
||||
const handleChangePassword = async (event: any) => {
|
||||
|
@ -561,10 +574,6 @@ export default function Profile() {
|
|||
}
|
||||
};
|
||||
|
||||
const cancelChangePassword = () => {
|
||||
setPassword({ ...password, old_password: '', new_password: '' });
|
||||
};
|
||||
|
||||
const handleClose = (_event: any, reason?: string) => {
|
||||
if (reason === 'clickaway') {
|
||||
return;
|
||||
|
@ -611,31 +620,13 @@ export default function Profile() {
|
|||
<Box className={styles.avatarWrapper} />
|
||||
<Avatar alt="Remy Sharp" src={user?.avatar} className={styles.avatarContent} />
|
||||
</Box>
|
||||
<Box sx={{ pl: '1rem', pt: '1.4rem' }}>
|
||||
<Box className={styles.nameWrapper}>
|
||||
<Typography id="name-title" variant="h5" color="#FFFFFF">
|
||||
{users?.name || '-'}
|
||||
</Typography>
|
||||
<Paper
|
||||
// elevation={0}
|
||||
id="state"
|
||||
sx={{
|
||||
borderRadius: '0.2rem',
|
||||
// color: '#FFFFFF',
|
||||
// display: 'inline-flex',
|
||||
// alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
padding: '0.1rem 0.4rem',
|
||||
mt: '0.4rem',
|
||||
// boxShadow: 'var(--palette-card-box-shadow)',
|
||||
background: '#18230f',
|
||||
color: '#FFF',
|
||||
}}
|
||||
>
|
||||
<Box id="state" className={styles.userState}>
|
||||
<Typography variant="body2">{_.upperFirst(user?.state) || ''}</Typography>
|
||||
</Paper>
|
||||
{/* <Typography id="name-title" variant="body2" color="#FFFFFF">
|
||||
{_.upperFirst(user?.state) || ''}
|
||||
</Typography> */}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
@ -646,7 +637,6 @@ export default function Profile() {
|
|||
key="1"
|
||||
iconPosition="start"
|
||||
label="Profile"
|
||||
sx={{ textTransform: 'none' }}
|
||||
id="tab-profile"
|
||||
value="1"
|
||||
onClick={cancelChangePassword}
|
||||
|
@ -658,6 +648,7 @@ export default function Profile() {
|
|||
label="Security"
|
||||
id="tab-password"
|
||||
value="2"
|
||||
onClick={cancelHandlePersonalInformation}
|
||||
/>
|
||||
</AntTabs>
|
||||
</Box>
|
||||
|
|
|
@ -947,11 +947,11 @@ export default function Clear() {
|
|||
<Box>
|
||||
<Snackbar
|
||||
open={errorMessage}
|
||||
autoHideDuration={3000}
|
||||
autoHideDuration={30000}
|
||||
onClose={handleClose}
|
||||
anchorOrigin={{ vertical: 'top', horizontal: 'center' }}
|
||||
>
|
||||
<Alert onClose={handleClose} severity="error" sx={{ width: '100%' }}>
|
||||
<Alert id="error-message" onClose={handleClose} severity="error" sx={{ width: '100%' }}>
|
||||
{errorMessageText}
|
||||
</Alert>
|
||||
</Snackbar>
|
||||
|
@ -1295,7 +1295,7 @@ export default function Clear() {
|
|||
<Divider />
|
||||
<Box id={`cache-${index}`}>
|
||||
{currentPageData?.map((item: any, index: number) => {
|
||||
return index !== currentPageData.length - 1 ? (
|
||||
return (
|
||||
<Box key={index} sx={{ p: '1rem', display: 'flex', alignItems: 'center' }}>
|
||||
<Box width="20%" sx={{ display: 'flex', alignItems: 'center', pb: '0.4rem' }}>
|
||||
<Box>
|
||||
|
@ -1346,61 +1346,7 @@ export default function Clear() {
|
|||
size="small"
|
||||
/>
|
||||
</Box>
|
||||
<Divider />
|
||||
</Box>
|
||||
) : (
|
||||
<Box key={index} sx={{ p: '1rem', display: 'flex', alignItems: 'center' }}>
|
||||
<Box width="20%" sx={{ display: 'flex', alignItems: 'center', pb: '0.4rem' }}>
|
||||
<Box>
|
||||
<Tooltip title={item?.hostname || '-'} placement="top">
|
||||
<Typography variant="body1" mr="1rem">
|
||||
{item?.hostname}
|
||||
</Typography>
|
||||
</Tooltip>
|
||||
</Box>
|
||||
</Box>
|
||||
<Box width="35%">
|
||||
<Tooltip title={item?.id || '-'} placement="top">
|
||||
<Typography variant="body2" component="div" className={styles.text}>
|
||||
{item?.id || '-'}
|
||||
</Typography>
|
||||
</Tooltip>
|
||||
</Box>
|
||||
<Box width="15%">
|
||||
<Box className={styles.ipContainer}>
|
||||
<Typography variant="subtitle2" component="div">
|
||||
{item?.ip || '-'}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
<Box width="15%">
|
||||
<Chip
|
||||
label={_.upperFirst(item?.host_type) || ''}
|
||||
size="small"
|
||||
variant="outlined"
|
||||
sx={{
|
||||
borderRadius: '0.2rem',
|
||||
backgroundColor:
|
||||
item?.host_type === 'super'
|
||||
? 'var( --palette-description-color)'
|
||||
: 'var(--palette-button-color)',
|
||||
color: item?.host_type === 'super' ? '#FFFFFF' : '#FFFFFF',
|
||||
borderColor:
|
||||
item?.host_type === 'super'
|
||||
? 'var( --palette-description-color)'
|
||||
: 'var(--palette-button-color)',
|
||||
fontWeight: 'bold',
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
<Box width="15%">
|
||||
<Chip
|
||||
avatar={<MoreTimeIcon />}
|
||||
label={getDatetime(item?.created_at || '')}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
/>
|
||||
</Box>
|
||||
{index !== currentPageData.length - 1 && <Divider />}
|
||||
</Box>
|
||||
);
|
||||
})}
|
||||
|
|
|
@ -206,7 +206,7 @@ export default function Executions() {
|
|||
<Box id="executions-list">
|
||||
{executions &&
|
||||
executions.map((item, index) => {
|
||||
return index !== executions.length - 1 ? (
|
||||
return (
|
||||
<Box key={item.id} id={`list-${item.id}`}>
|
||||
<Box sx={{ display: 'flex', p: '0.8rem', alignItems: 'center' }}>
|
||||
<Box className={styles.statusContainer}>
|
||||
|
@ -249,6 +249,7 @@ export default function Executions() {
|
|||
</RouterLink>
|
||||
</Box>
|
||||
</Box>
|
||||
{index !== executions.length - 1 && (
|
||||
<Divider
|
||||
sx={{
|
||||
borderStyle: 'dashed',
|
||||
|
@ -256,46 +257,7 @@ export default function Executions() {
|
|||
borderWidth: '0px 0px thin',
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
<Box key={item.id} id={`list-${item.id}`} className={styles.listWrapper}>
|
||||
<Box className={styles.statusContainer}>
|
||||
{item.result.state === 'SUCCESS' ? (
|
||||
<Success id={`SUCCESS-${item.id}`} className={styles.stateIcon} />
|
||||
) : item.result.state === 'FAILURE' ? (
|
||||
<Failure id={`FAILURE-${item.id}`} className={styles.stateIcon} />
|
||||
) : (
|
||||
<Pending id={`PENDING-${item.id}`} className={styles.pendingIcon} />
|
||||
)}
|
||||
<Box
|
||||
sx={{ display: 'flex', flexDirection: 'column', justifyContent: 'space-between' }}
|
||||
ml="0.6rem"
|
||||
>
|
||||
<Typography variant="body1" fontFamily="mabry-bold">
|
||||
{item.id}
|
||||
</Typography>
|
||||
<Typography variant="body2">{item.args?.task_id || '-'}</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
<Box className={styles.timeContainer}>
|
||||
<Chip
|
||||
avatar={<MoreTimeIcon />}
|
||||
label={getDatetime(item.created_at) || '-'}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
/>
|
||||
</Box>
|
||||
<Box className={styles.iconButton}>
|
||||
<RouterLink
|
||||
component={Link}
|
||||
id={`execution-${item?.id}`}
|
||||
to={`/resource/task/executions/${item?.id}`}
|
||||
underline="hover"
|
||||
sx={{ color: 'var(--palette-description-color)' }}
|
||||
>
|
||||
<Detail className={styles.detailIcon} />
|
||||
</RouterLink>
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
})}
|
||||
|
|
|
@ -68,8 +68,7 @@ function Main() {
|
|||
|
||||
return (
|
||||
<Routes>
|
||||
<Route path="*" element={<NotFound />} />
|
||||
<Route path="" element={<Navigate to="/clusters" replace />} />
|
||||
<Route path="/" element={<Navigate to="/clusters" replace />} />
|
||||
<Route path="/signin" element={<SignIn />} />
|
||||
<Route path="/signup" element={<SignUp />} />
|
||||
<Route element={<Layout />}>
|
||||
|
@ -107,6 +106,7 @@ function Main() {
|
|||
{isRoot && <Route path="/users" element={<Users />} />}
|
||||
<Route path="/users/new" element={<NewUser />} />
|
||||
</Route>
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Routes>
|
||||
);
|
||||
}
|
||||
|
|