根据用户姓别、生日、性别、等信息,为用户提供相关的八字信息。预留了 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.exampleto.envand configure the environment variables - Install dependencies:
yarn- Run the application: for platform h5:
yarn dev:h5for platform weapp:
yarn dev:weappfor platform tiktok:
yarn dev:ttcheck the
package.jsonfor other platforms