初始提交
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
dist
|
36
README.en.md
Normal file
36
README.en.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# dy-app
|
||||||
|
|
||||||
|
#### Description
|
||||||
|
德阳app
|
||||||
|
|
||||||
|
#### Software Architecture
|
||||||
|
Software architecture description
|
||||||
|
|
||||||
|
#### Installation
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### Instructions
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### Contribution
|
||||||
|
|
||||||
|
1. Fork the repository
|
||||||
|
2. Create Feat_xxx branch
|
||||||
|
3. Commit your code
|
||||||
|
4. Create Pull Request
|
||||||
|
|
||||||
|
|
||||||
|
#### Gitee Feature
|
||||||
|
|
||||||
|
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||||
|
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||||
|
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||||
|
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||||
|
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||||
|
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
37
README.md
Normal file
37
README.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# dy-app
|
||||||
|
|
||||||
|
#### 介绍
|
||||||
|
德阳app
|
||||||
|
|
||||||
|
#### 软件架构
|
||||||
|
软件架构说明
|
||||||
|
|
||||||
|
|
||||||
|
#### 安装教程
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### 使用说明
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### 参与贡献
|
||||||
|
|
||||||
|
1. Fork 本仓库
|
||||||
|
2. 新建 Feat_xxx 分支
|
||||||
|
3. 提交代码
|
||||||
|
4. 新建 Pull Request
|
||||||
|
|
||||||
|
|
||||||
|
#### 特技
|
||||||
|
|
||||||
|
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
||||||
|
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
|
||||||
|
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
|
||||||
|
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
|
||||||
|
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
||||||
|
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
5
babel.config.js
Normal file
5
babel.config.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
presets: [
|
||||||
|
'@vue/cli-plugin-babel/preset'
|
||||||
|
]
|
||||||
|
}
|
19
jsconfig.json
Normal file
19
jsconfig.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es5",
|
||||||
|
"module": "esnext",
|
||||||
|
"baseUrl": "./",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"paths": {
|
||||||
|
"@/*": [
|
||||||
|
"src/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"lib": [
|
||||||
|
"esnext",
|
||||||
|
"dom",
|
||||||
|
"dom.iterable",
|
||||||
|
"scripthost"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
BIN
node_modules.zip
Normal file
BIN
node_modules.zip
Normal file
Binary file not shown.
40047
package-lock.json
generated
Normal file
40047
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
55
package.json
Normal file
55
package.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"name": "lzga",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"serve": "vue-cli-service serve",
|
||||||
|
"build": "vue-cli-service build ",
|
||||||
|
"lint": "vue-cli-service lint"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||||
|
"amfe-flexible": "^2.2.1",
|
||||||
|
"axios": "^0.27.2",
|
||||||
|
"base-64": "^1.0.0",
|
||||||
|
"core-js": "^3.8.3",
|
||||||
|
"echarts": "^5.3.3",
|
||||||
|
"mitt": "^3.0.0",
|
||||||
|
"ol": "^6.15.1",
|
||||||
|
"vant": "^3.4.3",
|
||||||
|
"vconsole": "^3.14.6",
|
||||||
|
"vue": "^3.2.13",
|
||||||
|
"vue-router": "^4.0.3",
|
||||||
|
"vuex": "^4.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@babel/core": "^7.12.16",
|
||||||
|
"@babel/eslint-parser": "^7.12.16",
|
||||||
|
"@vue/cli-plugin-babel": "~5.0.0",
|
||||||
|
"@vue/cli-service": "~5.0.0",
|
||||||
|
"sass": "^1.56.2",
|
||||||
|
"sass-loader": "^13.2.0",
|
||||||
|
"vue-awesome-mui": "^1.7.3",
|
||||||
|
"webpack-bundle-analyzer": "^4.7.0"
|
||||||
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"root": true,
|
||||||
|
"env": {
|
||||||
|
"node": true
|
||||||
|
},
|
||||||
|
"extends": [
|
||||||
|
"plugin:vue/vue3-essential",
|
||||||
|
"eslint:recommended"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"parser": "@babel/eslint-parser"
|
||||||
|
},
|
||||||
|
"rules": {}
|
||||||
|
},
|
||||||
|
"browserslist": [
|
||||||
|
"> 1%",
|
||||||
|
"last 2 versions",
|
||||||
|
"not dead",
|
||||||
|
"not ie 11"
|
||||||
|
]
|
||||||
|
}
|
132
public/EzMapFile/EzMapAPI.js
Normal file
132
public/EzMapFile/EzMapAPI.js
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
/*
|
||||||
|
|------------------------------------------------------------------------------
|
||||||
|
| EzMapAPI.js
|
||||||
|
|
|
||||||
|
|@author: qianleyi
|
||||||
|
|@date: 2015-11-27
|
||||||
|
|@descript: 基础地图初始化配置设置
|
||||||
|
|------------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
//需要配置客户端ezserverclient服务地址
|
||||||
|
//var serviceUrl='http://172.18.116.167:8089/dist';
|
||||||
|
var serviceUrl = 'http://www.pgis.sc/EzServerClientV8';
|
||||||
|
var ezMap = {
|
||||||
|
/**
|
||||||
|
* 二维数组:可以插入多个图层对象
|
||||||
|
* 参数说明:[]表示图层组,数组中[i][0]表示图层名,[i][1]表示图层的URL,[i][2]表示图层的参数设置
|
||||||
|
* 参数类型:Array
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
MapSrcURL: [
|
||||||
|
/** 最上层图层 */
|
||||||
|
//-------------------------------------
|
||||||
|
//Geog2010 格式模板
|
||||||
|
// ["公司2010格式地图(大地坐标投影)", "http://172.25.18.16:8081/EzServer7/Maps/Blue", {
|
||||||
|
// crs: '4326',
|
||||||
|
// imageSRC: '../images/shiliang.png',
|
||||||
|
// token:'042b53ff99f44acda0f7e667cf03a95b'
|
||||||
|
// }],
|
||||||
|
//-------------------------------------
|
||||||
|
//GeogTdt 格式模板
|
||||||
|
// ["天地图格式(大地坐标投影)", "http://172.18.68.248:8080/Server7/Maps/D_441900DG", {
|
||||||
|
// crs: '4326',
|
||||||
|
// wrapX: false,
|
||||||
|
// imageSRC: 'http://172.18.71.80:8080/images/shiliang.png',
|
||||||
|
// key: 'text'
|
||||||
|
// }],
|
||||||
|
|
||||||
|
["SL", "http://t3.tianditu.gov.cn/DataServer?T=vec_c&tk=cefabab8748698548c1eb238d4dd0c16&x={x}&y={y}&l={z}", {
|
||||||
|
crs: '4326',
|
||||||
|
imageSRC: 'http://www.pgis.sc/EzServerClientV8/images/shiliang.png',
|
||||||
|
token: '042b53ff99f44acda0f7e667cf03a95b'
|
||||||
|
}]
|
||||||
|
|
||||||
|
],
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:设置地图初始化中心位置
|
||||||
|
* 参数类型:Array<Float,Float>
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
CenterPoint: [104.75425466, 31.45795226],
|
||||||
|
/**
|
||||||
|
* 参数说明:设置全图显示时地图显示范围
|
||||||
|
* 参数类型:[minx,miny,maxx,maxy]
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
MapFullExtent: undefined,
|
||||||
|
//MapFullExtent: [99.60617,24.96368,100.746,26.1914],
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:设置地图初始显示级别
|
||||||
|
* 参数类型:Int
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
MapInitLevel: 1,
|
||||||
|
//MapInitLevel: 12,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:设置地图显示的最大级别
|
||||||
|
* 参数类型:Int
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
MapMaxLevel: 20,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:设置地图显示的最小级别
|
||||||
|
* 参数类型:Int
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
MapMinLevel: 1,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:是否添加地图级别控制条hover样式
|
||||||
|
* 参数类型:Boolean
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:无
|
||||||
|
*/
|
||||||
|
isTitleArea: true,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参数说明:Animation 瓦片是否提前加载
|
||||||
|
* 参数类型:Boolean
|
||||||
|
* 取值范围:无限制
|
||||||
|
* 默认值:false
|
||||||
|
*/
|
||||||
|
loadTilesWhileAnimating: false
|
||||||
|
};
|
||||||
|
|
||||||
|
(function (ezMap) {
|
||||||
|
var scriptName = "EzMapAPI\\.js";
|
||||||
|
var keyWord = "key";
|
||||||
|
|
||||||
|
(function (ezMap) {
|
||||||
|
var isOL = new RegExp("(^|(.*?\\/))(" + scriptName + ")(\\?|$)");
|
||||||
|
var scripts = document.getElementsByTagName('script');
|
||||||
|
for (var i = 0, len = scripts.length; i < len; i++) {
|
||||||
|
var src = scripts[i].getAttribute('src');
|
||||||
|
if (src) {
|
||||||
|
var match = src.match(isOL);
|
||||||
|
if (match) {
|
||||||
|
var key = src.indexOf(keyWord + "=");
|
||||||
|
if (key == -1) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
var get_par = src.slice(keyWord.length + key + 1);
|
||||||
|
var nextPar = get_par.indexOf("&");
|
||||||
|
if (nextPar != -1) {
|
||||||
|
get_par = get_par.slice(0, nextPar);
|
||||||
|
}
|
||||||
|
ezMap.AuthorKey = get_par;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})(ezMap);
|
||||||
|
})(ezMap);
|
1
public/EzMapFile/EzServerClient.min.css
vendored
Normal file
1
public/EzMapFile/EzServerClient.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
54260
public/EzMapFile/EzServerClient.min.js
vendored
Normal file
54260
public/EzMapFile/EzServerClient.min.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
56
public/EzMapFile/popup.css
Normal file
56
public/EzMapFile/popup.css
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
.ez-popup {
|
||||||
|
display: none;
|
||||||
|
min-width: 170px;
|
||||||
|
max-width: 200px;
|
||||||
|
position: relative;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border: 1px solid #FFFFFF;
|
||||||
|
border-radius: 5px;
|
||||||
|
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
|
||||||
|
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup:after,
|
||||||
|
.ez-popup:before {
|
||||||
|
top: 100%;
|
||||||
|
left: 50%;
|
||||||
|
border: solid transparent;
|
||||||
|
content: " ";
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup:after {
|
||||||
|
border-color: rgba(255, 255, 255, 0);
|
||||||
|
border-top-color: #FFFFFF;
|
||||||
|
border-width: 10px;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup:before {
|
||||||
|
border-color: rgba(255, 255, 255, 0);
|
||||||
|
border-top-color: #FFFFFF;
|
||||||
|
border-width: 10px;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup-closer {
|
||||||
|
text-decoration: none;
|
||||||
|
position: absolute;
|
||||||
|
top: 2px;
|
||||||
|
right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup-closer:after {
|
||||||
|
content: "✖";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ez-popup-content {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 微软雅黑, 宋体;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 15px;
|
||||||
|
}
|
112
public/android.js
Normal file
112
public/android.js
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
var jd = "104.41361653448905";
|
||||||
|
var wd = "31.127827898122767";
|
||||||
|
var address = "德阳市公安局";
|
||||||
|
var appVersion = "1.1.3";
|
||||||
|
//NFC回调
|
||||||
|
function setCardInfoByNFC(info, base64) {
|
||||||
|
console.log(base64)
|
||||||
|
if (info) {
|
||||||
|
info = JSON.parse(info)
|
||||||
|
info.data.zp = base64;
|
||||||
|
window.postMessage({
|
||||||
|
data: info,
|
||||||
|
type: 'NFC'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 拍照
|
||||||
|
function setimage_base64(pzid, base64) {
|
||||||
|
if (base64) {
|
||||||
|
window.postMessage({
|
||||||
|
data: base64,
|
||||||
|
type: 'PHOTO'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//存
|
||||||
|
function setStorage(key, value) {
|
||||||
|
try {
|
||||||
|
bridge.putString(key, value)
|
||||||
|
} catch (error) {
|
||||||
|
window.localStorage.setItem(key, value)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//取
|
||||||
|
function getStorage(key) {
|
||||||
|
try {
|
||||||
|
return bridge.getString(key)
|
||||||
|
} catch (error) {
|
||||||
|
return window.localStorage.getItem(key)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//删
|
||||||
|
function delteteStorage(key) {
|
||||||
|
try {
|
||||||
|
bridge.delString(key)
|
||||||
|
} catch (error) {
|
||||||
|
window.localStorage.removeItem(key)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//车牌OCR回调
|
||||||
|
function setcphm(cphm) {
|
||||||
|
window.postMessage({
|
||||||
|
data: cphm,
|
||||||
|
type: 'cphm'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
|
||||||
|
//车牌颜色OCR回调
|
||||||
|
function setcpcolor(color) {
|
||||||
|
if (color != "蓝") {
|
||||||
|
let dm = color == "绿" ? '52' : '01'
|
||||||
|
window.postMessage({
|
||||||
|
data: dm,
|
||||||
|
color: color,
|
||||||
|
type: 'color'
|
||||||
|
}, '*')
|
||||||
|
|
||||||
|
} else {
|
||||||
|
window.postMessage({
|
||||||
|
data: '02',
|
||||||
|
color: color,
|
||||||
|
type: 'color'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//身份证OCR回调
|
||||||
|
function setCardInfoByOCR(info, base64) {
|
||||||
|
window.postMessage({
|
||||||
|
data: info,
|
||||||
|
type: 'sfzh'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
|
||||||
|
//视频上传成功ID
|
||||||
|
function setVideoId(id) {
|
||||||
|
window.postMessage({
|
||||||
|
data: id,
|
||||||
|
type: 'videoId'
|
||||||
|
}, '*')
|
||||||
|
}
|
||||||
|
|
||||||
|
//获取经纬度
|
||||||
|
function getLocation() {
|
||||||
|
var pgis = {};
|
||||||
|
try {
|
||||||
|
pgis = JSON.parse(bridge.getLocation()); //手机端
|
||||||
|
} catch (error) {
|
||||||
|
pgis = {
|
||||||
|
lng: jd,
|
||||||
|
lat: wd,
|
||||||
|
zbly: 1,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
return pgis;
|
||||||
|
}
|
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
public/fonts/Arial Regular/0-255.pbf
Normal file
BIN
public/fonts/Arial Regular/0-255.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/0-255.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/0-255.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/1024-1279.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/1024-1279.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/10240-10495.pbf
Normal file
3
public/fonts/Microsoft YaHei/10240-10495.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei10240-10495
|
3
public/fonts/Microsoft YaHei/10496-10751.pbf
Normal file
3
public/fonts/Microsoft YaHei/10496-10751.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei10496-10751
|
3
public/fonts/Microsoft YaHei/10752-11007.pbf
Normal file
3
public/fonts/Microsoft YaHei/10752-11007.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei10752-11007
|
3
public/fonts/Microsoft YaHei/11008-11263.pbf
Normal file
3
public/fonts/Microsoft YaHei/11008-11263.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei11008-11263
|
3
public/fonts/Microsoft YaHei/11264-11519.pbf
Normal file
3
public/fonts/Microsoft YaHei/11264-11519.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei11264-11519
|
3
public/fonts/Microsoft YaHei/11520-11775.pbf
Normal file
3
public/fonts/Microsoft YaHei/11520-11775.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei11520-11775
|
BIN
public/fonts/Microsoft YaHei/11776-12031.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/11776-12031.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/12032-12287.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/12032-12287.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/12288-12543.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/12288-12543.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/12544-12799.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/12544-12799.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/1280-1535.pbf
Normal file
3
public/fonts/Microsoft YaHei/1280-1535.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 1280-1535
|
BIN
public/fonts/Microsoft YaHei/12800-13055.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/12800-13055.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/13056-13311.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/13056-13311.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/13312-13567.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/13312-13567.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/13568-13823.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/13568-13823.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/13824-14079.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/13824-14079.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/14080-14335.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/14080-14335.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/14336-14591.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/14336-14591.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/14592-14847.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/14592-14847.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/14848-15103.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/14848-15103.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/15104-15359.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/15104-15359.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/1536-1791.pbf
Normal file
3
public/fonts/Microsoft YaHei/1536-1791.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 1536-1791
|
BIN
public/fonts/Microsoft YaHei/15360-15615.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/15360-15615.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/15616-15871.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/15616-15871.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/15872-16127.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/15872-16127.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/16128-16383.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/16128-16383.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/16384-16639.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/16384-16639.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/16640-16895.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/16640-16895.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/16896-17151.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/16896-17151.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/17152-17407.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/17152-17407.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/17408-17663.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/17408-17663.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/17664-17919.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/17664-17919.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/1792-2047.pbf
Normal file
3
public/fonts/Microsoft YaHei/1792-2047.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 1792-2047
|
BIN
public/fonts/Microsoft YaHei/17920-18175.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/17920-18175.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/18176-18431.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/18176-18431.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/18432-18687.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/18432-18687.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/18688-18943.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/18688-18943.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/18944-19199.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/18944-19199.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/19200-19455.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/19200-19455.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/19456-19711.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/19456-19711.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/19712-19967.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/19712-19967.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/19968-20223.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/19968-20223.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/20224-20479.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/20224-20479.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/2048-2303.pbf
Normal file
3
public/fonts/Microsoft YaHei/2048-2303.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 2048-2303
|
BIN
public/fonts/Microsoft YaHei/20480-20735.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/20480-20735.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/20736-20991.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/20736-20991.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/20992-21247.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/20992-21247.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/21248-21503.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/21248-21503.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/21504-21759.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/21504-21759.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/21760-22015.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/21760-22015.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/22016-22271.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/22016-22271.pbf
Normal file
Binary file not shown.
130
public/fonts/Microsoft YaHei/22272-22527.pbf
Normal file
130
public/fonts/Microsoft YaHei/22272-22527.pbf
Normal file
File diff suppressed because one or more lines are too long
BIN
public/fonts/Microsoft YaHei/22528-22783.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/22528-22783.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/22784-23039.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/22784-23039.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/2304-2559.pbf
Normal file
3
public/fonts/Microsoft YaHei/2304-2559.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 2304-2559
|
BIN
public/fonts/Microsoft YaHei/23040-23295.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/23040-23295.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/23296-23551.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/23296-23551.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/23552-23807.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/23552-23807.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/23808-24063.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/23808-24063.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/24064-24319.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/24064-24319.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/24320-24575.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/24320-24575.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/24576-24831.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/24576-24831.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/24832-25087.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/24832-25087.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/25088-25343.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/25088-25343.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/25344-25599.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/25344-25599.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/256-511.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/256-511.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/2560-2815.pbf
Normal file
3
public/fonts/Microsoft YaHei/2560-2815.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 2560-2815
|
BIN
public/fonts/Microsoft YaHei/25600-25855.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/25600-25855.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/25856-26111.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/25856-26111.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/26112-26367.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/26112-26367.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/26368-26623.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/26368-26623.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/26624-26879.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/26624-26879.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/26880-27135.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/26880-27135.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/27136-27391.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/27136-27391.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/27392-27647.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/27392-27647.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/27648-27903.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/27648-27903.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/27904-28159.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/27904-28159.pbf
Normal file
Binary file not shown.
3
public/fonts/Microsoft YaHei/2816-3071.pbf
Normal file
3
public/fonts/Microsoft YaHei/2816-3071.pbf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Microsoft YaHei 2816-3071
|
BIN
public/fonts/Microsoft YaHei/28160-28415.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/28160-28415.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/28416-28671.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/28416-28671.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/28672-28927.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/28672-28927.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/28928-29183.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/28928-29183.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Microsoft YaHei/29184-29439.pbf
Normal file
BIN
public/fonts/Microsoft YaHei/29184-29439.pbf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user