From 76d804e37ed8d966387c2fa065015bdc12460c7c Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 19 七月 2023 12:02:28 +0800
Subject: [PATCH] 集成获取分类接口(包含编码规则码段码值信息)
---
Source/UBCS-WEB/dist/.postcssrc.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/.postcssrc.js b/Source/UBCS-WEB/dist/.postcssrc.js
new file mode 100644
index 0000000..100cc01
--- /dev/null
+++ b/Source/UBCS-WEB/dist/.postcssrc.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ autoprefixer: {}
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0