docs: Add version number into products

This commit is contained in:
Peng-YM
2022-06-28 13:10:43 +08:00
parent 03d4d6e918
commit 79a8956f92
7 changed files with 22 additions and 13 deletions

View File

@@ -1,6 +1,15 @@
/* eslint-disable no-undef */
import { ProxyUtils } from '@/core/proxy-utils';
import { RuleUtils } from '@/core/rule-utils';
import { version } from '../../package.json';
console.log(
`
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
Sub-Store © Peng-YM -- v${version}
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
`,
);
const RESOURCE_TYPE = {
PROXY: 1,