feat: add silky cli tools
This commit is contained in:
@@ -45,3 +45,12 @@ export const queryLogin = new QueryLoginNode({
|
||||
// console.log('onLoad');
|
||||
},
|
||||
});
|
||||
|
||||
/**
|
||||
*
|
||||
* @param url
|
||||
* @returns
|
||||
*/
|
||||
export const getUrl = (url: string) => {
|
||||
return new URL('/api/router', url).href;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user