76f266645d
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。 排除 node_modules、构建产物、安装包与 .env 密钥。 Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
537 B
Dart
14 lines
537 B
Dart
class AppConfig {
|
|
static const brand = '风影智慧办公综合平台';
|
|
static const shortName = '风影办公';
|
|
static const company = '江苏风影随行科技有限公司';
|
|
static const icp = '苏ICP备2026017371号-2';
|
|
static const icpUrl = 'https://beian.miit.gov.cn/';
|
|
static const phone = '13142801138';
|
|
static const defaultApiBase = 'https://oa.fysxkj.com/api/v1';
|
|
static const defaultImHost = '47.96.23.244';
|
|
static const defaultImPort = 8901;
|
|
static const version = '3.1.10';
|
|
static const build = 324;
|
|
}
|