mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 00:20:52 +08:00
chore: init project
This commit is contained in:
6
internal/node-utils/src/constants.ts
Normal file
6
internal/node-utils/src/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
enum UNICODE {
|
||||
FAILURE = '\u2716', // ✖
|
||||
SUCCESS = '\u2714', // ✔
|
||||
}
|
||||
|
||||
export { UNICODE };
|
||||
Reference in New Issue
Block a user