feat: add silky cli tools

This commit is contained in:
2025-04-27 22:16:09 +08:00
parent 75d181ef43
commit 6867de838e
42 changed files with 3867 additions and 251 deletions

View File

@@ -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;
};