chore: merge coupon as regular directory (replace submodule)

This commit is contained in:
rjb
2026-05-11 07:36:26 +08:00
parent d4c0016c73
commit d35c074569
1249 changed files with 43912 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<wxs src="../wxs/utils.wxs" module="utils" />
<wxs src="./index.wxs" module="computed" />
<view
class="custom-class {{ utils.bem('divider', [{ dashed, hairline }, contentPosition]) }}"
style="{{ computed.rootStyle({ borderColor, textColor, fontSize, customStyle }) }}"
>
<slot />
</view>