mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-02 21:58:43 +02:00
feat: create document and template with coordinate
This commit is contained in:
@@ -2,3 +2,18 @@ export function customAPIurl() {
|
||||
const url = new URL(process.env.SERVER_URL);
|
||||
return url.pathname === '/api/app' ? url.origin + '/api' : url.origin;
|
||||
}
|
||||
|
||||
export const color = [
|
||||
'#93a3db',
|
||||
'#e6c3db',
|
||||
'#c0e3bc',
|
||||
'#bce3db',
|
||||
'#b8ccdb',
|
||||
'#ceb8db',
|
||||
'#ffccff',
|
||||
'#99ffcc',
|
||||
'#cc99ff',
|
||||
'#ffcc99',
|
||||
'#66ccff',
|
||||
'#ffffcc',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user