Skip to content

Commit e06196f

Browse files
committed
feat(blog): added a blog post on the release of HarmonyOS APP
1 parent 40ea894 commit e06196f

File tree

4 files changed

+37
-8
lines changed

4 files changed

+37
-8
lines changed

data/blog/202508/HarmonyOS_APP.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: '上架了几个鸿蒙APP,记录一下开发要点和上架流程'
3+
date: '2025-08-22'
4+
tags: ['HarmonyOS', 'APP']
5+
draft: false
6+
summary: '上架了几个鸿蒙APP,记录一下开发要点和上架流程,避免之后踩进同样的坑...'
7+
images: ['/static/images/blog/202508/HarmonyOS_APP/HarmonyOS-NEXT.webp']
8+
authors: ['default']
9+
---
10+
11+
最近参加了鸿蒙的开发者激励计划,准备陆续上架几个 APP,开一篇博文记录一下上架的 APP 以及上架应用的要点。
12+
13+
鸿蒙系统的朋友们帮忙下载体验 🙏🙏🙏
14+
15+
## 1. 上架流程
16+
17+
(待补充)
18+
19+
## 2. 已上架应用
20+
21+
### 1. [人生看板](https://appgallery.huawei.com/app/detail?id=me.mengke.lifeboard)
22+
23+
让时间可视化,珍惜每一天。
24+
25+
![人生看板](/static/images/blog/202508/HarmonyOS_APP/me.mengke.lifeboard.webp)
26+
27+
人生看板 (Life Dashboard) 是一款帮助您珍惜时间、规划人生的生活应用。通过直观的倒计时和可视化数据,让抽象的时间概念变得具体可感,激发您对生活的热爱和行动力。
28+
29+
### 2. 开发中...

json/tag-data.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"fe": 13,
55
"javascript": 6,
66
"flat": 1,
7-
"react": 3,
8-
"react-router-dom": 1,
97
"vue": 5,
108
"vue3": 2,
9+
"react": 3,
10+
"react-router-dom": 1,
1111
"deno": 1,
1212
"nextjs": 2,
1313
"database": 1,
@@ -31,7 +31,7 @@
3131
"video": 1,
3232
"android": 1,
3333
"webview": 2,
34-
"visualization": 2,
34+
"visualization": 1,
3535
"life": 4,
3636
"year-end": 2,
3737
"summary": 2,
@@ -41,19 +41,18 @@
4141
"collect": 1,
4242
"optimization": 1,
4343
"webworker": 1,
44-
"blog": 1,
45-
"code-life": 1,
4644
"travel": 1,
4745
"japan": 1,
46+
"blog": 1,
47+
"code-life": 1,
4848
"ai": 4,
4949
"mcp": 3,
5050
"llm": 4,
5151
"deepseek": 1,
5252
"ollama": 1,
5353
"dify": 1,
54-
"test": 1,
55-
"mermaid": 1,
56-
"markdown": 2,
54+
"harmonyos": 1,
55+
"app": 1,
5756
"typescript": 3,
5857
"string": 1,
5958
"casing": 1,
@@ -73,6 +72,7 @@
7372
"spotify-api": 1,
7473
"ios": 1,
7574
"swiftui": 1,
75+
"markdown": 1,
7676
"code-block": 1,
7777
"syntax": 1,
7878
"npm": 1,
29.2 KB
Loading
72.6 KB
Loading

0 commit comments

Comments
 (0)