新增打包渠道
parent
c4df33c7d0
commit
b823bfbe36
|
|
@ -0,0 +1,5 @@
|
|||
public partial class TalkingDataInitTool
|
||||
{
|
||||
public static string channel = "Dev";
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# 宏定义列表,供脚本添加到 PlayerSettings 的宏定义中
|
||||
Define_list:
|
||||
- BI_PHXH # BI
|
||||
- LOGIN_PHONE # 手机登录
|
||||
|
||||
# 应用包名
|
||||
PackageName: "com.phxh.dev.nld"
|
||||
|
||||
# 是否海外渠道
|
||||
IsOversea: false
|
||||
|
||||
# 多语言配置
|
||||
Language: "Lan_CN"
|
||||
|
||||
# 当前版本号
|
||||
Version: "0.8.0"
|
||||
|
||||
# BuildCode
|
||||
BuildCode: 4
|
||||
|
||||
# 构建资源远程上传路径
|
||||
OssRemoteUploadPath: "oss://nld-dev-k8f3h2qr9plmn3b3/client_res/Build"
|
||||
AssetsEndPoint: "oss-cn-chengdu.aliyuncs.com"
|
||||
|
||||
# 阿里云 OSS 配置
|
||||
ConfigAccessKeyId: "LTAI5tSoxnie6B5hot9PJVHC"
|
||||
ConfigAccessKeySecret: "UF4mUjfxkE457WyfhKqSVOOn5uOB0H"
|
||||
ConfigBucketName: "nld-dev-k8f3h2qr9plmn3b3"
|
||||
ConfigURL: "http://k8f3h2qr9plmn3b3.kedrgame.com"
|
||||
|
||||
# http请求配置
|
||||
AppAccessKey: "0SoE48O9sayjkG8J"
|
||||
AppKey: "uUi_UI1oMKWo0VOSN1zme17Z70-FlAv3Lcx2mNhoYe4="
|
||||
|
||||
# 崩溃监控配置(仅 Android)
|
||||
CrashSight_Android:
|
||||
id: "669a94ce69" # 崩溃上报的 App ID
|
||||
key: "d9412717-2416-4270-b8bc-f7a0805f988f" # 崩溃上报的 Key
|
||||
|
||||
Packages:
|
||||
- CrashSight@latest
|
||||
- TalkingData@0.0.1
|
||||
- WXPay@1.0.0
|
||||
- AliPay@0.0.1
|
||||
Loading…
Reference in New Issue