mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
16 lines
546 B
Dart
16 lines
546 B
Dart
const backendUrl = 'https://res.lolli.tech';
|
|
const baseUrl = '$backendUrl/serverbox';
|
|
const joinQQGroupUrl = 'https://jq.qq.com/?_wv=1027&k=G0hUmPAq';
|
|
const myGithub = 'https://github.com/lollipopkit';
|
|
const issueUrl = '$myGithub/flutter_server_box/issues';
|
|
|
|
// Thanks
|
|
const thanksMap = {
|
|
'RainSunMe': 'https://github.com/RainSunMe',
|
|
'fecture': 'https://github.com/fecture',
|
|
'Tao173': 'https://github.com/Tao173',
|
|
'QingAnLe': 'https://github.com/QingAnLe',
|
|
'wxdjs': 'https://github.com/wxdjs',
|
|
'Aeorq': 'https://github.com/Aeorq',
|
|
};
|