未验证 提交 26bfa7c4 编写于 作者: X xiaoyatong 提交者: GitHub

Merge pull request #290 from xiaoyatong/main

feat: Taro Demo示例修改
......@@ -671,7 +671,7 @@
"desc": "",
"sort": 10,
"show": true,
"taro": true,
"taro": false,
"author": "oasis"
}
]
......
@import '@/sites/mobile/Links.scss';
.index-header .info .h5-h1 {
font-weight: 500;
font-size: 48rpx;
}
import React, { useState } from 'react'
import { HashRouter, Switch, Route } from 'react-router-dom'
import React from 'react'
import logo from '@/sites/assets/images/logo-red.png'
import Taro from '@tarojs/taro'
import pkg from '@/config.json'
......@@ -22,8 +21,8 @@ const Index = () => {
<div className="index-header">
<img src={logo} alt="" srcSet="" />
<div className="info">
<h1>NutUI</h1>
<p>京东风格的轻量级小程序组件库React版1</p>
<h1>NutUI React</h1>
<p>京东风格的轻量级小程序组件库 React 版</p>
</div>
</div>
<div className="index-components">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册