Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: format code with Prettier and StandardJS #3

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading