ソースを参照

修改数字人

mathMan
风继续吹 1年前
コミット
cd79137c02
4個のファイルの変更25行の追加11行の削除
  1. +4
    -0
      manifest.json
  2. +6
    -6
      pages.json
  3. +10
    -4
      pages/index/guide.vue
  4. +5
    -1
      pages/index/mathManIndex.js

+ 4
- 0
manifest.json ファイルの表示

@@ -87,6 +87,10 @@
"WechatSI": {
"version": "0.3.4",
"provider": "wx069ba97219f66d99"
},
"digital-human-plugin": {
"version": "3.0.0",
"provider": "wxb827be471e4dce7b"
}
},
"uniStatistics": {


+ 6
- 6
pages.json ファイルの表示

@@ -8,12 +8,12 @@
"style": {
"navigationBarBackgroundColor": "#008EF2",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
// "mp-weixin": {
// "usingComponents": {
// "digital-human": "plugin://digital-human-plugin/core"
// }
// }
"navigationStyle": "custom",
"mp-weixin": {
"usingComponents": {
"digital-human": "plugin://digital-human-plugin/core"
}
}
}
},
{


+ 10
- 4
pages/index/guide.vue ファイルの表示

@@ -1,7 +1,13 @@
<template>
<view class="boox">
<!-- <digital-human :width="400" rootStyle="position: fixed; left: 50%; top: 100rpx; transform: translateX(-50%);"></digital-human> -->
<digital-human :width="0"
rootStyle="position: fixed; left: 50%; top: 100rpx; transform: translateX(-50%);z-index: -1;">
</digital-human>
<!--
<view class="topBox"
style="position: fixed;left: 50%; bottom: 0; transform: translateX(-50%);z-index: 999999;width: 100vw;height: 40vh;background-color: #1890FF;">
</view>
-->
<view class="booximg">
<image v-if="domainObj.domain == 'zh.aihxz.com'" class="img"
src="https://autoiot.oss-cn-beijing.aliyuncs.com/static/wabIndexs.png" mode=""></image>
@@ -49,9 +55,9 @@
var app = getApp();
var config = require("../../config");
const domainObj = require('@/utils/domain.js');
// import human from './mathManIndex.js'
import human from './mathManIndex.js'
export default {
// mixins: [human],
mixins: [human],
data() {
return {
domainObj: domainObj, // 域名


+ 5
- 1
pages/index/mathManIndex.js ファイルの表示

@@ -21,6 +21,7 @@ module.exports = {
"wordInfo": 2
},
"character": "furao-casual-v4",
"autoStart": true,
"characterConfig": {
"characters": {
"furao-casual-v4": {
@@ -88,6 +89,7 @@ module.exports = {
"batch": 16,
"minLoadFrameNum": 50
},
"chatConfig": {
"class": "CXHubChat",
"url": "https://commercial-fab.xiaoice.com/api/hub/organizations/org-qufangwang/agents/64af7b926e1ba4813c4bd6d7/environments/draft/sessions",
@@ -97,6 +99,7 @@ module.exports = {
}],
"csChatUrl": "https://commercial-fab.xiaoice.com/api/hub/organizations/org-qufangwang/characters//sessions"
},
"logConfig": {
"class": "AliTraceLogger",
"metaData": {
@@ -106,6 +109,7 @@ module.exports = {
"agentId": "64af7b926e1ba4813c4bd6d7"
}
},
"talkConfig": {
"class": "CarouselTalk",
"url": "https://commercial-fab.xiaoice.com",
@@ -146,7 +150,7 @@ module.exports = {
gesture: ""
},
{
text: `我叫陈喆玲`,
text: `我叫韩晓东`,
gesture: ""
},
];


読み込み中…
キャンセル
保存