admin
2022-01-20 d8ef9a783b9e0b2a495f02fdf3daaf27ef49e99d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
import 'dart:ui';
 
import 'package:flutter/cupertino.dart';
 
//滑动效果
class ColorConstant {
  static const Color theme = Color(0xFF0078FF);//Color(0xFF0E95FE);
  static const Color title = Color(0xFF333333);
}
 
class Constant {
 
  static const String APP_NAME =
      "定位追踪轨迹";
 
  //阿里云授权登录
  static const String ALIYUN_AUTH_SECRETINFO =
      "v+dQBemz/CZaLI0YP/A5AxxG2YgF7IvP+RNzRkmOGln1bbd7tcMt7uvqt8dvb9ekawjGbvSZ6Y/N9WT0kpUb6lrkS11BxfhCpXtuxmOxei97xP3l5Hd8PVqPv2jPC8uVDRhl6kaAqf/6I1gwL1d7am+8w1sGkYnZ3UEgd9ljDBKjeRbbpp+KEzLiqnKWYDNqMLSRdU0BmzTSGqtkM5c1TYOZgx68NxwE2oM9VzcjQEeFP0yiQatMyNIQ5mJjbyU3zi9qiyMQaeTLHeACvqZ2XCYQBbAeqJh6DPrhIHGlfGc=";
 
  //隐私政策链接
  static const String PRIVACY_URL =
      "http://web.location.izzql.com/privacy.html";
 
  //用户协议链接
  static const String PROTOCOL_URL =
      "http://web.location.izzql.com/user_protocol.html";
 
  //微信
  static const String WX_APPID = "wxd930ea5d5a228f5f";
  static const String WX_UNIVERSAL_LINK = "https://your.univerallink.com/link/";
 
  static const String APP_DOWNLOAD_LINK =
      "https://a.app.qq.com/o/simple.jsp?pkgname=com.dw.zzql";
 
 
  static const String MAP_LINK =
      "http://web.location.izzql.com/map/map.html";
 
 
}