init: 汇率换算工具小程序骨架

- 两个页面:首页(双向换算)+ 汇率总览(一对多)
- 基础项目结构和配置
- AppID 待填入

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
manpengan
2026-03-18 15:44:39 +08:00
commit 6b60379b0c
15 changed files with 162 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 汇率换算工具 (currency-converter)
微信小程序,个人主体,实时汇率换算工具。
## 功能
- 双向汇率换算(经典模式)
- 汇率总览(一对多)
- 主流 20-30 种货币
- 数据来源open.er-api.com免费 API
## 开发
用微信开发者工具打开项目根目录,在 `project.config.json` 中填入 AppID。