啄智换包名,换域名,换证书

This commit is contained in:
田岩
2026-04-21 16:40:12 +08:00
parent 7fff2e5f38
commit 20b6b22bc5
421 changed files with 4311 additions and 91 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ ENV = 'production'
# base api
#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'http://103.3.121.66:7001'
VITE_APP_BASE_API_Url = 'http://aipeilian.scai-global.com:7001'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6 -6
View File
@@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 35
buildToolsVersion '35.0.0'
namespace 'cn.com.jlbank.ai'
namespace 'com.scai_global.aipeilian'
defaultConfig {
applicationId "cn.com.jlbank.ai"
applicationId "com.scai_global.aipeilian"
minSdkVersion 33
targetSdkVersion 33
versionName System.getenv("versionName") ?: "0.0.8"
versionCode System.getenv("versionCode")?.toInteger() ?: 231
versionName System.getenv("versionName") ?: "0.0.1"
versionCode System.getenv("versionCode")?.toInteger() ?: 1
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -18,9 +18,9 @@ android {
}
signingConfigs {
config {
keyAlias 'ai_jlyh_app'
keyAlias 'zhuozhi'
keyPassword 'Kup9dayLY#*'
storeFile file('ai_jlyh_app.keystore')
storeFile file('zhuozhi_app.jks')
storePassword 'Kup9dayLY#*'
v1SigningEnabled true
v2SigningEnabled true
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cn.com.jlbank.ai"
package="com.scai_global.aipeilian"
>
<queries>
<intent>
@@ -94,7 +94,7 @@
</activity>
<meta-data
android:name="dcloud_appkey"
android:value="d6e7d727b1eb5935a654c5935332235b" />
android:value="db8548b8911b1ddae08dba9f1e773c18" />
</application>
</manifest>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>View</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="app.css" />
<script>var __uniConfig = {"globalStyle":{},"darkmode":false}</script>
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
</head>
<body>
<div id="app"></div>
<script src="uni-app-view.umd.js"></script>
<script src="app-wxs.js"></script>
<script src="app-renderjs.js"></script>
</body>
</html>
@@ -0,0 +1 @@
(function(){})();
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -4,11 +4,11 @@
"iPhone",
"iPad"
],
"id": "__UNI__EDE0E52",
"name": "吉AI学",
"id": "__UNI__0B93ED0",
"name": "啄智",
"version": {
"name": "0.2.1",
"code": 277
"name": "0.0.1",
"code": 1
},
"description": "",
"developer": {
@@ -0,0 +1 @@
uni-view[data-v-843a5998],uni-scroll-view[data-v-843a5998],uni-swiper-item[data-v-843a5998]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-843a5998]{display:flex;align-items:center}.uv-icon--left[data-v-843a5998]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-843a5998]{flex-direction:row;align-items:center}.uv-icon--top[data-v-843a5998]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-843a5998]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-843a5998]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-843a5998]{color:#06f}.uv-icon__icon--success[data-v-843a5998]{color:#5ac725}.uv-icon__icon--error[data-v-843a5998]{color:#f56c6c}.uv-icon__icon--warning[data-v-843a5998]{color:#f9ae3d}.uv-icon__icon--info[data-v-843a5998]{color:#909399}.uv-icon__img[data-v-843a5998]{height:auto;will-change:transform}.uv-icon__label[data-v-843a5998]{line-height:1}.popup-view[data-v-ced72219]{width:100vw;height:100vh}.body-title[data-v-ced72219]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;background-color:#fff;font-weight:500;color:#000;position:fixed;top:var(--status-bar-height);left:0;width:100vw;z-index:10000}.body-title .arrow-icon[data-v-ced72219]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem}
@@ -0,0 +1 @@
uni-view[data-v-843a5998],uni-scroll-view[data-v-843a5998],uni-swiper-item[data-v-843a5998]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-843a5998]{display:flex;align-items:center}.uv-icon--left[data-v-843a5998]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-843a5998]{flex-direction:row;align-items:center}.uv-icon--top[data-v-843a5998]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-843a5998]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-843a5998]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-843a5998]{color:#06f}.uv-icon__icon--success[data-v-843a5998]{color:#5ac725}.uv-icon__icon--error[data-v-843a5998]{color:#f56c6c}.uv-icon__icon--warning[data-v-843a5998]{color:#f9ae3d}.uv-icon__icon--info[data-v-843a5998]{color:#909399}.uv-icon__img[data-v-843a5998]{height:auto;will-change:transform}.uv-icon__label[data-v-843a5998]{line-height:1}.main_div[data-v-35a17dbb]{margin:20% auto 0;display:flex;justify-content:center;font-weight:600}.top_view[data-v-35a17dbb]{width:100%;height:var(--status-bar-height)}.body-title[data-v-35a17dbb]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;background-color:#fff;font-weight:500;color:#000;position:fixed;top:var(--status-bar-height);left:0;width:100vw;z-index:10000}.body-title .arrow-icon[data-v-35a17dbb]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
.bg{display:flex;flex-direction:column}.titletopbg{width:100%;background:#f8f8f8;height:1.5625rem}.titlebg{width:100%;height:3.125rem;background:#f8f8f8;display:flex;flex-direction:row;align-items:center;position:relative}.arrowleft{width:1.40625rem;height:1.40625rem;position:absolute;left:.625rem}.txt{width:100%;height:100%;color:#000;font-weight:600;font-size:1.1875rem;display:flex;flex-direction:row;align-items:center;justify-content:center}
@@ -0,0 +1 @@
.main_div[data-v-16ab44fb]{background-color:#f9faff;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.empty_div[data-v-16ab44fb]{display:flex;flex-direction:column;align-items:center}.empty_div .img[data-v-16ab44fb]{width:12.125rem;height:10.46875rem}.empty_div .text[data-v-16ab44fb]{margin-top:.625rem;height:1.25rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.90625rem;color:#4375c9;line-height:1.25rem;text-align:center;font-style:normal}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
.main_div[data-v-94fcddca]{background-color:#f9faff;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.empty_div[data-v-94fcddca]{display:flex;flex-direction:column;align-items:center}.empty_div .img[data-v-94fcddca]{width:12.125rem;height:10.46875rem}.empty_div .text[data-v-94fcddca]{margin-top:.625rem;height:1.25rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.90625rem;color:#4375c9;line-height:1.25rem;text-align:center;font-style:normal}
@@ -0,0 +1,32 @@
"use weex:vue";
if (typeof Promise !== 'undefined' && !Promise.prototype.finally) {
Promise.prototype.finally = function(callback) {
const promise = this.constructor
return this.then(
value => promise.resolve(callback()).then(() => value),
reason => promise.resolve(callback()).then(() => {
throw reason
})
)
}
};
if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
const global = uni.requireGlobal()
ArrayBuffer = global.ArrayBuffer
Int8Array = global.Int8Array
Uint8Array = global.Uint8Array
Uint8ClampedArray = global.Uint8ClampedArray
Int16Array = global.Int16Array
Uint16Array = global.Uint16Array
Int32Array = global.Int32Array
Uint32Array = global.Uint32Array
Float32Array = global.Float32Array
Float64Array = global.Float64Array
BigInt64Array = global.BigInt64Array
BigUint64Array = global.BigUint64Array
};
(()=>{var m=Object.create;var f=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var w=(t,s)=>()=>(s||t((s={exports:{}}).exports,s),s.exports);var S=(t,s,n,c)=>{if(s&&typeof s=="object"||typeof s=="function")for(let r of y(s))!k.call(t,r)&&r!==n&&f(t,r,{get:()=>s[r],enumerable:!(c=d(s,r))||c.enumerable});return t};var _=(t,s,n)=>(n=t!=null?m(P(t)):{},S(s||!t||!t.__esModule?f(n,"default",{value:t,enumerable:!0}):n,t));var p=w((O,C)=>{C.exports=Vue});var g=_(p());function o(t,s,...n){uni.__log__?uni.__log__(t,s,...n):console[t].apply(console,[...n,s])}var v=(t,s)=>{let n=t.__vccOpts||t;for(let[c,r]of s)n[c]=r;return n};var e=_(p()),b={data(){return{}},onReady(){this.context=uni.createLivePusherContext("livePusher",this)},methods:{statechange(t){o("log","at pages/test/testChat.nvue:28","statechange:"+JSON.stringify(t))},netstatus(t){o("log","at pages/test/testChat.nvue:31","netstatus:"+JSON.stringify(t))},error(t){o("log","at pages/test/testChat.nvue:34","error:"+JSON.stringify(t))},start:function(){this.context.start({success:t=>{o("log","at pages/test/testChat.nvue:39","livePusher.start:"+JSON.stringify(t))}})},close:function(){this.context.close({success:t=>{o("log","at pages/test/testChat.nvue:46","livePusher.close:"+JSON.stringify(t))}})},snapshot:function(){this.context.snapshot({success:t=>{o("log","at pages/test/testChat.nvue:53",JSON.stringify(t))}})},resume:function(){this.context.resume({success:t=>{o("log","at pages/test/testChat.nvue:60","livePusher.resume:"+JSON.stringify(t))}})},pause:function(){this.context.pause({success:t=>{o("log","at pages/test/testChat.nvue:67","livePusher.pause:"+JSON.stringify(t))}})},stop:function(){this.context.stop({success:t=>{o("log","at pages/test/testChat.nvue:74",JSON.stringify(t))}})},switchCamera:function(){this.context.switchCamera({success:t=>{o("log","at pages/test/testChat.nvue:81","livePusher.switchCamera:"+JSON.stringify(t))}})},startPreview:function(){this.context.startPreview({success:t=>{o("log","at pages/test/testChat.nvue:88","livePusher.startPreview:"+JSON.stringify(t))}})},stopPreview:function(){this.context.stopPreview({success:t=>{o("log","at pages/test/testChat.nvue:95","livePusher.stopPreview:"+JSON.stringify(t))}})}}};function x(t,s,n,c,r,a){let u=(0,e.resolveComponent)("button");return(0,e.openBlock)(),(0,e.createElementBlock)("scroll-view",{scrollY:!0,showScrollbar:!0,enableBackToTop:!0,bubble:"true",style:{flexDirection:"column"}},[(0,e.createElementVNode)("view",null,[(0,e.createElementVNode)("live-pusher",{id:"livePusher",ref:"livePusher",class:"livePusher",url:"",mode:"SD",muted:!0,enableCamera:!0,autoFocus:!0,beauty:1,whiteness:"2",aspect:"9:16",onStatechange:s[0]||(s[0]=(...l)=>a.statechange&&a.statechange(...l)),onNetstatus:s[1]||(s[1]=(...l)=>a.netstatus&&a.netstatus(...l)),onError:s[2]||(s[2]=(...l)=>a.error&&a.error(...l))},null,544),(0,e.createVNode)(u,{class:"btn",onClick:a.start},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u5F00\u59CB\u63A8\u6D41")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.pause},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u6682\u505C\u63A8\u6D41")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.resume},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("resume")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.stop},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u505C\u6B62\u63A8\u6D41")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.snapshot},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u5FEB\u7167")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.startPreview},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u5F00\u542F\u6444\u50CF\u5934\u9884\u89C8")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.stopPreview},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u5173\u95ED\u6444\u50CF\u5934\u9884\u89C8")]),_:1},8,["onClick"]),(0,e.createVNode)(u,{class:"btn",onClick:a.switchCamera},{default:(0,e.withCtx)(()=>[(0,e.createTextVNode)("\u5207\u6362\u6444\u50CF\u5934")]),_:1},8,["onClick"])])])}var i=v(b,[["render",x]]);var h=plus.webview.currentWebview();if(h){let t=parseInt(h.id),s="pages/test/testChat",n={};try{n=JSON.parse(h.__query__)}catch(r){}i.mpType="page";let c=Vue.createPageApp(i,{$store:getApp({allowDefault:!0}).$store,__pageId:t,__pagePath:s,__pageQuery:n});c.provide("__globalStyles",Vue.useCssStyles([...__uniConfig.styles,...i.styles||[]])),c.mount("#root")}})();
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More