Skip to content

Commit

Permalink
Merge pull request #3 from SpaceTimee/deepsource-transform-eb8b733f
Browse files Browse the repository at this point in the history
style: format code with Prettier and StandardJS
  • Loading branch information
SpaceTimee committed Apr 11, 2024
2 parents c4853a1 + 0faf46b commit 75a9df7
Show file tree
Hide file tree
Showing 5 changed files with 3,273 additions and 954 deletions.
10 changes: 3 additions & 7 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
'extends': [
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
overrides: [
{
files: [
'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'
],
'extends': [
'plugin:cypress/recommended'
]
files: ['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'],
extends: ['plugin:cypress/recommended']
}
],
parserOptions: {
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,47 @@
</br>

## 自我介绍

**Ona Dop**: 一只基于 **Vue3(SPA)** 的在线 DNS 解析工具

* 适用内核: Chromium 80+, Gecko 0.26+, WebKit 7614+ 等
- 适用内核: Chromium 80+, Gecko 0.26+, WebKit 7614+ 等

## 注意事项

1. 为避免不必要的麻烦,食用前请先阅读**注意事项****用户协议**
2. Ona Dop 仍处于**开发阶段**,但每个正式版发布前会尽量确保其**稳定可用**

## 用户协议

1. [隐私政策](https://ona-dop-docs.spacetimee.xyz/privacy)
2. [使用协议](https://ona-dop-docs.spacetimee.xyz/agreement)

## 部署地址

[https://dop.spacetimee.xyz](https://dop.spacetimee.xyz)

## 食用文档

**[Ona Dop Instruction](https://github.com/SpaceTimee/Ona-Dop/wiki/Ona-Dop-Instruction)**

## 项目构建

[Ona Dop Build](https://github.com/SpaceTimee/Ona-Dop/wiki/Ona-Dop-Build)

## 项目原理

通过向加密 DNS 服务器发送解析请求以实现抗污染

## 致谢名单
* **ArashiDNS: 为本项目提供重要的域名解析来源**

- **ArashiDNS: 为本项目提供重要的域名解析来源**

## 开发者

**Space Time**

## 联系方式

1. **QQ 群 (主群): 338919498**
2. TG 群 (分群) (宽松管理): [PixCealerChat](https://t.me/PixCealerChat)
3. **邮箱: Zeus6_6@163.com**
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// }
// }

export { }
export {}
Loading

1 comment on commit 75a9df7

@vercel
Copy link

@vercel vercel bot commented on 75a9df7 Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.