Skip to content

Commit

Permalink
update: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iChengbo committed Jul 29, 2021
1 parent 7111c75 commit e869e02
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/apis/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
* @Author: iChengbo
* @Date: 2021-07-19 15:54:35
* @LastEditors: iChengbo
* @LastEditTime: 2021-07-29 11:55:39
* @LastEditTime: 2021-07-29 16:34:35
* @FilePath: /taro-react-native/src/pages/apis/index.tsx
*/
import Taro from "@tarojs/taro";
import { Component } from 'react'
import { View, Text, Image } from '@tarojs/components'
import logo from "../asset/component/logo.png";
import surfacePng from "../asset/component/view.png";
import contentPng from "../asset/component/content.png";
import formPng from "../asset/component/form.png";
import navPng from "../asset/component/nav.png";
import basicPng from "../asset/component/content.png";
import storagePng from "../asset/component/form.png";
import networkPng from "../asset/component/nav.png";
import mediaPng from "../asset/component/media.png";
import mapPng from "../asset/component/map.png";
import canvasPng from "../asset/component/canvas.png";

import "./index.scss";

const PNGS = {
// surfacePng,
contentPng,
formPng,
navPng,
surfacePng,
basicPng,
storagePng,
networkPng,
mediaPng,
mapPng,
canvasPng
Expand Down

0 comments on commit e869e02

Please sign in to comment.