11 lines
220 B
C
11 lines
220 B
C
|
//
|
||
|
// Created by HW on 2023/07/27.
|
||
|
//
|
||
|
|
||
|
#ifndef OFFICEASSISTANT_CONFIG_H
|
||
|
#define OFFICEASSISTANT_CONFIG_H
|
||
|
#define VERSION "0.0.0";
|
||
|
#define RELEASE "release";
|
||
|
#define PARTNER_ID "partner"
|
||
|
#endif //OFFICEASSISTANT_CONFIG_H
|