Skip to content

Commit 848a234

Browse files
authored
Update atlas.js
1 parent 472c49d commit 848a234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/atlas.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let atlasConfig = YAML.parse(fs.readFileSync(`${pluginResources}/config.yaml`, '
1717
export class atlas extends plugin {
1818
constructor () {
1919
let rule = {
20-
reg: '#?.+(图鉴)*',
20+
reg: '^[#/]?.+(图鉴)*',
2121
fnc: 'atlas'
2222
}
2323
super({

0 commit comments

Comments
 (0)