根据用户姓别、生日、性别、等信息,为用户提供相关的八字信息。预留了 AI 调用能力,可以扩展出其他强大的功能(例如:解析,测命)
借助 Taro 框架,支持多端,包括:
- 抖音小程序
- h5
- 微信小程序 ...
- Vue
- Taro
- TypeScript
- TailwindCSS
- Pinia
The application requires the following environment variables to be configured:
TARO_APP_TT_CLOUD_ENV_ID
: Cloud environment identifierTARO_APP_TT_CLOUD_SERVICE_ID
: Cloud service identifierTARO_APP_API_URL
: Backend API endpointTARO_APP_TT_BOAT_NAME
: Chat bot name identifierTARO_APP_TT_BOAT_URL
: Chat bot API endpoint
- Clone the repository
- Copy
.env.example
to.env
and configure the environment variables - Install dependencies:
yarn
- Run the application: for platform h5:
yarn dev:h5
for platform weapp:
yarn dev:weapp
for platform tiktok:
yarn dev:tt
check the
package.json
for other platforms