terminal.js - 藤原的个人终端
// 个人信息配置
const profile = {
name: "藤原",
title: "职场牛马!!!",
contact: {
website: "TengYuan.icu",
FileCodeBox: "wp.tengyuan.icu",
},
links: {
travel blog: "blog.tengyuan.icu",
birthday: "2001/11/01",
},
// 座右铭
motto: "以清简代码,筑玖维数字宇宙。",
copyright: "2017- 藤原",
};
// 终端交互
console.log("欢迎访问藤原的个人终端");
console.log("输入 'help' 获取可用命令");
命令历史记录