当前位置:网站首页>多功能工具箱微信小程序源码

多功能工具箱微信小程序源码

2022-04-23 18:10:00 微信xixi_818888

流量主系列,没有后台,直接上传小程序就能使用了
这是一款多功能工具箱小程序!
目前由N款小功能组合成
比如:
图片拼接
九宫格切图
透明昵称
文字表情
等等上面说的只是一部分
该款小程序无需服务器与域名

app.json

{
  "pages": [
    "pages/index/index",
    "pages/creat/blank/blank",
    "pages/creat/combine/combine",
    "pages/creat/combine/show",
    "pages/creat/cut/cut",
    "pages/creat/word/word",
    "pages/creat/screaming/screaming",
    "pages/creat/color/color",
    "pages/creat/tel/tel",
    "pages/creat/emojy/emojy",
    "pages/creat/fly/fly",
    "pages/creat/typeface/typeface"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "源码工具箱",
    "navigationBarTextStyle": "black"
  },
  "usingComponents": {
    "cu-custom": "/colorui/components/cu-custom"
  },
  "sitemapLocation": "sitemap.json"
}

版权声明
本文为[微信xixi_818888]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_36752481/article/details/124364409