Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
196be3099a | ||
|
|
87d33bb1df | ||
|
|
efd9b9be57 | ||
|
|
7dd46dbd15 | ||
|
|
d70ead2f77 | ||
|
|
3bb47109ed | ||
|
|
84bc1c6fbc | ||
|
|
4d3c44be6e | ||
|
|
2b300b83a4 | ||
|
|
77f9bc5223 | ||
|
|
f4d21f918f | ||
|
|
6531a07b26 | ||
|
|
9dd73138e0 | ||
|
|
3285dba789 | ||
|
|
40dac39ba4 | ||
|
|
ac511387bc | ||
|
|
4f83dd6822 | ||
|
|
891c9be907 | ||
|
|
478eafa4a3 | ||
|
|
67ff1f8c76 | ||
|
|
d52ddee947 | ||
|
|
1db7507293 | ||
|
|
1c3171f1e4 | ||
|
|
28d6870a84 | ||
|
|
b312b2e57b |
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
__*!!!警告!!!*__
|
__*!!!警告!!!*__
|
||||||
|
|
||||||
请在主仓库提交代码,而非镜像仓库!在镜像仓库提交的代码将会在同步时被覆盖!
|
*请在主仓库提交代码,而非镜像仓库!在镜像仓库提交的代码将会在同步时被覆盖!*
|
||||||
|
|
||||||
主仓库: http://git.mrkbear.com/MrKBear/mini-dlpu-v3
|
主仓库: http://git.mrkbear.com/MrKBear/mini-dlpu-v3
|
||||||
|
|
||||||
@@ -15,7 +15,9 @@ __*!!!警告!!!*__
|
|||||||
- [社区介绍](#小程序社区)
|
- [社区介绍](#小程序社区)
|
||||||
- [项目设计](#第三代小程序)
|
- [项目设计](#第三代小程序)
|
||||||
- [贡献规范](#社区贡献规范)
|
- [贡献规范](#社区贡献规范)
|
||||||
- [入门文档(等待撰写)](#第三代掌上教务处小程序)
|
- [社区福利](#贡献者分配制度)
|
||||||
|
- [API文档](https://docs.apipost.cn/preview/e737de418d4ef150/419d45d8c97d6a9f)
|
||||||
|
- [入门文档(等待撰写)](#快速入门)
|
||||||
- [设计架构(等待撰写)](#第三代掌上教务处小程序)
|
- [设计架构(等待撰写)](#第三代掌上教务处小程序)
|
||||||
|
|
||||||
## 小程序社区
|
## 小程序社区
|
||||||
@@ -97,6 +99,65 @@ __*!!!警告!!!*__
|
|||||||
|
|
||||||
5. 一个文件不要超过 1000 行代码,尽量保证代码可读性
|
5. 一个文件不要超过 1000 行代码,尽量保证代码可读性
|
||||||
|
|
||||||
|
## 贡献者分配制度
|
||||||
|
|
||||||
|
作为公益的开源项目:
|
||||||
|
|
||||||
|
第三代开发时,将计划加入一个赞助功能,每个月赞助累计到达一定数额,将在下个月去除开屏广告。
|
||||||
|
|
||||||
|
第三代上线后,我们将在每个月公示小程序的账目流水,去除服务器成本和其他费用(微信认证,微信支付,域名,...)后,若有剩余数额将按照开发时大家的贡献分配。
|
||||||
|
|
||||||
|
小程序的广告位将计划外包给其他组织管理,我们也会得到一定收入,此收入也将按上面的规则处理。
|
||||||
|
|
||||||
|
小程序开屏广告收入也同样按上面的规则处理。
|
||||||
|
|
||||||
|
以上内容请大家仔细阅读,另外有意向负责项目财务的同学,处理财务账目也算做贡献。
|
||||||
|
|
||||||
|
## 快速入门
|
||||||
|
|
||||||
|
下面对大家的小问题进行解答:
|
||||||
|
|
||||||
|
> 我在参与贡献之前,我需要先会哪些知识?他们好学吗?
|
||||||
|
|
||||||
|
下面列出此项目使用的全部技术,从上到下是推荐学习顺序和学习重点,也是难度顺序:
|
||||||
|
- HTML
|
||||||
|
- 标签结构和语法
|
||||||
|
- CSS
|
||||||
|
- 基础样式
|
||||||
|
- 选择器
|
||||||
|
- 盒模型
|
||||||
|
- 布局和定位
|
||||||
|
- 行内元素和块级元素
|
||||||
|
- JS
|
||||||
|
- 数据类型
|
||||||
|
- 基础运算符
|
||||||
|
- 流程控制语句
|
||||||
|
- 函数与闭包 (瓶颈)
|
||||||
|
- 原型和对象 (突破)
|
||||||
|
- Vue (不用深入了解)
|
||||||
|
- 组件化设计思想
|
||||||
|
- 小程序 API
|
||||||
|
- 了解小程序如何编写页面
|
||||||
|
- 了解小程序大概的 API
|
||||||
|
- 不用深入了解,随时查阅
|
||||||
|
- TypeScript (只要JS数据结构玩的6,TS五分钟学会)
|
||||||
|
- 类型约束
|
||||||
|
- 接口
|
||||||
|
- 泛型
|
||||||
|
- 类型运算
|
||||||
|
- Sass (拓展了CSS语法,实际上没有任何新知识)
|
||||||
|
- 语法
|
||||||
|
|
||||||
|
> 小程序和主流前端技术差别在哪?对我以后职业发展帮助大嘛?
|
||||||
|
|
||||||
|
如果你已经掌握了前端主流技术,例如 Vue,React,那么上手小程序只是 __1__ 天的事情
|
||||||
|
|
||||||
|
换句话来说小程序开发用到技术和主流前端技术,有大概 __90%__ 是重叠的。
|
||||||
|
|
||||||
|
小程序学了可以成为加分项,参与贡献拥有 __20000__ 人的项目,丰富项目经历,稳赚不亏。
|
||||||
|
|
||||||
|
掌上教务处前端项目采用了很多创新的架构设计,虽然不一定优秀,但是一定是值得学习的。
|
||||||
|
|
||||||
## 贡献者
|
## 贡献者
|
||||||
|
|
||||||
@MrKBear (熊鲜森)
|
@MrKBear (熊鲜森)
|
||||||
@@ -0,0 +1,149 @@
|
|||||||
|
import { API, HTTPMethod, IParamSetting, GeneralCallbackResult } from "../core/Api";
|
||||||
|
|
||||||
|
interface ILoginInput {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 学号
|
||||||
|
*/
|
||||||
|
studentId: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 教务处密码
|
||||||
|
*/
|
||||||
|
password: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ILoginOutput {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 身份证后六位
|
||||||
|
* 用于尝试水卡登录
|
||||||
|
*/
|
||||||
|
idCardLast6: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 使用的教务处链接
|
||||||
|
*/
|
||||||
|
eduService: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户的真实姓名
|
||||||
|
*/
|
||||||
|
actualName: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户是否关注了公共号
|
||||||
|
*/
|
||||||
|
isSubscribeWxAccount: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 教务处的 session
|
||||||
|
*/
|
||||||
|
eduSession: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ILoginEvent {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* session 过期
|
||||||
|
*/
|
||||||
|
expire: GeneralCallbackResult;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 登录失败
|
||||||
|
*/
|
||||||
|
unauthorized: GeneralCallbackResult;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 未知的问题
|
||||||
|
*/
|
||||||
|
error: GeneralCallbackResult;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 数据损坏或丢失
|
||||||
|
*/
|
||||||
|
badData: GeneralCallbackResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Login API
|
||||||
|
* 此 API 用来向教务处发起登录请求
|
||||||
|
* 请求成功后将获得教务处返回的 session
|
||||||
|
*/
|
||||||
|
class Login extends API<ILoginInput, ILoginOutput, ILoginEvent> {
|
||||||
|
|
||||||
|
public override url: string = "/login";
|
||||||
|
|
||||||
|
public override method: HTTPMethod = HTTPMethod.POST;
|
||||||
|
|
||||||
|
public override params: IParamSetting<ILoginInput> = {
|
||||||
|
|
||||||
|
studentId: {
|
||||||
|
mapKey: "id",
|
||||||
|
tester: /^\d{8,12}$/,
|
||||||
|
},
|
||||||
|
|
||||||
|
password: {
|
||||||
|
mapKey: "pwd"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
public constructor() {
|
||||||
|
super();
|
||||||
|
this.initDebugLabel("Login");
|
||||||
|
|
||||||
|
this.addFailedCallBack();
|
||||||
|
|
||||||
|
this.on("success", (data) => {
|
||||||
|
|
||||||
|
let isSuccess = true;
|
||||||
|
let errMsg = "";
|
||||||
|
let res: ILoginOutput | undefined;
|
||||||
|
const info: any = data.data;
|
||||||
|
|
||||||
|
// 数据缺失检测
|
||||||
|
if(!info) {
|
||||||
|
isSuccess = false;
|
||||||
|
errMsg = "Bad Data";
|
||||||
|
this.emit("badData", { errMsg });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isSuccess) switch (info.code) {
|
||||||
|
case (1):
|
||||||
|
res = {
|
||||||
|
idCardLast6: info.data.idCard,
|
||||||
|
eduService: info.data.ip,
|
||||||
|
actualName: info.data.name,
|
||||||
|
isSubscribeWxAccount: info.data.official,
|
||||||
|
eduSession: info.data.session
|
||||||
|
};
|
||||||
|
errMsg = info.err_msg ?? "Success";
|
||||||
|
this.emit("ok", res);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case (2):
|
||||||
|
isSuccess = false;
|
||||||
|
errMsg = info.err_msg ?? "Session Expire";
|
||||||
|
this.emit("expire", { errMsg });
|
||||||
|
break;
|
||||||
|
|
||||||
|
case (3):
|
||||||
|
isSuccess = false;
|
||||||
|
errMsg = info.err_msg ?? "Unauthorized";
|
||||||
|
this.emit("unauthorized", { errMsg });
|
||||||
|
break;
|
||||||
|
|
||||||
|
case (4):
|
||||||
|
isSuccess = false;
|
||||||
|
errMsg = info.err_msg ?? "Error";
|
||||||
|
this.emit("error", { errMsg });
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isSuccess) this.emit("no", { errMsg });
|
||||||
|
this.emit("done", { errMsg, data: res });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export { Login, ILoginInput, ILoginOutput };
|
||||||
@@ -5,30 +5,111 @@ $theme-color-red: #FF9393;
|
|||||||
$theme-color-light-layout: #F8F8F8;
|
$theme-color-light-layout: #F8F8F8;
|
||||||
$theme-color-light-background: #f4f0f1;
|
$theme-color-light-background: #f4f0f1;
|
||||||
$theme-color-light-title: rgba(0, 0, 0, .65);
|
$theme-color-light-title: rgba(0, 0, 0, .65);
|
||||||
$theme-color-light-text: rgba(0, 0, 0, .55);
|
$theme-color-light-text: rgba(0, 0, 0, .5);
|
||||||
|
|
||||||
$theme-color-dark-layout: #191919;
|
$theme-color-dark-layout: #1f1f1f;
|
||||||
$theme-color-dark-background: #1f1f1f;
|
$theme-color-dark-background: #181615;
|
||||||
$theme-color-dark-title: rgba(255, 255, 255, .65);
|
$theme-color-dark-title: rgba(255, 255, 255, .65);
|
||||||
$theme-color-dark-text: rgba(255, 255, 255, .55);
|
$theme-color-dark-text: rgba(255, 255, 255, .5);
|
||||||
|
|
||||||
$black-filter: brightness(0) opacity(.65);
|
$black-filter: brightness(0) opacity(.65);
|
||||||
$white-filter: brightness(100) opacity(.65);
|
$white-filter: brightness(100) opacity(.65);
|
||||||
$blue-filter: opacity(.65);
|
$blue-filter: opacity(1);
|
||||||
|
|
||||||
|
// 页面容器外边距
|
||||||
|
view.container {
|
||||||
|
width: 88%;
|
||||||
|
padding: 0 6%;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 带阴影的 card
|
||||||
|
view.card {
|
||||||
|
width: calc( 100% - 40px );
|
||||||
|
padding: 0 20px;
|
||||||
|
border-radius: 15px;
|
||||||
|
background-color: $theme-color-light-layout;
|
||||||
|
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .08),
|
||||||
|
0 0.3px 0.9px 0 rgba(0, 0, 0, .05);
|
||||||
|
}
|
||||||
|
|
||||||
|
image.icon {
|
||||||
|
filter: $black-filter;
|
||||||
|
}
|
||||||
|
|
||||||
|
image.icon-sub {
|
||||||
|
filter: $black-filter;
|
||||||
|
opacity: .6;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 顶部导航栏阴影
|
||||||
|
view.top-shadow {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 9999;
|
||||||
|
width: 100%;
|
||||||
|
height: 10px;
|
||||||
|
top: -10px;
|
||||||
|
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .05);
|
||||||
|
}
|
||||||
|
|
||||||
page {
|
page {
|
||||||
background-color: #f4f0f1;
|
background-color: $theme-color-light-background;
|
||||||
color: $theme-color-light-text;
|
color: $theme-color-light-text;
|
||||||
font-weight: 500;
|
}
|
||||||
font-size: .9em;
|
|
||||||
|
view, text {
|
||||||
|
font-size: .97em;
|
||||||
|
letter-spacing: .1em;
|
||||||
font-family: Hiragino Sans GB, MicroSoft YaHei;
|
font-family: Hiragino Sans GB, MicroSoft YaHei;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
view.h1 {
|
||||||
|
color: $theme-color-light-title;
|
||||||
|
font-size: 1.5em;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.h2 {
|
||||||
|
color: $theme-color-light-title;
|
||||||
|
font-size: 1.3em;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.h3 {
|
||||||
|
color: $theme-color-light-title;
|
||||||
|
font-size: 1em;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark){
|
@media (prefers-color-scheme: dark){
|
||||||
page {
|
page {
|
||||||
background-color: #1f1f1f;
|
background-color: $theme-color-dark-background;
|
||||||
color: $theme-color-dark-text;
|
color: $theme-color-dark-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.card {
|
||||||
|
background-color: $theme-color-dark-layout;
|
||||||
|
}
|
||||||
|
|
||||||
|
image.icon {
|
||||||
|
filter: $white-filter;
|
||||||
|
}
|
||||||
|
|
||||||
|
image.icon-sub {
|
||||||
|
filter: $white-filter;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.h1 {
|
||||||
|
color: $theme-color-dark-title;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.h2 {
|
||||||
|
color: $theme-color-dark-title;
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.h3 {
|
||||||
|
color: $theme-color-dark-title;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
import { Emitter } from "./Emitter";
|
import { Emitter, EventType } from "./Emitter";
|
||||||
|
import { API_FAILED_SHOW_MESSAGE } from "./Config";
|
||||||
import { Logger, LogLabel, LevelLogLabel, colorRadio, StatusLabel } from "./Logger";
|
import { Logger, LogLabel, LevelLogLabel, colorRadio, StatusLabel } from "./Logger";
|
||||||
interface IAppAPIParam {
|
interface IAppAPIParam {
|
||||||
api: {
|
api: {
|
||||||
@@ -31,6 +32,11 @@ type DeepReadonly<T> = {
|
|||||||
*/
|
*/
|
||||||
type IParamSetting<T extends IAnyData> = {
|
type IParamSetting<T extends IAnyData> = {
|
||||||
[P in keyof T]: {
|
[P in keyof T]: {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 键值映射
|
||||||
|
*/
|
||||||
|
mapKey?: string,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 默认值
|
* 默认值
|
||||||
@@ -116,16 +122,57 @@ type IAPIEvent<I extends IAnyData, O extends IAnyData> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 接口调用
|
* 输出事件类型
|
||||||
*/
|
*/
|
||||||
class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O>> {
|
type IAPIResultEvent<O extends IAnyData, U extends IAnyData> = {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 成功获取数据
|
||||||
|
*/
|
||||||
|
ok: O,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 无论因为什么
|
||||||
|
* 总之数据获取到
|
||||||
|
*/
|
||||||
|
no: GeneralCallbackResult & U,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 完成了
|
||||||
|
* 无论失败与否
|
||||||
|
*/
|
||||||
|
done: { data?: O } & GeneralCallbackResult & U
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* API 接口调用
|
||||||
|
* @template I API 输入数据
|
||||||
|
* @template O API 输出数据
|
||||||
|
* @template E API 中的事件
|
||||||
|
* @template U 用户自定义的输出数据
|
||||||
|
*/
|
||||||
|
class API<
|
||||||
|
I extends IAnyData = IAnyData,
|
||||||
|
O extends IAnyData = IAnyData,
|
||||||
|
E extends Record<EventType, any> = Record<EventType, any>,
|
||||||
|
U extends IAnyData = IAnyData
|
||||||
|
> extends Emitter <
|
||||||
|
{
|
||||||
|
// 这个复杂的泛型是为了 MixIn 用户自定义事件类型
|
||||||
|
// 懂得如何使用就可以了
|
||||||
|
// 不要试图去理解下面这三行代码,真正的恶魔在等着你
|
||||||
|
[P in (keyof (IAPIEvent<I, O> & IAPIResultEvent<O, U>) | keyof E)] :
|
||||||
|
P extends keyof IAPIEvent<I, O> ? IAPIEvent<I, O>[P] :
|
||||||
|
P extends keyof IAPIResultEvent<O, U> ? IAPIResultEvent<O, U>[P] : E[P]
|
||||||
|
}
|
||||||
|
> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 基础 URL
|
* 基础 URL
|
||||||
* TODO: 这里可能涉及负载均衡
|
* TODO: 这里可能涉及负载均衡
|
||||||
*/
|
*/
|
||||||
public static get baseUrl():string {
|
public static get baseUrl():string {
|
||||||
return "https://blog.mrkbear.com";
|
return "https://jwc.nogg.cn";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static defaultLogLabel:LogLabel = new LogLabel(
|
public static defaultLogLabel:LogLabel = new LogLabel(
|
||||||
@@ -301,14 +348,15 @@ class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O
|
|||||||
for (let key in this.params) {
|
for (let key in this.params) {
|
||||||
|
|
||||||
let data = this.data[key];
|
let data = this.data[key];
|
||||||
let { isHeader, isTemplate } = this.params[key];
|
let { isHeader, isTemplate, mapKey } = this.params[key];
|
||||||
|
let useKey = mapKey ?? key;
|
||||||
|
|
||||||
// 加载数据
|
// 加载数据
|
||||||
if (!isTemplate) {
|
if (!isTemplate) {
|
||||||
if (isHeader) {
|
if (isHeader) {
|
||||||
requestData.header![key] = data;
|
requestData.header![useKey] = data;
|
||||||
} else {
|
} else {
|
||||||
(requestData.data as IAnyData)[key] = data;
|
(requestData.data as IAnyData)[useKey] = data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -366,7 +414,7 @@ class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O
|
|||||||
|
|
||||||
// 判断 API 是否相似
|
// 判断 API 是否相似
|
||||||
app.api.pool.forEach((api) => {
|
app.api.pool.forEach((api) => {
|
||||||
if (api === this) return;
|
if ((api as API | this) === this) return;
|
||||||
if (!api.requestData) return;
|
if (!api.requestData) return;
|
||||||
if (api.requestData!.url !== this.requestData!.url) return;
|
if (api.requestData!.url !== this.requestData!.url) return;
|
||||||
if (api.requestData!.method !== this.requestData!.method) return;
|
if (api.requestData!.method !== this.requestData!.method) return;
|
||||||
@@ -471,9 +519,9 @@ class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O
|
|||||||
/**
|
/**
|
||||||
* 等待结果
|
* 等待结果
|
||||||
*/
|
*/
|
||||||
public wait(): Promise<IRespondData<O>>;
|
public waitRequest(): Promise<IRespondData<O>>;
|
||||||
public wait(callBack?: ICallBack<O>): this;
|
public waitRequest(callBack: ICallBack<O>): this;
|
||||||
public wait(callBack?: ICallBack<O>): Promise<IRespondData<O>> | this {
|
public waitRequest(callBack?: ICallBack<O>): Promise<IRespondData<O>> | this {
|
||||||
|
|
||||||
// 存在 callback 使用传统回调
|
// 存在 callback 使用传统回调
|
||||||
if (callBack) {
|
if (callBack) {
|
||||||
@@ -491,6 +539,96 @@ class API<I extends IAnyData, O extends IAnyData> extends Emitter<IAPIEvent<I, O
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public wait(): Promise<IAPIResultEvent<O, U>["done"]>;
|
||||||
|
public wait(callBack: IResCallBack<O, U>): this;
|
||||||
|
public wait(callBack?: IResCallBack<O, U>): Promise<IAPIResultEvent<O, U>["done"]> | this {
|
||||||
|
|
||||||
|
// 存在 callback 使用传统回调
|
||||||
|
if (callBack) {
|
||||||
|
callBack.ok && this.on("ok", callBack.ok);
|
||||||
|
callBack.no && this.on("no", callBack.no);
|
||||||
|
callBack.done && this.on("done", callBack.done);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 不存在 callback 使用 Promise 对象
|
||||||
|
else {
|
||||||
|
return new Promise((r) => {
|
||||||
|
this.on("done", r);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 请求加载时显示加载动画
|
||||||
|
* @param message 消息 可以为函数
|
||||||
|
* @param mask 使用蒙版阻止点击穿透
|
||||||
|
*/
|
||||||
|
public showLoading(message: string | ((data?: Partial<I>) => string), mask: boolean = false): this {
|
||||||
|
|
||||||
|
// 获取标题
|
||||||
|
let title: string = message instanceof Function ? message(this.data) : message;
|
||||||
|
|
||||||
|
this.on("request", () => {
|
||||||
|
wx.showLoading({
|
||||||
|
title, mask
|
||||||
|
})
|
||||||
|
});
|
||||||
|
|
||||||
|
this.on("complete", () => {
|
||||||
|
wx.hideLoading();
|
||||||
|
});
|
||||||
|
|
||||||
|
return this;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 显示导航栏加载动画
|
||||||
|
*/
|
||||||
|
public showNavigationBarLoading(): this {
|
||||||
|
|
||||||
|
this.on("request", () => {
|
||||||
|
wx.showNavigationBarLoading()
|
||||||
|
});
|
||||||
|
|
||||||
|
this.on("complete", () => {
|
||||||
|
wx.hideNavigationBarLoading();
|
||||||
|
});
|
||||||
|
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自动挂载失败回调
|
||||||
|
*/
|
||||||
|
public addFailedCallBack(): this {
|
||||||
|
this.on("fail", (e) => {
|
||||||
|
this.emit("no", e as any);
|
||||||
|
this.emit("done", e as any);
|
||||||
|
});
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 请求失败后的提示语句
|
||||||
|
*/
|
||||||
|
public showFailed(): this {
|
||||||
|
|
||||||
|
// 生成随机索引值
|
||||||
|
let randomIndex = Math.floor(
|
||||||
|
Math.random() * API_FAILED_SHOW_MESSAGE.length
|
||||||
|
);
|
||||||
|
|
||||||
|
this.on("fail", () => {
|
||||||
|
wx.showToast({
|
||||||
|
title: API_FAILED_SHOW_MESSAGE[randomIndex],
|
||||||
|
icon: "none"
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
return this;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -507,6 +645,12 @@ interface ICallBack<O extends IAnyData> {
|
|||||||
complete?: (data: IAPIEvent<{}, O>["complete"]) => any;
|
complete?: (data: IAPIEvent<{}, O>["complete"]) => any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface IResCallBack<O extends IAnyData, U extends IAnyData> {
|
||||||
|
ok?: (data: IAPIResultEvent<O, U>["ok"]) => any;
|
||||||
|
no?: (data: IAPIResultEvent<O, U>["no"]) => any;
|
||||||
|
done?: (data: IAPIResultEvent<O, U>["done"]) => any;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request 请求策略
|
* Request 请求策略
|
||||||
* 此策略用于节流
|
* 此策略用于节流
|
||||||
@@ -553,4 +697,4 @@ enum HTTPMethod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default API;
|
export default API;
|
||||||
export { API, IParamSetting, IAppAPIParam, ICallBack, HTTPMethod, RequestPolicy }
|
export { API, IParamSetting, IAppAPIParam, ICallBack, HTTPMethod, RequestPolicy, GeneralCallbackResult }
|
||||||
@@ -36,3 +36,14 @@ export const LOGGER_FILTER:Array<RegExp | string>[] = [
|
|||||||
// 输出警告和错误
|
// 输出警告和错误
|
||||||
// ["WARN", "ERROR", "FATAL"],
|
// ["WARN", "ERROR", "FATAL"],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 请求失败的提示用语
|
||||||
|
* 请求失败时如果选择自动显示消息
|
||||||
|
* 则会从以下内容中选择
|
||||||
|
*/
|
||||||
|
export const API_FAILED_SHOW_MESSAGE: string[] = [
|
||||||
|
"失败啦(ó_ò。)", "服务器睡着了", "数据移民火星了",
|
||||||
|
"数据在半路走丢了", "服务器打了个瞌睡", "服务器被玩坏了",
|
||||||
|
"服务器在扶老奶奶过马路", "服务器累了", "服务器在拯救世界"
|
||||||
|
]
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000076592718380360388780000014023029871415092396_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M50,9.8c0.55,0,0.75,0.35,0.82,0.49l9.71,17.69c2.16,3.93,5.93,6.67,10.34,7.51l19.83,3.77
|
||||||
|
c0.15,0.02,0.55,0.11,0.71,0.63c0.18,0.53-0.11,0.82-0.21,0.94L77.37,55.51c-3.08,3.26-4.52,7.7-3.95,12.16l2.55,20.02
|
||||||
|
c0.02,0.21,0.02,0.46-0.2,0.71c-0.19,0.22-0.47,0.35-0.73,0.35c-0.13,0-0.26-0.03-0.41-0.11l-18.25-8.61
|
||||||
|
c-1.99-0.94-4.2-1.43-6.39-1.43c-2.2,0-4.4,0.49-6.39,1.43l-18.25,8.61c-0.15,0.07-0.28,0.11-0.41,0.11
|
||||||
|
c-0.26,0-0.53-0.14-0.73-0.35c-0.22-0.26-0.23-0.5-0.2-0.71l2.55-20.02c0.56-4.46-0.88-8.88-3.95-12.16L8.79,40.82
|
||||||
|
c-0.11-0.11-0.37-0.4-0.21-0.94c0.18-0.53,0.56-0.6,0.71-0.63l19.83-3.77c4.41-0.84,8.18-3.58,10.34-7.51l9.71-17.69
|
||||||
|
C49.25,10.15,49.45,9.8,50,9.8 M50,2.78c-2.74,0-5.47,1.38-6.97,4.13L33.31,24.6c-1.15,2.08-3.16,3.55-5.49,3.99L7.99,32.36
|
||||||
|
c-6.17,1.17-8.61,8.69-4.31,13.27l13.83,14.7c1.63,1.73,2.4,4.1,2.09,6.46L17.06,86.8c-0.63,5,3.36,8.97,7.89,8.97
|
||||||
|
c1.12,0,2.27-0.25,3.41-0.77l18.25-8.61c1.08-0.5,2.24-0.76,3.39-0.76c1.16,0,2.32,0.26,3.39,0.76l18.25,8.61
|
||||||
|
c1.12,0.53,2.28,0.77,3.4,0.77c4.53,0,8.52-3.98,7.89-8.97l-2.55-20.02c-0.3-2.35,0.47-4.73,2.09-6.46l13.83-14.7
|
||||||
|
c4.31-4.58,1.86-12.1-4.31-13.27l-19.83-3.77c-2.34-0.44-4.35-1.91-5.49-3.99L56.97,6.91C55.46,4.15,52.74,2.78,50,2.78L50,2.78z
|
||||||
|
M50,2.78"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000148643560888163687730000014354677953684036249_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<polyline class="st19" points="17.39,10.88 83.65,50 17.39,89.12 "/>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,71 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000126323571291076155810000009424538536835319964_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M58.58,71.91l25.74-14.13v-6.52L58.58,65.39V71.91z M15.68,57.78l25.74,14.13v-6.52L15.68,51.26V57.78z
|
||||||
|
M15.68,57.78"/>
|
||||||
|
<path class="st2" d="M90.04,19.77L55.72,2.5c-3.54-2.04-7.9-2.04-11.44,0L9.96,19.86c-3.53,2.04-5.71,5.8-5.72,9.87v40.76
|
||||||
|
c-0.02,4.1,2.17,7.9,5.72,9.95L44.28,97.6c1.77,1.05,3.8,1.61,5.86,1.6c1.95,0.04,3.87-0.44,5.58-1.37l34.32-17.48
|
||||||
|
c3.53-2.04,5.71-5.8,5.72-9.87V29.73C95.78,25.62,93.6,21.82,90.04,19.77L90.04,19.77z M12.82,24.86L47.14,7.42
|
||||||
|
C48.01,6.91,49,6.65,50,6.64c1.09,0,2.16,0.29,3.09,0.86l34.32,17.16c0.52,0.34,1,0.75,1.4,1.23L50,47.23L11.33,26.01
|
||||||
|
c0.36-0.45,0.79-0.84,1.29-1.14H12.82z M12.82,75.43c-1.77-1.02-2.86-2.91-2.86-4.95v-38.7l37.18,20.28v40.62h-0.2L12.82,75.43z
|
||||||
|
M90.04,70.48c0,1.96-1,3.78-2.66,4.83L52.86,92.79V52.06l37.18-20.39V70.48z M90.04,70.48"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,76 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000134231879972232262860000003624220645597976985_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M85.76,9.77h-14.9V6.79c0-1.65-1.33-2.98-2.98-2.98c-1.65,0-2.98,1.33-2.98,2.98v2.98H35.1V6.79
|
||||||
|
c0-1.65-1.33-2.98-2.98-2.98c-1.65,0-2.98,1.33-2.98,2.98v2.98h-14.9c-3.16,0-6.19,1.26-8.43,3.49c-2.24,2.24-3.49,5.27-3.49,8.43
|
||||||
|
v62.58c0,3.16,1.26,6.19,3.49,8.43c2.24,2.24,5.27,3.49,8.43,3.49h71.52c3.16,0,6.19-1.26,8.43-3.49
|
||||||
|
c2.24-2.24,3.49-5.27,3.49-8.43V21.69c0-3.16-1.26-6.19-3.49-8.43C91.96,11.02,88.92,9.77,85.76,9.77L85.76,9.77z M8.28,21.69
|
||||||
|
c0-1.58,0.63-3.1,1.75-4.21c1.12-1.12,2.63-1.75,4.21-1.75h14.9v2.98c0,1.65,1.33,2.98,2.98,2.98c1.65,0,2.98-1.33,2.98-2.98
|
||||||
|
v-2.98h29.8v2.98c0,1.65,1.33,2.98,2.98,2.98c1.65,0,2.98-1.33,2.98-2.98v-2.98h14.9c3.29,0,5.96,2.67,5.96,5.96v8.94H8.28V21.69z
|
||||||
|
M91.72,84.27c0,3.29-2.67,5.96-5.96,5.96H14.24c-3.29,0-5.96-2.67-5.96-5.96V36.59h83.45V84.27z M91.72,84.27"/>
|
||||||
|
<path class="st2" d="M23.18,54.47h17.88c1.65,0,2.98-1.33,2.98-2.98s-1.33-2.98-2.98-2.98H23.18c-1.65,0-2.98,1.33-2.98,2.98
|
||||||
|
S21.53,54.47,23.18,54.47L23.18,54.47z M23.18,72.35h17.88c1.65,0,2.98-1.33,2.98-2.98c0-1.65-1.33-2.98-2.98-2.98H23.18
|
||||||
|
c-1.65,0-2.98,1.33-2.98,2.98C20.2,71.02,21.53,72.35,23.18,72.35L23.18,72.35z M58.94,54.47h17.88c1.65,0,2.98-1.33,2.98-2.98
|
||||||
|
s-1.33-2.98-2.98-2.98H58.94c-1.65,0-2.98,1.33-2.98,2.98S57.3,54.47,58.94,54.47L58.94,54.47z M58.94,72.35h17.88
|
||||||
|
c1.65,0,2.98-1.33,2.98-2.98c0-1.65-1.33-2.98-2.98-2.98H58.94c-1.65,0-2.98,1.33-2.98,2.98C55.96,71.02,57.3,72.35,58.94,72.35
|
||||||
|
L58.94,72.35z M58.94,72.35"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,67 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 210 210" style="enable-background:new 0 0 210 210;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000119800197593363267330000003343045337348892552_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
<circle class="st17" cx="105" cy="105" r="105"/>
|
||||||
|
<circle class="st2" cx="105" cy="79.22" r="36.19"/>
|
||||||
|
<path class="st2" d="M171.07,166.47c0,9.46-2.94,18.35-8.1,26.09C146.36,203.58,126.43,210,105,210s-41.36-6.42-57.97-17.44
|
||||||
|
c-5.16-7.74-8.1-16.63-8.1-26.09c0-0.38,0-0.75,0.02-1.12c-0.01-0.04,0-0.08,0-0.11c0.04-1.46,0.14-2.9,0.32-4.33
|
||||||
|
c0-0.02,0.01-0.05,0.01-0.08c3.43-17.58,31.54-31.28,65.72-31.28s62.29,13.7,65.72,31.28c0,0.03,0.01,0.06,0.01,0.08
|
||||||
|
c0.18,1.43,0.28,2.87,0.32,4.33c0,0.03,0.01,0.07,0,0.11C171.07,165.72,171.07,166.09,171.07,166.47z"/>
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000182508922549869638690000002743709010317845661_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M50,10.66c5.29,0,10.41,1.03,15.22,3.08c4.66,1.97,8.85,4.79,12.44,8.38c3.59,3.59,6.42,7.78,8.38,12.44
|
||||||
|
c2.04,4.82,3.08,9.95,3.08,15.22c0,5.28-1.03,10.41-3.08,15.22c-1.97,4.66-4.79,8.85-8.38,12.44c-3.59,3.59-7.78,6.42-12.44,8.38
|
||||||
|
c-4.82,2.04-9.95,3.08-15.22,3.08c-5.28,0-10.41-1.03-15.22-3.08c-4.66-1.97-8.85-4.79-12.44-8.38
|
||||||
|
c-3.59-3.59-6.42-7.78-8.38-12.44c-2.04-4.82-3.08-9.95-3.08-15.22c0-5.28,1.03-10.41,3.08-15.22c1.97-4.66,4.79-8.85,8.38-12.44
|
||||||
|
c3.59-3.59,7.78-6.42,12.44-8.38C39.59,11.69,44.71,10.66,50,10.66 M50,4.61c-24.95,0-45.18,20.23-45.18,45.18
|
||||||
|
S25.05,94.96,50,94.96s45.18-20.23,45.18-45.18S74.95,4.61,50,4.61L50,4.61z M50,4.61"/>
|
||||||
|
<path class="st2" d="M64.78,35l-7.16,19.92c-0.41,1.16-1.32,2.06-2.48,2.47l-19.92,7.17l7.16-19.92c0.41-1.16,1.32-2.06,2.48-2.47
|
||||||
|
L64.78,35 M67.32,27.94c-0.5,0-1.03,0.09-1.53,0.27l-22.98,8.27c-2.85,1.03-5.1,3.27-6.12,6.12l-8.27,22.98
|
||||||
|
c-0.35,0.99-0.35,2.07,0,3.07c0.67,1.85,2.4,2.99,4.25,2.99c0.5,0,1.03-0.09,1.53-0.27l22.98-8.27c2.86-1.03,5.09-3.27,6.12-6.12
|
||||||
|
l8.27-22.98c0.35-0.99,0.35-2.07,0-3.07C70.91,29.08,69.18,27.94,67.32,27.94L67.32,27.94z M67.32,27.94"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1,65 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000174590641328129768410000008888487617591348397_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<line class="st19" x1="10.88" y1="10.88" x2="89.12" y2="89.12"/>
|
||||||
|
<line class="st19" x1="89.12" y1="10.88" x2="10.88" y2="89.12"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000000193655916124849200000001531564748471850152_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<polyline class="st19" points="12.24,59.77 40.71,91.76 87.76,8.24 "/>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000089549096524624138190000001993487473804585391_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M51.82,18.46c0.22,0,0.53,0.12,0.81,0.44c0,0.02,0.01,0.05,0.01,0.06v62.07c0,0.18-0.27,0.47-0.67,0.47
|
||||||
|
c-0.14,0-0.23-0.01-0.26-0.02l-0.09-0.05l-0.12-0.06l-14.95-8.83c-3.32-1.98-6.95-2.98-10.78-2.98h-9.97
|
||||||
|
c-4.1,0-7.44-3.17-7.44-7.05V38.05c0-3.22,2.85-5.84,6.37-5.84h8.61c3.81,0,7.54-1.04,10.79-3.03h0.02l15.71-9.65h0.01l1.56-0.96
|
||||||
|
C51.57,18.51,51.69,18.46,51.82,18.46 M51.82,12c-1.28,0-2.57,0.34-3.77,1.08h-0.01L30.75,23.65c-2.24,1.37-4.8,2.08-7.43,2.08
|
||||||
|
h-8.59c-7.13,0-12.83,5.55-12.83,12.3v24.45C1.9,69.93,8.14,76,15.81,76h9.97c2.67,0,5.16,0.69,7.49,2.08l14.96,8.84
|
||||||
|
c1.08,0.7,2.32,1.04,3.74,1.04c3.92,0,7.13-3.12,7.13-6.94V18.97c0-1.21-0.36-2.61-1.08-3.64C56.52,13.2,54.19,12,51.82,12
|
||||||
|
L51.82,12z M94.55,46.53H73.17c-1.94-0.02-3.53,1.53-3.56,3.47c0,1.91,1.61,3.47,3.56,3.47h21.38c1.96,0,3.57-1.56,3.57-3.47
|
||||||
|
C98.08,48.06,96.49,46.51,94.55,46.53L94.55,46.53z M93.13,76.01L74.59,65.61c-1.66-0.99-3.81-0.45-4.81,1.21
|
||||||
|
c-0.48,0.78-0.64,1.72-0.4,2.61c0.24,0.88,0.83,1.64,1.64,2.07l18.54,10.4c1.66,0.99,3.81,0.45,4.81-1.21
|
||||||
|
C95.44,79.13,94.9,77.05,93.13,76.01L93.13,76.01z M74.42,34.4L92.94,24c1.79-1.03,2.32-3.11,1.25-4.69
|
||||||
|
c-1.07-1.73-3.2-2.25-4.81-1.21l-18.54,10.4c-1.78,1.04-2.32,3.12-1.25,4.69C70.68,34.75,72.81,35.44,74.42,34.4L74.42,34.4z
|
||||||
|
M74.42,34.4"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,83 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000083775721639409305130000017638257817945677498_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M94.18,41.64l-5.54-1.68c-0.91-3.53-2.32-6.91-4.18-10.05l2.67-5.09c1.11-2.07,0.73-4.63-0.93-6.29
|
||||||
|
l-4.64-4.74c-1.64-1.69-4.2-2.1-6.29-1.01l-5.09,2.66c-3.14-1.8-6.52-3.14-10.05-3.97L58.45,5.9c-0.68-2.24-2.75-3.78-5.09-3.78
|
||||||
|
h-6.72c-2.34,0-4.41,1.54-5.09,3.78l-1.68,5.54c-3.53,0.9-6.92,2.31-10.05,4.18l-5.09-2.85c-2.07-1.12-4.62-0.75-6.29,0.91
|
||||||
|
l-4.74,4.85c-1.69,1.64-2.1,4.2-1.01,6.29l2.66,5.09c-1.79,3.15-3.12,6.53-3.97,10.05l-5.57,1.68c-2.24,0.68-3.78,2.75-3.78,5.09
|
||||||
|
v6.72c0,2.34,1.54,4.41,3.78,5.09l5.54,1.68c0.91,3.53,2.32,6.91,4.18,10.05l-2.85,5.09c-1.11,2.07-0.73,4.63,0.93,6.29l4.74,4.74
|
||||||
|
c1.67,1.65,4.22,2.02,6.29,0.91l5.09-2.66c3.13,1.86,6.52,3.25,10.05,4.13l1.68,5.57c0.71,2.25,2.81,3.77,5.17,3.73h6.72
|
||||||
|
c2.34,0,4.41-1.54,5.09-3.78l1.68-5.54c3.53-0.9,6.92-2.31,10.05-4.18l5.09,2.67c2.07,1.12,4.62,0.75,6.29-0.91l4.74-4.74
|
||||||
|
c1.65-1.63,2.06-4.14,1.01-6.21l-2.66-5.09c1.84-3.14,3.23-6.52,4.13-10.05l5.57-1.68c2.18-0.74,3.64-2.79,3.62-5.09v-6.72
|
||||||
|
C97.96,44.38,96.43,42.31,94.18,41.64L94.18,41.64z M87.09,55.09c-1.77,0.54-3.13,1.97-3.6,3.76c-0.8,3.05-2.01,5.99-3.6,8.71
|
||||||
|
c-0.95,1.65-0.95,3.68,0,5.33l2.66,5.09l-4.77,4.61l-5.12-2.66c-1.65-0.95-3.68-0.95-5.33,0c-2.72,1.58-5.64,2.79-8.69,3.6
|
||||||
|
c-1.8,0.46-3.24,1.82-3.78,3.6l-1.52,5.6h-6.69l-1.68-5.54c-0.55-1.78-1.98-3.14-3.78-3.6c-3.04-0.8-5.97-2.01-8.69-3.6
|
||||||
|
c-0.81-0.48-1.73-0.74-2.66-0.75c-0.86,0-1.71,0.21-2.48,0.61l-5.09,2.66l-4.8-4.64l2.67-5.12c0.91-1.67,0.86-3.7-0.13-5.33
|
||||||
|
c-1.59-2.73-2.8-5.66-3.6-8.71c-0.47-1.79-1.83-3.21-3.6-3.76l-5.46-1.52v-6.69l5.54-1.68c1.77-0.54,3.13-1.97,3.6-3.76
|
||||||
|
c0.8-3.06,2.01-5.99,3.6-8.71c0.94-1.59,0.99-3.56,0.13-5.2l-2.67-5.09l4.64-4.74l5.12,2.67c1.64,0.86,3.6,0.81,5.2-0.13
|
||||||
|
c2.72-1.56,5.65-2.74,8.69-3.52c1.8-0.46,3.24-1.82,3.78-3.6l1.65-5.54h6.69l1.68,5.54c0.55,1.78,1.98,3.14,3.78,3.6
|
||||||
|
c3.04,0.8,5.97,2.01,8.69,3.6c1.63,0.99,3.66,1.04,5.33,0.13l5.09-2.67l4.74,4.74l-2.66,5.12c-0.9,1.62-0.9,3.58,0,5.2
|
||||||
|
c1.59,2.73,2.8,5.66,3.6,8.71c0.47,1.79,1.83,3.21,3.6,3.76l5.54,1.65v6.69L87.09,55.09z M87.09,55.09"/>
|
||||||
|
<path class="st2" d="M50,28.76c-11.77,0-21.32,9.54-21.32,21.32c0,11.77,9.54,21.32,21.32,21.32c11.77,0,21.32-9.55,21.32-21.32
|
||||||
|
c0-5.65-2.25-11.08-6.24-15.07C61.08,31.01,55.65,28.76,50,28.76L50,28.76z M50,66.07c-8.83,0-15.99-7.16-15.99-15.99
|
||||||
|
c0-8.83,7.16-15.99,15.99-15.99s15.99,7.16,15.99,15.99C65.99,58.91,58.83,66.07,50,66.07L50,66.07z M50,66.07"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000178901070286266389090000005326459498747094661_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M69.01,17.31c0.79,0,1.74,0.47,2.24,1.12l0.02,0.03l0.02,0.03l18.38,22.89c0.89,1.17,0.76,2.92-0.33,4.12
|
||||||
|
L52.88,84.81l-0.02,0.02c-0.44,0.48-1.13,0.78-2.03,0.86h-0.06c-0.66,0-1.42-0.28-1.97-0.74l-0.27-0.27L11.33,45.32
|
||||||
|
c-0.99-1.12-1.1-2.79-0.25-3.82l0.03-0.04l0.03-0.04l18.41-22.93v-0.02c0.62-0.77,1.39-1.17,2.28-1.17h37.17 M69.01,10.16H31.84
|
||||||
|
c-3.01,0-5.86,1.34-7.87,3.85L5.57,36.94c-3.18,3.85-2.85,9.54,0.5,13.23L43.4,89.68l0.5,0.5c1.84,1.67,4.35,2.68,6.86,2.68h0.34
|
||||||
|
c2.68-0.17,5.19-1.17,7.03-3.18l36.49-39.34c3.51-3.85,3.68-9.54,0.67-13.39L76.89,14.03C75.03,11.66,72.02,10.16,69.01,10.16
|
||||||
|
L69.01,10.16z M69.01,10.16"/>
|
||||||
|
<path class="st2" d="M30.33,42.38c-0.81,0-1.62,0.29-2.32,0.93c-1.34,1.17-1.34,3.35-0.17,4.69l18.08,19.08l0.34,0.34
|
||||||
|
c1.27,1.2,2.89,1.78,4.52,1.78c1.8,0,3.62-0.72,5.02-2.11L73.2,48.16c1.17-1.34,1.17-3.51-0.17-4.69
|
||||||
|
c-0.67-0.53-1.46-0.78-2.23-0.78c-0.95,0-1.88,0.38-2.62,1.12l-16.5,17.6c-0.25,0.26-0.59,0.4-0.93,0.4
|
||||||
|
c-0.34,0-0.66-0.13-0.92-0.39L32.85,43.47C32.14,42.75,31.24,42.38,30.33,42.38L30.33,42.38z M30.33,42.38"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,72 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000093862449718304528650000001831433815926670741_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M88.72,18.15c0.45,0,0.82,0.37,0.82,0.82v54.55c0,0.45-0.37,0.82-0.82,0.82H47.58c-3.3,0-6.44,1.23-8.86,3.47
|
||||||
|
l-8.73,8.06l-0.31-1.34c-1.36-6-6.59-10.19-12.75-10.19h-5.58c-0.45,0-0.82-0.37-0.82-0.82V18.97c0-0.45,0.37-0.82,0.82-0.82
|
||||||
|
H88.72 M88.72,12.03H11.36c-3.84,0-6.94,3.1-6.94,6.94v54.55c0,3.84,3.1,6.94,6.94,6.94h5.58c3.25,0,6.05,2.25,6.77,5.41
|
||||||
|
l0.66,2.96c0.57,2.52,2.78,4.03,5.06,4.03c1.23,0,2.46-0.43,3.48-1.38l9.95-9.19c1.29-1.18,2.96-1.84,4.71-1.84h41.15
|
||||||
|
c3.84,0,6.94-3.1,6.94-6.94V18.97C95.66,15.14,92.55,12.03,88.72,12.03L88.72,12.03z M88.72,12.03"/>
|
||||||
|
<path class="st2" d="M29.73,37.66c-3.25,0-5.87,2.63-5.87,5.87c0,3.24,2.63,5.87,5.87,5.87c3.24,0,5.87-2.63,5.87-5.87
|
||||||
|
C35.6,40.29,32.97,37.66,29.73,37.66L29.73,37.66z M51.1,38.07c-3.25,0-5.87,2.63-5.87,5.87c0,3.24,2.63,5.87,5.87,5.87
|
||||||
|
c3.24,0,5.88-2.62,5.88-5.87C56.98,40.69,54.35,38.07,51.1,38.07L51.1,38.07z M72.47,38.07c-3.25,0-5.87,2.63-5.87,5.87
|
||||||
|
c0,3.24,2.63,5.87,5.87,5.87c3.25,0,5.87-2.63,5.87-5.87C78.34,40.7,75.72,38.07,72.47,38.07L72.47,38.07z M72.47,38.07"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000069362941054203318130000012565035162419057327_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<path class="st2" d="M94.28,26.98L76.8,12.11c-1.82-1.6-4.27-2.28-6.66-1.86c-2.39,0.42-4.45,1.9-5.62,4.03
|
||||||
|
c-0.79,1.4-1.78,2.69-2.94,3.8c-6.44,5.96-16.38,5.96-22.82,0c-1.27-1.3-2.33-2.8-3.13-4.43c-1.1-2.15-3.12-3.68-5.49-4.14
|
||||||
|
c-2.37-0.52-4.85,0.06-6.74,1.59L5.83,26.41c-1.64,1.41-2.63,3.43-2.74,5.59c-0.13,2.19,0.63,4.35,2.12,5.97
|
||||||
|
c4.6,4.99,10,9.18,15.99,12.37c0.27,0.12,0.46,0.38,0.48,0.67v29.23c0,3.51,1.39,6.88,3.88,9.36c2.48,2.48,5.85,3.88,9.36,3.88
|
||||||
|
h11.31c1.99,0,3.61-1.62,3.61-3.61c0-1.99-1.62-3.61-3.61-3.61H34.77c-3.32,0-6.02-2.69-6.02-6.02V51.06
|
||||||
|
c-0.03-2.95-1.67-5.65-4.29-7.03c-5.23-2.83-9.95-6.5-13.96-10.88c-0.09-0.22-0.09-0.46,0-0.67c0.02-0.21,0.12-0.4,0.29-0.53
|
||||||
|
l17.33-15.17c0.21-0.1,0.46-0.1,0.67,0c0.21,0.03,0.39,0.15,0.48,0.34c1.25,2.35,2.87,4.49,4.82,6.31
|
||||||
|
c4.38,4.16,10.19,6.47,16.23,6.45c6.13,0,12.02-2.38,16.42-6.64c1.65-1.6,3.06-3.44,4.19-5.44c0.15-0.17,0.36-0.26,0.58-0.26
|
||||||
|
c0.22,0,0.43,0.1,0.58,0.26l17.48,14.88c0.17,0.13,0.27,0.32,0.29,0.53c0.01,0.27-0.1,0.53-0.29,0.72
|
||||||
|
c-3.92,4.1-8.45,7.56-13.43,10.26c-2.6,1.38-4.23,4.08-4.24,7.03v29.23c0,3.32-2.69,6.02-6.02,6.02c-1.99,0-3.61,1.62-3.61,3.61
|
||||||
|
c0,1.99,1.62,3.61,3.61,3.61c3.51-0.04,6.86-1.47,9.32-3.98c2.46-2.51,3.81-5.89,3.78-9.41V51.01c0.03-0.3,0.21-0.55,0.48-0.67
|
||||||
|
c5.65-3.07,10.78-7,15.22-11.65c1.55-1.63,2.37-3.82,2.26-6.07C96.85,30.46,95.9,28.42,94.28,26.98L94.28,26.98z M94.28,26.98"/>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#F4F0F1;}
|
||||||
|
.st1{fill:#FFFFFF;}
|
||||||
|
.st2{fill:#3EA3D8;}
|
||||||
|
.st3{fill:#CCCCCC;}
|
||||||
|
.st4{fill:none;stroke:#CCCCCC;stroke-linecap:square;stroke-miterlimit:10;}
|
||||||
|
.st5{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
|
||||||
|
.st6{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;stroke-dasharray:1.9084,1.9084;}
|
||||||
|
.st7{fill:#1A1A1A;}
|
||||||
|
.st8{fill:none;stroke:#1A1A1A;stroke-width:3;stroke-miterlimit:10;}
|
||||||
|
.st9{fill:none;stroke:#1A1A1A;stroke-miterlimit:10;}
|
||||||
|
.st10{fill:none;stroke:#E6E6E6;stroke-miterlimit:10;}
|
||||||
|
.st11{fill:#666666;}
|
||||||
|
.st12{fill:none;stroke:#B3B3B3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st13{fill:#B3B3B3;}
|
||||||
|
.st14{opacity:0.05;}
|
||||||
|
.st15{clip-path:url(#SVGID_00000042694534944456839630000009249756808104012177_);}
|
||||||
|
.st16{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||||
|
.st17{opacity:0.4;fill:#3EA3D8;}
|
||||||
|
.st18{fill:none;stroke:#3EA3D8;stroke-miterlimit:10;}
|
||||||
|
.st19{fill:none;stroke:#3EA3D8;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
</style>
|
||||||
|
<g id="A1">
|
||||||
|
<g id="NAV_x5F_BAR_00000129914889952932149030000011711506177042644156_">
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR_00000015351907221170818370000001589878730520391302_">
|
||||||
|
</g>
|
||||||
|
<g id="FUNC_x5F_LIST">
|
||||||
|
</g>
|
||||||
|
<g id="MAIN_x5F_FUNC">
|
||||||
|
</g>
|
||||||
|
<g id="USER_x5F_CARD">
|
||||||
|
<g id="BG" class="st14">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="ICON">
|
||||||
|
<g>
|
||||||
|
<path class="st2" d="M60.93,54.42c7.91-6.23,12.37-15.86,12-25.92c0.05-4.54-0.88-9.04-2.74-13.18c0.01-0.1,0.01-0.2,0-0.3
|
||||||
|
c-0.07-0.11-0.15-0.22-0.24-0.32C66.39,6.9,58.57,1.91,49.99,1.96c-13.3,0-22.94,11.18-22.94,26.54
|
||||||
|
c-0.37,10.06,4.09,19.69,12,25.92C22.69,57.7,11.66,68.34,11.66,82.14c-0.2,3.81,1.18,7.53,3.8,10.29
|
||||||
|
c5.13,5.1,14.54,5.6,26.54,5.6h14.74c13.12,0,22.59,0,27.75-5.01c2.73-2.94,4.11-6.88,3.83-10.88
|
||||||
|
C88.33,68.34,77.3,57.7,60.93,54.42L60.93,54.42z M49.99,68.02l-6.66-8.35c4.43-0.55,8.9-0.55,13.33,0L49.99,68.02z M49.99,7.86
|
||||||
|
c5.34-0.06,10.34,2.61,13.27,7.08c-18.67,8.23-27.84,5.25-28.93,4.81C36.34,12.75,42.71,7.91,49.99,7.86L49.99,7.86z M32.95,28.5
|
||||||
|
c0-1,0-1.98,0.15-2.95c2.46,0.69,5.02,1.02,7.58,0.97c8.73-0.33,17.29-2.47,25.15-6.28c0.83,2.67,1.24,5.46,1.21,8.26
|
||||||
|
c0,13-7.64,23.59-17.04,23.59C40.58,52.09,32.95,41.51,32.95,28.5L32.95,28.5z M80.36,88.87c-3.42,3.36-11.8,3.33-23.59,3.27
|
||||||
|
H46.54c-12.3,0-22.88,0-26.92-3.89c-1.51-1.66-2.26-3.87-2.06-6.1c0-9.91,7.61-17.69,19.29-21.11l10.85,13.54
|
||||||
|
c0,0,0.15,0,0.21,0.18c0.07,0.11,0.16,0.21,0.27,0.3c0.12,0.09,0.25,0.17,0.38,0.24l0.32,0.18c0.35,0.15,0.74,0.23,1.12,0.24
|
||||||
|
c0.39,0,0.77-0.09,1.12-0.27l0.32-0.15c0.13-0.07,0.26-0.15,0.38-0.24c0.1-0.08,0.19-0.18,0.27-0.3s0.15,0,0.21-0.18l10.85-13.62
|
||||||
|
c11.8,3.33,19.29,11.21,19.29,21.11C82.75,84.52,82,87,80.36,88.87L80.36,88.87z M80.36,88.87"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="DEFAULT_x5F_AVATOR">
|
||||||
|
</g>
|
||||||
|
<g id="COLOR">
|
||||||
|
</g>
|
||||||
|
<g id="NAV_x5F_BAR">
|
||||||
|
<g id="ICON_x5F_SETTING">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_INFO">
|
||||||
|
</g>
|
||||||
|
<g id="ICON_x5F_KCB">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="HEADER_x5F_BAR">
|
||||||
|
<g id="BUTTON">
|
||||||
|
</g>
|
||||||
|
<g id="TOP">
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {}
|
"usingComponents": {},
|
||||||
|
"navigationBarTitleText": "设置"
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
@import "./UserCard.scss";
|
||||||
|
@import "./MainFunction.scss";
|
||||||
|
@import "./FunctionList.scss";
|
||||||
|
|
||||||
|
view.container {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
@@ -1,66 +1,10 @@
|
|||||||
// pages/Account/Account.ts
|
import { Manager } from "../../core/Module";
|
||||||
Page({
|
import { UserCard } from "./UserCard";
|
||||||
|
import { MainFunction } from "./MainFunction";
|
||||||
|
import { FunctionList } from "./FunctionList";
|
||||||
|
|
||||||
/**
|
Manager.Page((manager) => {
|
||||||
* 页面的初始数据
|
manager.addModule(UserCard, "userCard");
|
||||||
*/
|
manager.addModule(MainFunction, "mainFunction");
|
||||||
data: {
|
manager.addModule(FunctionList, "functionList");
|
||||||
|
});
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面显示
|
|
||||||
*/
|
|
||||||
onShow() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面隐藏
|
|
||||||
*/
|
|
||||||
onHide() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户点击右上角分享
|
|
||||||
*/
|
|
||||||
onShareAppMessage() {
|
|
||||||
|
|
||||||
}
|
|
||||||
})
|
|
||||||
@@ -1 +1,65 @@
|
|||||||
<!-- <text>pages/Account/Account.wxml</text> -->
|
|
||||||
|
<!-- 顶部的阴影 -->
|
||||||
|
<view class="top-shadow"></view>
|
||||||
|
|
||||||
|
<!-- 页面容器 -->
|
||||||
|
<view class="container">
|
||||||
|
|
||||||
|
<!-- 用户卡片 -->
|
||||||
|
<view class="user-card card">
|
||||||
|
<view class="avatar">
|
||||||
|
<open-data type="userAvatarUrl" />
|
||||||
|
</view>
|
||||||
|
<view class="info">
|
||||||
|
|
||||||
|
<!-- 主题变换按钮 -->
|
||||||
|
<view class="theme">
|
||||||
|
<image class="icon-sub" src="../../image/account/Account_Theme.svg" />
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 用户昵称 -->
|
||||||
|
<view class="nick h1">
|
||||||
|
<open-data type="userNickName" />
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 学生信息 -->
|
||||||
|
<view class="student">
|
||||||
|
<view class="name">秦浩轩</view>
|
||||||
|
<view class="certified">
|
||||||
|
<view class="certifi-info">已认证</view>
|
||||||
|
<view class="text-icon">√</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 学号信息 -->
|
||||||
|
<view class="student-id">1806240113</view>
|
||||||
|
|
||||||
|
<!-- 学校 -->
|
||||||
|
<view class="school">大连工业大学</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!--主要功能-->
|
||||||
|
<view class="card main-function"><!--四个功能合在一起的容器-->
|
||||||
|
<view class="branch-funtion"><view><!--每个功能的容器-->
|
||||||
|
<image class="icon" src="../../image/account/Account_UserInfo.svg"></image><!--每个功能的图片-->
|
||||||
|
<view>账号信息</view><!--每个功能的文字-->
|
||||||
|
</view></view>
|
||||||
|
|
||||||
|
<view class="branch-funtion"><view>
|
||||||
|
<image class="icon" src="../../image/account/Account_DateList.svg"></image>
|
||||||
|
<view>课表缓存</view>
|
||||||
|
</view></view>
|
||||||
|
|
||||||
|
<view class="branch-funtion"><view>
|
||||||
|
<image class="icon" src="../../image/account/Account_Customer.svg"></image>
|
||||||
|
<view>功能定制</view>
|
||||||
|
</view></view>
|
||||||
|
|
||||||
|
<view class="branch-funtion"><view style="border-right: 0px;">
|
||||||
|
<image class="icon" src="../../image/account/Account_Settings.svg"></image>
|
||||||
|
<view>更多设置</view>
|
||||||
|
</view></view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
@import "../../app.scss";
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
import { Modular, Manager } from "../../core/Module";
|
||||||
|
|
||||||
|
class FunctionList<M extends Manager> extends Modular<M> {
|
||||||
|
|
||||||
|
public override onLoad() {
|
||||||
|
// Do something
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export { FunctionList };
|
||||||
|
export default FunctionList;
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
@import "../../app.scss";
|
||||||
|
|
||||||
|
//主要功能
|
||||||
|
view.main-function {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
|
||||||
|
view.branch-funtion {
|
||||||
|
padding: 13px 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
> view {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-self: center;
|
||||||
|
border-right: 1px solid rgba($color: #000000, $alpha: .1);
|
||||||
|
|
||||||
|
image {
|
||||||
|
height: 35px;
|
||||||
|
width: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
view {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 5px;
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
view.main-function view.branch-funtion > view {
|
||||||
|
border-right: 1px solid rgba($color: #ffffff, $alpha: .1);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
import { Modular, Manager } from "../../core/Module";
|
||||||
|
|
||||||
|
class MainFunction<M extends Manager> extends Modular<M> {
|
||||||
|
|
||||||
|
public override onLoad() {
|
||||||
|
// Do something
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export { MainFunction };
|
||||||
|
export default MainFunction;
|
||||||
@@ -0,0 +1,81 @@
|
|||||||
|
@import "../../app.scss";
|
||||||
|
|
||||||
|
// 用户卡片
|
||||||
|
view.user-card {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
|
||||||
|
view.avatar {
|
||||||
|
flex-basis: 80px;
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
border-radius: 1000px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.info {
|
||||||
|
flex-grow: 1;
|
||||||
|
padding-left: 20px;
|
||||||
|
max-width: calc(100% - 80px - 20px);
|
||||||
|
|
||||||
|
view.theme {
|
||||||
|
width: 100%;
|
||||||
|
padding: 20px 0 10px 0;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 23px;
|
||||||
|
height: 23px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
view.nick {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
word-break: keep-all;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.student {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
view.certified {
|
||||||
|
color: $theme-color-blue;
|
||||||
|
border: 1px solid $theme-color-blue;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-left: .3em;
|
||||||
|
font-size: .85em;
|
||||||
|
height: 1.2em;
|
||||||
|
padding: 0 2px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
view.text-icon {
|
||||||
|
margin-left: .3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
view.student-id {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
view.school {
|
||||||
|
text-align: right;
|
||||||
|
padding: 10px 0 20px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
view.container view.user-card view.avatar{
|
||||||
|
filter: brightness(.8);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
import { Modular, Manager } from "../../core/Module";
|
||||||
|
|
||||||
|
class UserCard<M extends Manager> extends Modular<M> {
|
||||||
|
|
||||||
|
public override onLoad() {
|
||||||
|
// Do something
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export { UserCard };
|
||||||
|
export default UserCard;
|
||||||
@@ -9,7 +9,7 @@ view.status-bar {
|
|||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: #F8F8F8;
|
background-color: $theme-color-light-layout;
|
||||||
|
|
||||||
view.select {
|
view.select {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@@ -111,7 +111,7 @@ view.status-bar-blank {
|
|||||||
}
|
}
|
||||||
|
|
||||||
view.status-bar {
|
view.status-bar {
|
||||||
background-color: #191919;
|
background-color: $theme-color-dark-layout;
|
||||||
|
|
||||||
view.select image {
|
view.select image {
|
||||||
filter: $white-filter;
|
filter: $white-filter;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Modular, Manager, ILifetime } from "../../core/Module";
|
import { Modular, Manager, ILifetime } from "../../core/Module";
|
||||||
import { API, IParamSetting } from "../../core/Api";
|
import { Login } from "../../api/Login";
|
||||||
import { Storage } from "../../core/Storage";
|
import { Storage } from "../../core/Storage";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -27,44 +27,13 @@ implements Partial<ILifetime> {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
s.set("be", 12);
|
s.set("be", 12);
|
||||||
}, 1000)
|
}, 1000)
|
||||||
|
|
||||||
interface ITestApiInput {
|
|
||||||
name: string,
|
|
||||||
id: number,
|
|
||||||
info: {
|
|
||||||
data: string
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class TestApi extends API<ITestApiInput, {}> {
|
new Login().param({studentId: "1806240113", password: "qazxsw123"})
|
||||||
|
.request().wait({
|
||||||
public override params: IParamSetting<ITestApiInput> = {
|
ok: (w) => {console.log("ok", w)},
|
||||||
name: {
|
no: (w) => {console.log("no", w)},
|
||||||
tester: "123",
|
done: (w) => {console.log("done", w)}
|
||||||
isHeader: true
|
});
|
||||||
},
|
|
||||||
id: {
|
|
||||||
parse: (i) => ++i,
|
|
||||||
},
|
|
||||||
info: {}
|
|
||||||
}
|
|
||||||
|
|
||||||
public constructor() {
|
|
||||||
super();
|
|
||||||
this.initDebugLabel("TestApi");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let api = new TestApi();
|
|
||||||
api.param({
|
|
||||||
name: "123",
|
|
||||||
id: 456,
|
|
||||||
info: {
|
|
||||||
data: "abc"
|
|
||||||
}
|
|
||||||
}).request().wait({
|
|
||||||
success: (d) => console.log(d)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"dark": {
|
"dark": {
|
||||||
"navigationBarBackgroundColor": "#191919",
|
"navigationBarBackgroundColor": "#1f1f1f",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"backgroundColor": "#1f1f1f",
|
"backgroundColor": "#191919",
|
||||||
|
|
||||||
"tabBarColor": "#666666",
|
"tabBarColor": "#666666",
|
||||||
"tabBarImage0": "image/navBar/0_dark.png",
|
"tabBarImage0": "image/navBar/0_dark.png",
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"plugin": {
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"game": {
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"gamePlugin": {
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"miniprogram": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"name": "Account",
|
||||||
|
"pathName": "pages/Account/Account",
|
||||||
|
"query": "",
|
||||||
|
"scene": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||