第一次上传
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../utils/store.js");Math||o();const o=()=>"../../../components/SectionCard.js",r={__name:"index",setup(o){const r=t.useAppStore();e.onShow((()=>{!function(){let t=null;e.wx$1.createInterstitialAd&&(t=e.wx$1.createInterstitialAd({adUnitId:"adunit-0abc32053b19a4e9"}),t.onLoad((()=>{})),t.onError((e=>{console.error("插屏广告加载失败",e)})),t.onClose((()=>{})));setTimeout((()=>{t&&t.show().catch((e=>{console.error("插屏广告显示失败",e)}))}),2280)}()}));const s=e.computed((()=>"dark"===r.state.settings.theme?"theme-dark":""));return(t,o)=>({a:e.p({title:"关于应用",subtitle:"面向日常收支记录、预算控制与月度复盘的轻量工具"}),b:e.p({title:"隐私与数据",subtitle:""}),c:e.n(s.value)})}},s=e._export_sfc(r,[["__scopeId","data-v-5d1e9385"]]);wx.createPage(s);
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "关于与隐私",
|
||||
"usingComponents": {
|
||||
"section-card": "../../../components/SectionCard"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<view class="{{['app-page', 'data-v-5d1e9385', c]}}"><view class="surface-card page-hero data-v-5d1e9385"><text class="hero-kicker data-v-5d1e9385">ABOUT</text><text class="hero-title data-v-5d1e9385">关于与隐私</text><text class="hero-desc data-v-5d1e9385">查看应用定位、数据说明与发布前应补齐的正式信息。</text><view class="hero-tags data-v-5d1e9385"><text class="hero-tag soft data-v-5d1e9385">发布说明</text></view></view><ad-custom class="data-v-5d1e9385" unit-id="adunit-64707ea333329399"></ad-custom><section-card wx:if="{{a}}" class="data-v-5d1e9385" u-s="{{['d']}}" u-i="5d1e9385-0" bind:__l="__l" u-p="{{a}}"><view class="about-card surface-strong data-v-5d1e9385"><text class="app-name data-v-5d1e9385">账单小管家</text><text class="about-text data-v-5d1e9385">定位为轻量、无广告的本地记账工具,适合学生、情侣、合租和个人日常记账场景。</text></view></section-card><section-card wx:if="{{b}}" class="data-v-5d1e9385" u-s="{{['d']}}" u-i="5d1e9385-1" bind:__l="__l" u-p="{{b}}"><view class="info-list data-v-5d1e9385"><view class="info-item surface-strong data-v-5d1e9385"><text class="info-title data-v-5d1e9385">本地存储</text><text class="info-text data-v-5d1e9385">账单、预算、分类、账户和设置默认保存在当前设备本地。</text></view><view class="info-item surface-strong data-v-5d1e9385"><text class="info-title data-v-5d1e9385">本地昵称</text><text class="info-text data-v-5d1e9385">昵称仅保存在当前设备,用于个人页展示和首字头像。</text></view><view class="info-item surface-strong data-v-5d1e9385"><text class="info-title data-v-5d1e9385">数据迁移</text><text class="info-text data-v-5d1e9385">如需换机迁移,可在“备份与恢复”中导出 JSON 并在新设备恢复。</text></view></view></section-card></view>
|
||||
@@ -0,0 +1 @@
|
||||
.page-hero.data-v-5d1e9385{padding:30rpx;background:linear-gradient(145deg,rgba(16,42,67,.96),rgba(31,111,95,.88) 60%,rgba(212,108,67,.82));color:#fff}.hero-kicker.data-v-5d1e9385,.hero-desc.data-v-5d1e9385,.hero-tag.soft.data-v-5d1e9385{color:rgba(255,255,255,.76)}.hero-kicker.data-v-5d1e9385{font-size:20rpx;letter-spacing:4rpx}.hero-title.data-v-5d1e9385{display:block;margin-top:12rpx;font-size:44rpx;font-weight:700}.hero-desc.data-v-5d1e9385{display:block;margin-top:14rpx;font-size:24rpx;line-height:1.7}.hero-tags.data-v-5d1e9385{display:flex;flex-wrap:wrap;gap:14rpx;margin-top:22rpx}.hero-tag.data-v-5d1e9385{padding:12rpx 18rpx;border-radius:999rpx;background:rgba(255,255,255,.16);font-size:22rpx}.about-card.data-v-5d1e9385,.info-item.data-v-5d1e9385,.tips-card.data-v-5d1e9385{padding:26rpx;border-radius:28rpx}.app-name.data-v-5d1e9385,.info-title.data-v-5d1e9385{display:block;font-size:31rpx;font-weight:700;color:var(--text-primary)}.app-version.data-v-5d1e9385{display:block;margin-top:10rpx;font-size:23rpx;color:var(--brand)}.about-text.data-v-5d1e9385,.info-text.data-v-5d1e9385,.tip-line.data-v-5d1e9385{display:block;margin-top:12rpx;font-size:24rpx;line-height:1.8;color:var(--text-secondary)}.info-list.data-v-5d1e9385{display:flex;flex-direction:column;gap:16rpx}.tip-row.data-v-5d1e9385{display:flex;align-items:flex-start;gap:16rpx;padding:10rpx 0}.tip-index.data-v-5d1e9385{width:56rpx;font-size:24rpx;font-weight:700;color:var(--brand)}
|
||||
Reference in New Issue
Block a user