mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
14 lines
125 B
JavaScript
14 lines
125 B
JavaScript
|
|
|
|
define(function(require, exports, module){
|
|
|
|
var type = {
|
|
versionControl: 0,
|
|
story: 1
|
|
};
|
|
|
|
|
|
exports.type = type;
|
|
|
|
});
|