Skip to content

LC044/AnnualReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

年度报告模板

运行示例

个人年度报告在线预览

手机可以扫码观看

双人年度报告在线预览

手机可以扫码观看

使用

需要安装 node.js 版本 20

克隆代码

git clone https://github.com/LC044/AnnualReport

cd AnnualReport

cd single

安装依赖

npm install

运行

npm run dev

打包

npm run build

修改数据

为了方便修改、自定义,所有数据均定义在getData.js里,你可以只修改这里面的数据来定制专属于你自己的年度报告。

/**********第一页************/
// Welcome.vue
// 欢迎页数据
export const Welcome_data = reactive({
    avatarSrc: './header/header7.webp',
    nickname: "初霜",
    descriptionText: {
        hello: "Hello World!",
        text1: "时光荏苒,转眼间我们又走过了一年。",
        text2: "在过去的365天里,从深夜的长谈到清晨的祝福,从好友间的调侃到工作中的忙碌……",
        text4: "这些聊天记录,是属于你的独家记忆。",
        text7: "打开报告,开启你的专属年度记忆吧!"
    }
});



/**********第二页************/
// ChatData.vue
// 全年消息统计数据
export var statsData = {
    // 一年中的天数
    daysInWeChat: 365, 
    // 聊天人数
    numOfFriends: 113,
    // 发出的消息数
    messagesSent: 14404,
    // 收到的消息数
    messagesReceived: 18708,
    // 总字数
    totalWords: 493092
};

About

微信年度聊天报告模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages