MorJS 代码维度 #ifndef(判断是否无变量)

2024-01-17 15:09 更新

js/ts 文件类型

/* #ifndef wechat */
console.log('除了在微信以外的端都展示')
/* #endif */

wxss/acss/less/scss 文件类型

.index-page {
  /* #ifndef wechat */
  background: red;
  /* #endif */
}

wxml/axml 文件类型

<!-- #ifndef wechat -->
<view>除了在微信以外的端都展示</view>
<!-- #endif -->

jsonc/json5 文件类型

{
  "component": true,
  "usingComponents": {
    // #ifndef wechat
    "any-component": "./wechat-any-component",
    // #endif

    "other-component": "./other-component"
  }
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号