第一次上传
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# 图标临时使用方案
|
||||
|
||||
由于无法直接下载图标,提供以下临时方案:
|
||||
|
||||
## 方案1: 使用 RemixIcon CDN(推荐)
|
||||
|
||||
在页面中直接使用在线图标库,无需下载:
|
||||
|
||||
```html
|
||||
<!-- 在需要图标的地方使用 -->
|
||||
<text class="iconfont"></text>
|
||||
```
|
||||
|
||||
在 `App.vue` 的 `<style>` 中添加:
|
||||
|
||||
```css
|
||||
@import url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css');
|
||||
|
||||
.iconfont {
|
||||
font-family: 'remixicon', sans-serif;
|
||||
}
|
||||
```
|
||||
|
||||
## 方案2: 创建临时SVG图标
|
||||
|
||||
我为您创建一个临时图标生成工具文件。
|
||||
|
||||
## 方案3: 使用纯色占位图标
|
||||
|
||||
创建简单的圆形/方形图标作为临时方案。
|
||||
|
||||
---
|
||||
|
||||
**推荐使用方案1,最快最简单!**
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
// launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
|
||||
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
|
||||
"version" : "0.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"app-plus" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"default" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"mp-weixin" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"type" : "uniCloud"
|
||||
},
|
||||
{
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-android"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 565 B |
Reference in New Issue
Block a user