This commit is contained in:
Mrx
2026-02-27 12:07:10 +08:00
parent ba15295248
commit 3b9e071bc4
10 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { defineManifestConfig } from '@uni-helper/vite-plugin-uni-manifest'
export default defineManifestConfig({
'name': '天远助手',
'name': '天远数据',
'appid': '__UNI__CC3DA09',
'description': '',
'versionName': '1.0.0',

View File

@@ -9,7 +9,7 @@ export default defineUniPages({
backgroundTextStyle: '@bgTxtStyle',
navigationBarBackgroundColor: '#000000',
navigationBarTextStyle: '@navTxtStyle',
navigationBarTitleText: '天远助手',
navigationBarTitleText: '天远数据',
navigationStyle: 'custom',
},

View File

@@ -3,7 +3,7 @@
* 在页面 setup 中调用 useShare(options) 即可启用右上角菜单的「转发」与「分享到朋友圈」
*/
const DEFAULT_TITLE = '天远助手 - 大数据报告查询'
const DEFAULT_TITLE = '天远数据 - 大数据报告查询'
const DEFAULT_IMAGE_URL = '' // 留空则微信使用页面截图
export interface UseShareOptions {

View File

@@ -4,7 +4,7 @@ import 'uno.css'
import '@/app.scss'
import { setupRouterGuard } from '@/utils/routerGuard'
const DEFAULT_SHARE_TITLE = '天远助手 - 大数据报告查询,即刻赚佣金'
const DEFAULT_SHARE_TITLE = '天远数据 - 大数据报告查询,即刻赚佣金'
// 全局分享:所有页面右上角「转发」「分享到朋友圈」使用统一默认配置
const shareMixin = {

View File

@@ -1,5 +1,5 @@
{
"name": "天远助手",
"name": "天远数据",
"appid": "__UNI__CC3DA09",
"description": "",
"versionName": "1.0.0",

View File

@@ -130,7 +130,7 @@
"backgroundTextStyle": "@bgTxtStyle",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "天远助手",
"navigationBarTitleText": "天远数据",
"navigationStyle": "custom"
},
"tabBar": {

View File

@@ -4,7 +4,7 @@ import { getAgentRevenue } from '@/api/apis'
import GzhQrcode from '@/components/GzhQrcode.vue'
// 分享给好友、分享到朋友圈
useShare({ title: '天远助手 - 资产与收益' })
useShare({ title: '天远数据 - 资产与收益' })
// 日期选项映射
const dateRangeMap = {

View File

@@ -6,7 +6,7 @@ import iconCard1 from '/static/image/icon_2.png'
import iconCard2 from '/static/image/icon_1.png'
// 分享给好友、分享到朋友圈
useShare({ title: '天远助手 - 大数据报告查询,即刻赚佣金' })
useShare({ title: '天远数据 - 大数据报告查询,即刻赚佣金' })
// 从缓存中获取代理状态
const isAgent = ref(false)
@@ -102,8 +102,8 @@ function getPhoneNumber(e) {
<view class="text-gray-800 text-sm">邀请下级页面引导</view>
<view class="text-xs bg-blue-100 text-blue-600 px-2 py-0.5 rounded">引导指南</view>
</view>
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远助手代理')">
<view class="text-gray-800 text-sm">如何成为天远助手代理</view>
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远数据代理')">
<view class="text-gray-800 text-sm">如何成为天远数据代理</view>
</view>
</view>
</view> -->
@@ -126,7 +126,7 @@ function getPhoneNumber(e) {
show-menu-by-longpress
/>
<view class="text-gray-600 text-sm text-center mb-2">长按识别保存或者扫码</view>
<view class="text-gray-400 text-xs">关注天远助手公众号</view>
<view class="text-gray-400 text-xs">关注天远数据公众号</view>
<view
class="mt-4 text-blue-500 text-sm"
@click="toggleQrcodePopup"

View File

@@ -147,7 +147,7 @@ onUnmounted(() => {
<view class="mb-8 pt-8 text-left">
<view class="flex flex-col items-center">
<image class="h-18 w-18 rounded-full shadow" src="/static/image/logo.png" mode="scaleToFill" />
<view class="mt-4 text-3xl font-bold text-gray-800">天远助手</view>
<view class="mt-4 text-3xl font-bold text-gray-800">天远数据</view>
</view>
</view>
<view class="space-y-5">

View File

@@ -90,7 +90,7 @@ import { ref, computed, onBeforeMount } from 'vue'
import { maskName, formatExpiryTime } from '@/utils/format'
// 分享给好友、分享到朋友圈
useShare({ title: '天远助手 - 大数据报告查询' })
useShare({ title: '天远数据 - 大数据报告查询' })
// 用户数据
const userName = ref('')