Skip to content

Commit 0d987da

Browse files
committed
chore(deps): update dependency amis-editor to v3.3.7
1 parent f7ce5d3 commit 0d987da

File tree

16 files changed

+258
-13553
lines changed

16 files changed

+258
-13553
lines changed

.circleci/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml'
2+
version: 2.1
3+
4+
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
5+
# See: https://circleci.com/docs/2.0/orb-intro/
6+
orbs:
7+
node: circleci/node@4.7.0
8+
9+
# Invoke jobs via workflows
10+
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
11+
workflows:
12+
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
13+
# Inside the workflow, you define the jobs you want to run.
14+
jobs:
15+
- node/test:
16+
# This is the node version to use for the `cimg/node` tag
17+
# Relevant tags can be found on the CircleCI Developer Hub
18+
# https://circleci.com/developer/images/image/cimg/node
19+
version: '16.10'
20+
# If you are using yarn, change the line below from "npm" to "yarn"
21+
pkg-manager: yarn

.deepsource.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = 1
2+
3+
[[analyzers]]
4+
name = "javascript"
5+
enabled = true
6+
7+
[analyzers.meta]
8+
plugins = [
9+
"react",
10+
"angularjs",
11+
"vue",
12+
"meteor",
13+
"angular",
14+
"ember"
15+
]
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: 报告缺陷
3+
about: 报告缺陷以帮助我们改进
4+
labels: bug
5+
assignees: h7ml
6+
---
7+
8+
### 描述问题
9+
10+
<!-- 请尽量清晰精准地描述你碰到的问题。-->
11+
12+
```markdown
13+
如果是解析渲染问题的话请在此处贴入 Markdown 原文
14+
```
15+
16+
### 期待的结果
17+
18+
<!-- 请尽量清晰精准地描述你所期待的结果。-->
19+
20+
### 截屏或录像
21+
22+
<!--
23+
如果可能,请尽量附加截图或录像来描述你遇到的问题。
24+
25+
(Windows 下推荐使用 [Screen2Gif](https://www.screentogif.com/) 进行录屏。如果是编辑器输入相关问题,使用 Screen2Gif 录制结束后请打开`图像 - 按键`)
26+
-->
27+
28+
### 版本信息
29+
30+
- 版本:
31+
- 操作系统:
32+
- 浏览器:
33+
34+
### 其他信息
35+
36+
<!-- 请提供其他附加信息帮助我们诊断问题。 -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: dgiot issues template
4+
url: https://github.com/dgiot
5+
about: dgiot
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 请求新功能
3+
about: 提出你期待的功能特性
4+
labels: Feature
5+
assignees: h7ml
6+
---
7+
8+
### 你在什么场景下需要该功能?
9+
10+
<!-- 请尽量清晰精准地描述你期待的功能和应用场景。-->
11+
12+
### 描述最优的解决方案
13+
14+
<!-- 请尝试描述最优的解决方案,也许已经有类似软件实现了该特性,也请列出给我们参考。-->
15+
16+
### 描述候选解决方案
17+
18+
<!-- 请尽量清晰精准地描述你能接受的候选解决方案。-->
19+
20+
### 其他信息
21+
22+
<!-- 请提供关于该功能建议的其他附加信息。-->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Need help issue
3+
about: Question for use(问题求助)
4+
title: ''
5+
labels: question
6+
assignees: h7ml
7+
8+
---
9+
10+
**Question (问题描述)**
11+
How to use component `s-table` paging
12+
13+
**Describe the solution you'd like (你期待的是什么?)**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context(附加信息)**
17+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!--
2+
3+
* PR 请提交到 dev 开发分支上
4+
5+
-->

.github/SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 安全报告 Security report
2+
3+
如果你发现安全相关漏洞请通过如下任意一种方式告知我们:\
4+
If you find security-related vulnerabilities, please inform us in any of the following ways:
5+
6+
- 直接开 Issue(请隐去站点、实际项目等敏感信息)\
7+
Open Issue directly (please hide sensitive information such as site and actual project)
8+
- 发邮件至 johnliu@iotn2n.com\
9+
Send an email to johnliu@iotn2n.com
10+
11+
非常感谢!\
12+
Thank you very much!

.github/workflows/deploy.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: deploy
2+
3+
on:
4+
push:
5+
branches: [ dev ]
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-20.04
10+
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
- name: Use Node
15+
uses: actions/setup-node@v2
16+
with:
17+
node-version: '12'
18+
- name: install
19+
run: yarn install
20+
- name: build
21+
run: yarn build
22+
- name: deploy
23+
uses: JamesIves/github-pages-deploy-action@releases/v3
24+
with:
25+
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
26+
BRANCH: gh-pages
27+
FOLDER: dist

.github/workflows/publish.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Publish
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- 'v*'
8+
9+
jobs:
10+
publish-npm:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v2
15+
with:
16+
node-version: '12'
17+
registry-url: https://registry.npmjs.org/
18+
- run: npm publish --access=public
19+
env:
20+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
21+
- name: Prepare the changelog from the tag message
22+
run: |
23+
# Parse version
24+
VERSION=${GITHUB_REF/refs\/tags\//}
25+
echo "Setting release version to $VERSION"
26+
echo "release_version=$VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)